Skip to content

Commit a643dc1

Browse files
committed
issue doxygen#11349 Autolink_Test Class incorrect link for constructor
Correcting description in autolink example.
1 parent c661656 commit a643dc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/autolink.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
*/
2323

2424
/*!
25-
Since this documentation block belongs to the class Autolink_Test no link to
26-
Autolink_Test is generated.
25+
This documentation block belongs to the class Autolink_Test which can also be
26+
linked with #Autolink_Test.
2727
28-
Two ways to link to a constructor are: #Autolink_Test and Autolink_Test().
28+
To link to a constructor: #Autolink_Test() and Autolink_Test().
2929
3030
Links to the destructor are: #~Autolink_Test and ~Autolink_Test().
3131

0 commit comments

Comments
 (0)