Have "revision" and "perm" in their own paragraphs.
[doldaconnect.git] / doc / protocol / reqlist.sty
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]{\par{Revision: #1}}
9
10 \newcommand{\perm}[1]{\par{Permissions: \texttt{#1}}}
11 \newcommand{\noperm}{\par{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} \\}