This in reference to a normal page documentation.
I was wondering if it was possible to make each occurrence of a word reference something (in this case linking to a class documentation.
example
/**
@mainpage Blah
@re com.blah.class label = Class **(or something)**
If you notice Class does this.
...
...
This is because the way Class works...
...
@endmainpage
*/
and in the page, as you read, you can click into the word Class to take you to the documentation
If the page is put in the right context (namespace/package) then it should work, e.g. see the following (C++) example:
An alternative would be to use
Along with the following alias definition in the config file: