Next question:
What is the correct way to reference a parameter in Doxygen?
So, for the parameters we use @param
@param
@param my_param the quick brown fox takes this parameter over the lazy dog
and then we can access it with @p:
@p
@param my_other_param this is completely different from @p my_param , you know!
Now, for the template options, I would replace @paramwith @tparam. What should be replaced @p?
@tparam
@pnot really "referring" to the parameter; it just erases the next word in the typewriter font. Usually you use this to set parameters, but @pit does nothing special except the typewriter font for the next word.
, @p , . @a. - . , , .
@a
, @ref. . Doxygen @ref.
Source: https://habr.com/ru/post/1649293/More articles:Eclipse remove arrow icons - javaHow do you check the background image in a nightwatch? - nightwatch.jsCreating Case class event from Configafe Config - scalaGet device screen resolution - androidColdFusion: how can I create a table without saving it as a file? - coldfusionrails How to calculate time difference with integer from 3 dates - datetimedrop элементы уровня многоуровневого индекса pandas - pythonAn immutable value as an argument to inout - pointersAttempting to call the virtual method "boolean com.google.android.finsky.api.model.DfeToc.isGplusSignupEnabled ()" in the reference to the null object - javaHow to replace "n" backslashes (\) with one? - javaAll Articles