\copybrief for \file not working after 1.8.15?
Dirk Dickmanns <[email protected]> Sun, 26 Jan 2020 07:30:21 +0100
| Newsgroups | gmane.text.doxygen.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I am not sure whether I completely misunderstood \brief for files...
Up to 1.8.15, I could use \copybrief for files like in the following
minimal example test.h:
---
/** \file
\brief File brief test
blabla.
\copybrief test.h */
---
doxygen -g Doxyfile
doxygen Doxyfile
produced something like the following as html:
---
<My Project header>
test.h File Reference
File brief test. More...
Go to the source code of this file.
Detailed Description
File brief test.
blabla.
File brief test.
---
Later versions give a warning:
.../test.h:4: warning: @copybrief or @copydoc target 'test.h' not found
and omit the last line (the second "File brief test.") in the output.
Something wrong with my example? Or a bug? It is on a 5.4.14-arch1-1
x86_64 GNU/Linux.
Kind regards,
Dirk
_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users