albert-github

Results 126 issues of albert-github

Based an #8514 a check words that are misspelling in `en-US` but are correct in `en-GB` (CGAL normally uses `en-US`) # Recognized by my spelling checker and by google translate...

Cleaning

Based on #8320 and https://github.com/doxygen/doxygen/pull/11157 creating an assertion for builds from scratch when a citation name is used multiple times.

Doc bug
Ready to be tested

For the website of GUDHI https://gudhi.inria.fr/doc/latest/index.html#we see that doxygen version 1.9.1 is used: ![image](https://github.com/GUDHI/gudhi-devel/assets/5223533/3179257b-e427-40a5-aace-4a6b709ce7fa) The current doxygen version is 1.100.0 and furthermore in the pull requests #635 / #637 that...

Adding appendices properly to bookmarks. Closes #128.

language:LaTeX
type:BookStyle
type:Documentation

Catching end tags for ``, `` and `` as well so they won't throw a warning

bug

As mentioned in https://github.com/doxygen/doxygen/issues/11583#issuecomment-2918972019 when having `IMPLICIT_DIR_DOCS` and having "landing" places from anchors or sections on this description page these places cannot be resolved in a.o. LaTeX, RTF (In HTML...

bug
fixed but not released
LaTeX
RTF
DocBook

### Discussed in https://github.com/doxygen/doxygen/discussions/11517 Originally posted by **JustaSimpleUser** March 30, 2025 Doxygen v1.13.2, MSVS 17.13.5, Win10 Forgive me if this isn't the best place for this query. Just point me...

bug
C/C++

Based on the remark in https://github.com/doxygen/doxygen/issues/11426#issuecomment-2675190137 When running doxygen (1.13.2 (26342b775ea25e6fefb53220926b20702c56fcb3)) with `CLANG_ASSISTED_PARSING=YES`, `SOURCE_BROWSER=YES` and `STRIP_CODE_COMMENTS=YES`: - in the source code browser the mentioned functions were not hyperlinked at all...

bug

When having: ``` \par cite_based \cite lorigo2001. ``` this will lead to: ``` warning: Illegal command '@cite' found as part of a title section ``` although there is no reason...

bug

When having something like: ``` /** * First al \cite * mattes2001 */ ``` we get a warning about an empty / missing label and the link is generated depending...

bug