We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0829265 commit 16ab0fbCopy full SHA for 16ab0fb
templates/latex/doxygen.sty
@@ -14,6 +14,21 @@
14
\RequirePackage{xltabular}
15
\RequirePackage{tabularray}
16
\UseTblrLibrary{varwidth}
17
+\ExplSyntaxOn
18
+\int_new:N \g__doxy_nohyper_int
19
+\AtBeginDocument
20
+ {
21
+ \renewenvironment{tblrNoHyper}
22
23
+ \int_compare:nNnT {\g__doxy_nohyper_int} = {0} {\begin{NoHyper}}
24
+ \int_gincr:N \g__doxy_nohyper_int
25
+ }
26
27
+ \int_gdecr:N \g__doxy_nohyper_int
28
+ \int_compare:nNnT {\g__doxy_nohyper_int} = {0} {\end{NoHyper}}
29
30
31
+\ExplSyntaxOff
32
\RequirePackage{fancyvrb}
33
\RequirePackage{tabularx}
34
\RequirePackage{multicol}
0 commit comments