All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.Doc.stg Maven / Gradle / Ivy

group T;

param(name, type) ::= <<
         
>>

// The entry for a single function
docApiEntry(apitype, ret, name, apiparams, paramNames, doc, ent) ::= <<
\section{}
\index{}
\label{Api:}
\begin{lstlisting}[style=nonumbers]
     (
      
   )
\end{lstlisting}
\begin{Verbatim}[formatcom=\color{Maroon}]
  Entitlement: 
\end{Verbatim}
%\begin{lstlisting}[language=reflex]
%ret = #.();
%\end{lstlisting}
\input{api//}


\rule{12cm}{2pt}
>>
docApiList(apitype, apis, doc) ::= <<
\chapter{ API}
\index{ API}
\input{api//info}

>>

docTypeField(name, type) ::= <<
       
>>

docTypeDef(name, fields, doc) ::= <<
\section{}
\label{type:}
\index{}

\begin{lstlisting}[style=nonumbers]
   type  {
      
   }
\end{lstlisting}

\rule{12cm}{2pt}
>>

docTypes(types) ::= <<
\chapter{Types}

>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy