albert-github
albert-github
Currently the documentation uses MathJax version 2 to render formulas. Since some time MathJax version 3 exists and in due time the MathJax version 2 will not be available anymore...
Making enum CommandType / HtmlTagType into enum class
In case we build under Cygwin under debug mode we get for language.cpp the message about "too many sections". This can be prevented by means of using the extra :...
Remove scope in case of automatic generated text and `HIDE_SCOPE_NAMES` is set
In case of a negative number of `MAX_INITIALIZER_LINES` one line initializers are forced to be shown as multi line initializers.
Adding to `DOT_UML_DETAILS the possibilities: - `NONE_FLD` same as `NONE` - `NONE_ATTR`, Doxygen will not generate attributes on the edges between the classes in the UML graphs. - `NONE_ATTR_FLD`, Doxygen...
In the issue #10950 there has been a discussion about when e.g. `@deprecated` should end. At the moment these are ended when the paragraph (by means of a double new...
## Issue Details In quite a few files the sentence "Same as above" is present: > Boolean_set_operations_2/test/Boolean_set_operations_2/data/agg_op/README.txt > CGAL_ipelets/doc/CGAL_ipelets/CGAL/CGAL_Ipelet_base.h > Convex_hull_3/doc/Convex_hull_3/Concepts/ConvexHullTraits_3.h > HalfedgeDS/examples/HalfedgeDS/hds_prog_compact.cpp > HalfedgeDS/examples/HalfedgeDS/hds_prog_compact2.cpp > Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_2.h > Interpolation/doc/Interpolation/CGAL/natural_neighbor_coordinates_2.h >...
I saw a very strange coding style (strange place for the `!`) in "HalfedgeDS/include/CGAL/HalfedgeDS_const_decorator.h" around line 136 ``` while( e != hds->halfedges_end() && ! e->is_border() && ! e->opposite()->is_border()) { ```
Inspired by issue #8348 I did a bit of a search (skipping in general test / demo/ data files) and found also some suspicious lines. With some differences I also...