Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #238162

Category doxygen
Changed by albert-github <albert.testsohnoyoudont@gmail.com>
Changed at Tue 01 Jul 2025 19:16:33
Repository https://github.com/doxygen/doxygen.git
Project doxygen
Branch master
Revision a6e7a0761b17e4c9318ec2f1462c65d1a89363b8

Comments

Handling of backticks in bibliography
When looking at the bibliography we see that there is a difference in the handling of backticks and single quotes between LaTeX and the other formats.
In LaTeX they are translated in a similar way as nowadays is done in Markdown but in the other formats they are shown literally. The bibliography items are,correctly, not run through the markdown processor as the entries are in LaTeX style.
By replacing the backticks and single quotes by the required HTML entities in the rapper script the problem is solved.

Changed files