Skip to content

Commit 23d1f81

Browse files
authored
Add validonly and range tags to Doxygen (opencomputeproject#716)
1 parent c18cbed commit 23d1f81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doxyfile

+2
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,12 @@ ALIASES += "flags =@par Flags:\n @xmlonly
243243
ALIASES += "objects =@par Allowed object types\n @xmlonly @@objects @endxmlonly"
244244
ALIASES += "allownull =@par Allows NULL object ID\n @xmlonly @@allownull @endxmlonly"
245245
ALIASES += "condition =@par Condition:\n @xmlonly @@condition @endxmlonly"
246+
ALIASES += "validonly =@par Valid only when:\n @xmlonly @@validonly @endxmlonly"
246247
ALIASES += "default =@par Default value:\n @xmlonly @@default @endxmlonly"
247248
ALIASES += "ignore =@par Ignored:\n @xmlonly @@ignore @endxmlonly"
248249
ALIASES += "isvlan =@par IsVlan:\n @xmlonly @@isvlan @endxmlonly"
249250
ALIASES += "count =@par Count:\n @xmlonly @@count @endxmlonly"
251+
ALIASES += "range =@par Range:\n @xmlonly @@range @endxmlonly"
250252

251253
# This tag can be used to specify a number of word-keyword mappings (TCL only).
252254
# A mapping has the form "name=value". For example adding "class=itcl::class"

0 commit comments

Comments
 (0)