This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit R264:c4a632ab65da: Define K_DOXYGEN as macro to check if
kapidox/doxygen is run (authored by kossebau).
CHANGED PRIOR TO CO
kossebau added a comment.
No one any opinion? Guess most people have not run into the need to do
pre-processor switches for the doc generation, and also never seen
DOXYGEN_SHOULD_SKIP_THIS before.
So would move forward with this on Thursday, 23rd January, if no-one objects
until then.
kossebau added a comment.
Some similar macro definitions used by other projects, as I found by doing
some random grepping over my system includes:
- `__GTK_DOC_IGNORE__`
- `Q_QDOC` & `Q_CLANG_QDOC`
- `DO_NOT_DOCUMENT`
- `EIGEN_PARSED_BY_DOXYGEN`
- `DOXYGEN`
- `U_IN_DOXYGEN`
-
kossebau created this revision.
kossebau added a reviewer: Frameworks.
Herald added projects: Frameworks, Documentation.
Herald added subscribers: kde-doc-english, kde-frameworks-devel.
kossebau requested review of this revision.
REVISION SUMMARY
Currently kapidox uses the macro DOXYGEN_SHOULD_S