Hi,
I'm currently writing a java-package for which a very good documentation is
required, therefore I prefere doxygen over javadoc :-)
Since I don't like to include the package-documentaion in an arbitrary chosen
source-file of the package, I introduced "<subpackagename>.dox" files with
just
/**
<big comment with neatly seperated sections and such>
*/
package fully.qualified.package.name;
as contents.
This works as expected, but I can't refere to this documentation by linking
via @link or @ref from the mainpage, at least not in the ways I tried
(@link subpackage, @link fullyqualifiedpackage, setting an @anchor inside the
.dox-file,...)
Is there a way to achieve this? Not that my life depends on it, but it would
be fine to be able to link to the package-description from the mainpage, as
there are a few remarks for my co-workers, and provide them there with
`direct-access` to some sections would increase the value of the docs a lot.
I hope this question is not too silly and thank you in advance for help or
for just reading this :-)
regards,
Tom
--
re...@di...
|