Change #265869
| Category | doxygen |
| Changed by | albert-github <albert.tests@gmail.com> |
| Changed at | Sat 08 Feb 2025 16:34:05 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | 92cf20922fba5a21977e29c1b66e9fbd564c5540 |
Comments
Not possible to place a `\cite` in a `\par` title 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 prohibiting it, especially as in a `\section` it is possible to have it. (During evaluation also the `\anchor` caused some problems with a subsequent `\par` statement (due to switching to a wrong state).
Changed files
- src/docnode.cpp
- src/docnode.h
- src/docparser.cpp
- src/docparser_p.h