Skip to content

Commit 5690022

Browse files
authored
Merge pull request doxygen#11532 from albert-github/feature/issue_11528
issue doxygen#11528 `\example{lineno}` does not generate the example
2 parents 5477225 + 071d46f commit 5690022

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)