[Doxygen-users] Q: possible to create custom special pages?
Brought to you by:
dimitri
|
From: Albrecht D. <alb...@ar...> - 2016-06-24 17:15:53
|
Hi all, Is it possible in doxygen to create a custom "todo"-like list from other commands? E.g. something like the "side effects" custom command documented here [1], with the addition, that all these "side effects" paragraphs are collected somewhere? For a practical use case, consider a software where changes are added by many people which must be reviewed. Everyone should add a special comment (e.g. "@review", as custom command) briefly documenting the changes. If those changes are all collected on a special page, and cross-referenced to the description, this would greatly simplify a review process. Thanks in advance, Albrecht. [1] <http://www.stack.nl/~dimitri/doxygen/manual/custcmd.html#custcmd_simple> |