Change #274572
| Category | doxygen |
| Changed by | albert-github <albert.tests@gmail.com> |
| Changed at | Wed 08 Jul 2026 13:19:45 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | 8293fcef1a39741bb027e39eabf9efd60bbcb8b6 |
Comments
Problems with `--` in `\cite` command name.
When having:
```
@article{b--94
...
```
or
```
@article{do--93
...
```
and a definition like:
```
ALIASES = "cgalCite{1}=<!-- -->\cite{shortauthor,nopar} \1 \cite \1"
```
this gave problems:
- the option of the `\cite` command was not taken into account
- the part before the `–` in the back substitution was not correct (in the perl file) as only 1 character was taken into account.
Changed files
- src/commentscan.l
- src/markdown.cpp
- templates/html/bib2xhtml.pl