Skip to content

Documentation fixes#154

Closed
ellert wants to merge 15 commits into
root-project:masterfrom
ellert:documentation-fixes
Closed

Documentation fixes#154
ellert wants to merge 15 commits into
root-project:masterfrom
ellert:documentation-fixes

Conversation

@ellert
Copy link
Copy Markdown
Contributor

@ellert ellert commented Apr 11, 2016

Here are some fixes to the doxygen documentation generation.

ellert added 15 commits April 10, 2016 18:39
Properly handle macros in comments that uses /// at the beginning of the
line, i.e.

/// Begin_Macro
/// {
///   (macro code)
/// }
/// End_Macro

The old version only handled this properly if the macro was an external
file.

Don't trigger the filter if Begin_Macro and End_Macro appear on the same
line. These are comments explaining how the markup works, not markup.

Support NamespaceImp in addition to ClassImp. This makes the images for
e.g. TMath - which is a namespace and not a class - have proper names.
This fixes most of the warnings of the following types:
 - warning: Found ';' while parsing initializer list
 - warning: Illegal member name found
 - warning: no matching file member found for ClassImp()
 - warning: documented symbol 'X' was not declared or defined
The filter could be made smarter to parse unaligned macros, but since there
were only two of them I found it easier to fix those.
This is not an attempt to convert the documentation to doxygen format.
It is rather an attempt to address leftovers from a partial (automated?)
convertion that left some of the Begin_Html/End_Html tags behind. Tags
that now show up verbatim in the generated doxygen documentation.

Most of these files still requires proper doxygen conversion.
Replace broken links with working ones
Remove Begin_Html/End_html tags
@ellert ellert closed this Apr 16, 2016
@ellert ellert deleted the documentation-fixes branch April 16, 2016 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant