Doxygen: copying a description of a single parameter

In my source code, I often got functions with the same parameter. Therefore, the description of this parameter is also the same. I know that I can copy documents with \ copybrief, \ copydoc or \ copydetails, but can they also be copied with a description of one parameter? Or is there a way to control the description of this parameter only in place in the code?

Thanks for helping m0nKeY

+4
source share
2 answers

So, it seems that there is no solution for documenting the same parameter with another function at one point in the code using doxygen.

+1
source

, . , \snippetdoc <file-name> ( block_id ) \includedoc <file-name> \snippetdoc <file-name> ( block_id ). , , doxygen "" doxygen. , "snippet" . ...

: 1.8.11, :( , 1.8.13: . SO.

0

Source: https://habr.com/ru/post/1608541/


All Articles