Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.24.1
-
Mesosphere Sprint 22, Mesosphere Sprint 23
-
2
Description
Currently license headers are commented in something resembling Javadoc style,
/** * Licensed ...
Since we use Javadoc-style comment blocks for doxygen documentation all license headers appear in the generated documentation, potentially and likely hiding the actual documentation.
Using /* to start the comment blocks would be enough to hide them from doxygen, but would likely also result in a largish (though mostly uninteresting) patch.
Attachments
Issue Links
- is blocked by
-
MESOS-1186 Generate C++ docs with doxygen.
- Accepted
-
MESOS-2827 Broken Doxygen rake target for generating website.
- Accepted