Home
last modified time | relevance | path

Searched refs:suppressDocWarnings (Results 1 – 7 of 7) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddoxygen.h112 static bool suppressDocWarnings; variable
H A Dnamespacedef.cpp752 Doxygen::suppressDocWarnings = TRUE; in startMemberDocumentation()
761 Doxygen::suppressDocWarnings = FALSE; in endMemberDocumentation()
H A Dfiledef.cpp705 Doxygen::suppressDocWarnings = TRUE; in startMemberDocumentation()
714 Doxygen::suppressDocWarnings = FALSE; in endMemberDocumentation()
H A Dgroupdef.cpp1022 Doxygen::suppressDocWarnings = TRUE; in startMemberDocumentation()
1032 Doxygen::suppressDocWarnings = FALSE; in endMemberDocumentation()
H A Dclassdef.cpp1976 Doxygen::suppressDocWarnings = TRUE; in startMemberDocumentation()
1986 Doxygen::suppressDocWarnings = FALSE; in endMemberDocumentation()
H A Dmemberdef.cpp4032 !Doxygen::suppressDocWarnings) in warnIfUndocumentedParams()
H A Ddoxygen.cpp160 bool Doxygen::suppressDocWarnings = FALSE; member in Doxygen