summaryrefslogtreecommitdiffstats
path: root/templates/latex/latextypeconstraints.tpl
blob: 2853ab27e8d517b7ff342037e9b6c918a1b41d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<# obj should be a class or member #>
<% msg %>type constraints = <{ obj.typeConstraints|length }><% endmsg %>
<% if obj.typeConstraints %>
\begin{Desc}
\item[<{ tr.typeConstraints }>]
\begin{description}
<% for arg in obj.typeConstraints %>
  \item[{\em <{ arg.name }>} : {\em <{ arg.type }>}] <{ arg.docs }>
<% endfor %>
\end{description}
\end{Desc}
<% endif %>