Fix: doc: escape double quote in bt_p alias
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 11 Jan 2024 20:00:17 +0000 (15:00 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 15 Jan 2024 22:32:52 +0000 (17:32 -0500)
commit95d759169cca3518352f539b6f87726b8cbb48e4
treeed757822ebb617e33f5090dd6695d50dbfcd43c7
parent69666e08a7f6108d5d300c27fac32e71b197244b
Fix: doc: escape double quote in bt_p alias

The HTML doc shows some `<span class=` where the parameter names are
meant to appear.  Escape those double quotes to fix it.

The output was correct in the past, it only started to display the wrong
thing with this commit, in Doxygen 1.9.0:

https://github.com/doxygen/doxygen/commit/eb3d1eb5ad85c94d6f2c32934fce2b8630331d6c

Reported-By: Brice Videau <bvideau@anl.gov>
Change-Id: I61f3b557e3d8bf1428dd57e4c1ce950461e32479
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11647
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
doc/api/libbabeltrace2/Doxyfile.in
This page took 0.025597 seconds and 4 git commands to generate.