Enable refs between commands.
[doldaconnect.git] / doc / protocol / reqlist.sty
... / ...
CommitLineData
1\newenvironment{reqspec}[1]{\subsubsection{\texttt{#1}} \label{cmd:#1}}{}
2\newcommand{\reqref}[1]{\texttt{#1}}
3
4\newcommand{\syntax}[1]{Syntax: \texttt{#1}}
5
6\newenvironment{reqdesc}{Description: }{}
7
8\newcommand{\revision}[1]{Revision: #1}
9
10\newcommand{\perm}[1]{Permissions: \texttt{#1}}
11\newcommand{\noperm}{Permissions: None}
12
13\newcommand{\param}[1]{\texttt{#1}}
14
15\newenvironment{responses}{Responses:
16
17\begin{itemize}}{\end{itemize}}
18\newcommand{\response}[1]{\item \texttt{#1} \\}