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

Skip to content

Commit 1251b0e

Browse files
committed
Document the cmemberdesc environment.
1 parent be22ae6 commit 1251b0e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Doc/doc/doc.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,17 @@ \section{Special Markup Constructs \label{special-constructs}}
549549
be used in the description.
550550
\end{envdesc}
551551

552+
\begin{envdesc}{cmemberdesc}{\p{container}\p{type}\p{name}}
553+
Description for a structure member. \var{container} should be
554+
the \keyword{typedef} name, if there is one, otherwise if should
555+
be \samp{struct \var{tag}}. The type of the member should given
556+
as \var{type}, and the name should be given as \var{name}. The
557+
text of the description should include the range of values
558+
allowed, how the value should be interpreted, and whether the
559+
value can be changed. References to structure members in text
560+
should use the \macro{member} macro.
561+
\end{envdesc}
562+
552563
\begin{envdesc}{csimplemacrodesc}{\p{name}}
553564
Documentation for a ``simple'' macro. Simple macros are macros
554565
which are used for code expansion, but which do not take

0 commit comments

Comments
 (0)