summaryrefslogtreecommitdiff
path: root/templates/latex/latexannotated.tpl
blob: 0b6ecb586314b0bf78fac8ba2171338191f8f2c2 (plain)
1
2
3
4
5
6
7
8
9
\section{<{ tr.classList }>}
<{ tr.classListDescription }>
\begin{DoxyCompactList}
<% for cls in classList %>
\item\contentsline{section}
{<% with obj=cls text=cls.name %><% include 'latexobjlink.tpl' %><% endwith %><% if cls.brief %>\\*<{ cls.brief }><% endif %>}
{\pageref{<{ cls.fileName|raw }>}}{}
<% endfor %>
\end{DoxyCompactList}