File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 406406\def\hascaption {#2}%
407407\def\haslabel {#3}%
408408\ifx \hascaption\empty % if caption is empty
409- \SetTblrOuter [longtblr]{theme=DoxyTableBareTheme}% table without caption or label
409+ \SetTblrOuter [longtblr]{theme=DoxyTableBareTheme,entry=none }% table without caption or label
410410\else % caption not empty
411411 \ifx \haslabel\empty % if label is empty
412412 \SetTblrOuter [longtblr]{theme=DoxyTableCaptionTheme,caption={#2}}% set table caption
461461% #3: Title of the table e.g. Params, Enumerator
462462% #4: Body
463463\NewDocumentCommand {\DoxyParamTable }{m m +m +m}{%
464- \SetTblrOuter [longtblr]{theme=DoxyTableBareTheme}% set table caption and label
464+ \SetTblrOuter [longtblr]{theme=DoxyTableBareTheme,entry=none }% set table caption and label
465465 \sbox 0{% render table off-screen first to capture its width in \wd0
466466 \begin {tblr }{measure=vbox,colspec={*{#1}{|l}|}}%
467467 \SetCell [c=#1]{l} \tf {#3} \\ [1ex]%
You can’t perform that action at this time.
0 commit comments