/
niceSOFT
/
doxygen
Обзор
Документация
Войти
/
niceSOFT
/
doxygen
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testing/079/levels.xml
51 строка
2 KB
Dimitri van Heesch
issue #11557 @tableofcontents shows <tt> tags for MarkDown headings with inline code
03 май 2025, 00:21
Не верифицирован
03 май 2025, 00:21
c2ada57
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US"> <compounddef id="levels" kind="page"> <compoundname>levels</compoundname> <title>A page with two-level TOC</title> <tableofcontents> <tocsect> <name>A section that's in TOC</name> <docs> <para>A section that's in TOC </para> </docs> <reference>levels_1first</reference> <tableofcontents> <tocsect> <name>A subsection that's in TOC</name> <docs> <para>A subsection that's in TOC </para> </docs> <reference>levels_1first2</reference> </tocsect> </tableofcontents> </tocsect> <tocsect> <name>A section that's in TOC again</name> <docs> <para>A section that's in TOC again </para> </docs> <reference>levels_1second</reference> </tocsect> </tableofcontents> <briefdescription> </briefdescription> <detaileddescription> <sect1 id="levels_1first"> <title>A section that's in TOC</title> <sect2 id="levels_1first2"> <title>A subsection that's in TOC</title> <sect3 id="levels_1first3"> <title>A subsubsection that's not in TOC</title> <para>Nay!</para> </sect3> </sect2> </sect1> <sect1 id="levels_1second"> <title>A section that's in TOC again</title> <para>Yay! </para> </sect1> </detaileddescription> <location file="079_tableofcontents.dox"/> </compounddef> </doxygen>