albert-github
albert-github
In the `DocBlock` mode we should not jump into the `";".*"\n"` rule
Text in pairs of backticks were intended to be shown as code and not as literal backticks
Variable was introduced in doxygen 1.9.4 and used in in doxygen.h in the function `NonTerminatingDeleter` "Deleter that only deletes an object if doxygen is not already terminating" It was removed...
When having a formula like: ``` @f[ A = \left(\begin{array}{cc} Ixx & Ixy \\ Ixy & Iyy \\ \end{array}\right) @f] ``` this doesn't render in LaTeX but renders under MathJax....
Creating an easy possibility to, locally, also generate man output.
Doxygen uses spdlib and recently updated the version of spdlib. The used version of spdlib again has fmtlib 10.2.1 bundled into it . Coverity scan throws a number of warnings...
During working on issue #8318 (resulting in proposed pull request #8319) it was discovered that in the file: Documentation/doc/CMakeLists.txt the rule: ``` execute_process( COMMAND ${Python3_EXECUTABLE} ${CGAL_DOC_SCRIPT_DIR}/generate_how_to_cite.py ${CGAL_ROOT} ${CMAKE_BINARY_DIR} "${CGAL_BRANCH_BUILD}" RESULT_VARIABLE...
Made the bibliography references unique
On the documentation output page: doc_output/Manual/how_to_cite.html We see:  so twice the generated label: `cgal:ol-kinetic-24a` and on the page: doc_output/Manual/how_to_cite_cgal.html  Resulting from: - Kinetic_space_partition/doc/Kinetic_space_partition/PackageDescription.txt - Kinetic_surface_reconstruction/doc/Kinetic_surface_reconstruction/PackageDescription.txt