We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a3129c + 41dff63 commit 51ecd53Copy full SHA for 51ecd53
cmake/cfe-common.doxyfile.in
@@ -35,6 +35,11 @@ ALIASES += "event=\xrefitem cfeevents \"Event Message\" \"cFE Even
35
"cfetimetlm=\xrefitem cfetimetlm \"Name\" \"cFE Time Services Telemetry\" " \
36
"cfecmdmnemonic=\xrefitem cfecmdmnems \"Command Mnemonic(s)\" \"cFE Command Mnemonic Cross Reference\" " \
37
"cfetlmmnemonic=\xrefitem cfetlmmnems \"Telemetry Mnemonic(s)\" \"cFE Telemetry Mnemonic Cross Reference\" "
38
+
39
+ALIASES += nonnull="(must not be null)"
40
+ALIASES += nonzero="(must not be zero)"
41
+ALIASES += covtest="(return value only verified in coverage test)"
42
43
OPTIMIZE_OUTPUT_FOR_C = YES
44
#---------------------------------------------------------------------------
45
# Build related configuration options
0 commit comments