File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments