albert-github

Results 126 issues of 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...

Doc bug

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** ![image](https://user-images.githubusercontent.com/5223533/193326082-f42c9d9f-9711-4634-96f7-d7dfe95c5f20.png) **New** ![image](https://user-images.githubusercontent.com/5223533/193326148-1998d2b4-e955-44a2-8f0a-887fc3323369.png)

Doc
Not yet approved
Work in progress

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...

Enhancement
Doc

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....

TODO
Doc bug
Ready to be tested

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...

type:Documentation

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...

type:Documentation

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...

bug
C/C++
solved in the mean time

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 -...

bug
solved in the mean time
Markdown

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 -...

bug
solved in the mean time
Markdown