We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c661656 commit a643dc1Copy full SHA for a643dc1
examples/autolink.cpp
@@ -22,10 +22,10 @@
22
*/
23
24
/*!
25
- Since this documentation block belongs to the class Autolink_Test no link to
26
- Autolink_Test is generated.
+ This documentation block belongs to the class Autolink_Test which can also be
+ linked with #Autolink_Test.
27
28
- Two ways to link to a constructor are: #Autolink_Test and Autolink_Test().
+ To link to a constructor: #Autolink_Test() and Autolink_Test().
29
30
Links to the destructor are: #~Autolink_Test and ~Autolink_Test().
31
0 commit comments