Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1251b0eb
Commit
1251b0eb
authored
Apr 15, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the cmemberdesc environment.
parent
be22ae6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
Doc/doc/doc.tex
Doc/doc/doc.tex
+11
-0
No files found.
Doc/doc/doc.tex
View file @
1251b0eb
...
...
@@ -549,6 +549,17 @@ This \UNIX\ is also followed by a space.
be used in the description.
\end{envdesc}
\begin{envdesc}
{
cmemberdesc
}{
\p
{
container
}
\p
{
type
}
\p
{
name
}}
Description for a structure member.
\var
{
container
}
should be
the
\keyword
{
typedef
}
name, if there is one, otherwise if should
be
\samp
{
struct
\var
{
tag
}}
. The type of the member should given
as
\var
{
type
}
, and the name should be given as
\var
{
name
}
. The
text of the description should include the range of values
allowed, how the value should be interpreted, and whether the
value can be changed. References to structure members in text
should use the
\macro
{
member
}
macro.
\end{envdesc}
\begin{envdesc}
{
csimplemacrodesc
}{
\p
{
name
}}
Documentation for a ``simple'' macro. Simple macros are macros
which are used for code expansion, but which do not take
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment