Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
7be440da
Kaydet (Commit)
7be440da
authored
Eyl 16, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document \cfuncdesc, \ctypedesc, and \cvardesc.
üst
57d51f2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
doc.tex
Doc/doc/doc.tex
+28
-0
No files found.
Doc/doc/doc.tex
Dosyayı görüntüle @
7be440da
...
...
@@ -294,6 +294,34 @@ distribution, to create or maintain whole documents or sections.
specific implementation classes, and will always require the
\var
{
type name
}
parameter to be provided.
\begin{envdesc}
{
cfuncdesc
}{
\p
{
type
}
\p
{
name
}
\p
{
args
}}
Environment used to described a C function. The
\var
{
type
}
should be specified as a
\keyword
{
typedef
}
name,
\code
{
struct
\var
{
tag
}}
, or the name of a primitive type. If it is a pointer
type, the trailing asterisk should not be preceeded by a space.
\var
{
name
}
should be the name of the function (or function-like
pre-processor macro), and
\var
{
args
}
should give the types and
names of the parameters. The names need to be given so they may
be used in the description.
\end{envdesc}
\begin{envdesc}
{
ctypedesc
}{
\op
{
tag
}
\p
{
name
}}
Environment used to described a C type. The
\var
{
name
}
parameter should be the
\keyword
{
typedef
}
name. If the type is
defined as a
\keyword
{
struct
}
without a
\keyword
{
typedef
}
,
\var
{
name
}
should have the form
\code
{
struct
\var
{
tag
}}
.
\var
{
name
}
will be added to the index unless
\var
{
tag
}
is
provided, in which case
\var
{
tag
}
will be used instead.
\var
{
tag
}
should not be used for a
\keyword
{
typedef
}
name.
\end{envdesc}
\begin{envdesc}
{
cvardesc
}{
\p
{
type
}
\p
{
name
}}
Description of a global C variable.
\var
{
type
}
should be the
\keyword
{
typedef
}
name,
\code
{
struct
\var
{
tag
}}
, or the name of
a primitive type. If variable has a pointer type, the trailing
asterisk should
\emph
{
not
}
be preceeded by a space.
\end{envdesc}
\begin{envdesc}
{
datadesc
}{
\p
{
name
}}
This environment is used to document global data in a module,
including both variables and values used as ``defined
...
...
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