I am trying to copy the doxygen initial value of a static variable to the beginning of my code in the \ file block. That is, something like this:
I want the "Usage" line to appear in the main documentation of the file. As you can see, I tried \ copydoc, but it looks like the copy of the comment is above the static variable, not the initial value. Note that the original value is displayed in the variable documentation.
Any suggestions?
Thanks.
David doria
source share