Skip to content

Commit 071d46f

Browse files
committed
issue doxygen#11528 \example{lineno} does not generate the example
The category in respect to `ExampleLineno` was incorrect
1 parent 783550e commit 071d46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ enum class VhdlSpecifier
784784
ETYPE(ObjcImpl, None) \
785785
ETYPE(ExportedInterface, None) \
786786
ETYPE(IncludedService, None) \
787-
ETYPE(ExampleLineno, None) \
787+
ETYPE(ExampleLineno, Doc) \
788788

789789
/** Wrapper class for the Entry type. Can be set only during construction.
790790
* Packs the type together with category flags.

0 commit comments

Comments
 (0)