Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f6b958

Browse files
committed
Use {memberdesc} to mark the instance attributes.
1 parent 7dba8e2 commit 8f6b958

2 files changed

Lines changed: 24 additions & 12 deletions

File tree

Doc/lib/libimaplib.tex

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,19 @@ \subsection{IMAP4 Objects}
194194
\end{methoddesc}
195195

196196

197-
\class{IMAP4} instances have a variable \member{PROTOCOL_VERSION} that
198-
is set to the most recent supported protocol in the \samp{CAPABILITY}
199-
response.
197+
The following attributes are defined on instances of \class{IMAP4}:
200198

201-
Finally, \class{IMAP4} instances have a variable debug which can be
202-
set to an integer to turn on debugging. Values greater than 3 trace
203-
each command.
199+
200+
\begin{memberdesc}{PROTOCOL_VERSION}
201+
The most recent supported protocol in the \samp{CAPABILITY}
202+
response from the server.
203+
\end{memberdesc}
204+
205+
\begin{memberdesc}{debug}
206+
Integer value to control debugging output. The initialize value is
207+
taken from the module variable \code{Debug}. Values greater than
208+
three trace each command.
209+
\end{memberdesc}
204210

205211

206212
\subsection{IMAP4 Example}

Doc/libimaplib.tex

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,19 @@ \subsection{IMAP4 Objects}
194194
\end{methoddesc}
195195

196196

197-
\class{IMAP4} instances have a variable \member{PROTOCOL_VERSION} that
198-
is set to the most recent supported protocol in the \samp{CAPABILITY}
199-
response.
197+
The following attributes are defined on instances of \class{IMAP4}:
200198

201-
Finally, \class{IMAP4} instances have a variable debug which can be
202-
set to an integer to turn on debugging. Values greater than 3 trace
203-
each command.
199+
200+
\begin{memberdesc}{PROTOCOL_VERSION}
201+
The most recent supported protocol in the \samp{CAPABILITY}
202+
response from the server.
203+
\end{memberdesc}
204+
205+
\begin{memberdesc}{debug}
206+
Integer value to control debugging output. The initialize value is
207+
taken from the module variable \code{Debug}. Values greater than
208+
three trace each command.
209+
\end{memberdesc}
204210

205211

206212
\subsection{IMAP4 Example}

0 commit comments

Comments
 (0)