* Fixed bug: in class A, expressions with 2 levels of template like A<B<C>> are nor properly parsed.
-This line, and those below, will be ignored--
M copy_doxygen_latex_doc
* Fixed bug #7515: removed "[protected]", "[static]" and "[virtual]" comments.
* Fixed bug: does not remove anymore EOLs in methods/functions description.
* Fixed bug: fixed vertical alignment in methods/functions description.
* Reduced left margin of free functions description.
Note: has to be done manually on classes/structs/concepts to get a pretty alignment of types, constructors and methods.
This forces cgal_manual to expand const keyword are avoids 2 problems:
- bad keywords in HTML
- const and non-const methods seem identical.
* Also fixed a bug in copy_doxygen_latex_doc r49560:
cgal_manual compilation error on mst_orient_normals.tex.
* Doxygen skips headers in subfolders named internal or CGALi. Doxygen skips namespaces named internal or CGALi.
* Doxygen #defines CGAL_DOCUMENTATION.
-This line, and those below, will be ignored--
M generate_reference_manual/generate_reference_manual_Doxyfile
M generate_reference_manual/copy_doxygen_latex_doc
* Fixed "INTERNAL ERROR: cannot extract template parameters" bug for templated methods returning a sub-type of the documented class".
* Removed "Class_name<...>::" prefixes for sub-types of the documented class" (prettier).
Thanks to Nicolas George and Arthur Ripoll (from "Forum", a community of
former students of ENS Paris) that have helped me understand more TeX
internals!
* New features:
- Print short help when generate_reference_manual is called without parameters, long help when called with -h.
- Improved traces.
* Fixed bugs discovered when parsing Polyline_simplification_2:
- Check if package parameter exists.
- Fixed bug when parsing item name in a sub-namespace of CGAL::.
- Fixed case where default constructor was nor properly updated.
- Fixed bug in documentation of templated methods of a class.
- Added support of several include files for a class.
* Bug fixes:
- Document properly the template parameters of functions. No separate Parameters section.
* Improved formatting of functions and methods:
- Shorter latex code and shorter printed documentation
- Fixed indentation
- Parameter names are in italic instead of bold
* Words surrounded by stars are formatted in bold.
\ccc[Kernel::do_intersect]{void do_intersect(int a, int b)}
\ccRefIdfierPage[Kernel::do_intersect]{do_intersect}
The argument must be a label declared with \ccRefLabel, such as in:
\ccRefLabel{Kernel::do_intersect}