diff options
Diffstat (limited to 'examples/autolink.cpp')
-rw-r--r-- | examples/autolink.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/autolink.cpp b/examples/autolink.cpp index 924256b..e028f22 100644 --- a/examples/autolink.cpp +++ b/examples/autolink.cpp @@ -46,7 +46,7 @@ A link to the enumeration type #EType. - A link to some enumeration values: ::Val1 and ::GVal1. + A link to some enumeration values: \link Test::Val1 Val1 \endlink and ::GVal1. And last but not least a link to a file: autolink.cpp. |