albert-github
albert-github
Due to the CGAL specific postprocessing of the doxygen HTML files ("html_output_post_processing.py") invalid HTML is produced. It is best shown by means of "Manual/how_to_cite.html": ```html CGAL 6.1 - Manual: Acknowledging...
Since doxygen 1.9.3 doxygen supports the HTML `` tag, so no difficult constructs necessary with `\htmlonly`. `cgalNParam` is used in 122 files. Example `Tetrahedral_remeshing/group__PkgTetrahedralRemeshingRef.html#gadeec4a90f1b4f8c9bca76eaee9181235` **Old**  **New** 
With doxygen version 1.14.0 it is possible not just refer to a bibliography reference by means of a number like it is shown in HTML as: ``` The primary design...
In the current master version of doxygen (and thus upcoming version 1.14.0) a page outline panel is introduced, setting: `PAGE_OUTLINE_PANEL`, though it would be better to disable this in CGAL....
Running the current doxygen master (1.14.0 (eef56fc1577255e67e56f997896b0512dd9527d1)) on the ITK sources resulted in a number of `\ingroup` warnings: ``` warning: Found non-existing group 'Calculators' for the command '@ingroup', ignoring command...
Currently the warnings from the documentation are scattered throughout the, console, output and hard to find. Better would be either: 1. use setting `QUIET = YES` or starting doxygen with...
https://github.com/github/github-mcp-server/blob/3e1fca0cc55ca62bc4676687e38970453a0ac066/README.md?plain=1#L981-L989 Incorrect indentation, resulting in a not intended output layout (probably 4 spaces required)
When having a simple example like: ``` #define siz1 7 typedef struct { int var1; int var2[48+1]; int var3[siz1 + 1]; } the_struct; ``` We see in the code a...
In the lttng-tools package (https://lttng.org/files/lttng-tools/lttng-tools-2.12.0-rc3.tar.bz2, through Fossies) a (stripped down) construct was found of the form: ``` - **[`liburcu`](http://www.liburcu.org/) >= 0.9.0**: userspace RCU library, The - **man** commands' man -...
Used doxygen version 1.8.15 and also master on June 2, 2019. The test case: [example.zip](https://github.com/doxygen/doxygen/files/3244637/example.zip) When having the simple file: ``` Based on README.md of https://github.com/lttng/lttng-tools - **[`l`]** The -...