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