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
79bf99c5
Kaydet (Commit)
79bf99c5
authored
Nis 09, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document the \csimplemacro macro and the csimplemacrodesc environment.
üst
19f827e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
doc.tex
Doc/doc/doc.tex
+20
-0
No files found.
Doc/doc/doc.tex
Dosyayı görüntüle @
79bf99c5
...
@@ -549,6 +549,16 @@ This \UNIX\ is also followed by a space.
...
@@ -549,6 +549,16 @@ This \UNIX\ is also followed by a space.
be used in the description.
be used in the description.
\end{envdesc}
\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
arguments so cannot be described as functions. This is not to
be used for simple constant definitions. Examples of it's use
in the Python documentation include
\csimplemacro
{
PyObject
_
HEAD
}
and
\csimplemacro
{
Py
_
BEGIN
_
ALLOW
_
THREADS
}
.
\end{envdesc}
\begin{envdesc}
{
ctypedesc
}{
\op
{
tag
}
\p
{
name
}}
\begin{envdesc}
{
ctypedesc
}{
\op
{
tag
}
\p
{
name
}}
Environment used to described a C type. The
\var
{
name
}
Environment used to described a C type. The
\var
{
name
}
parameter should be the
\keyword
{
typedef
}
name. If the type is
parameter should be the
\keyword
{
typedef
}
name. If the type is
...
@@ -735,6 +745,16 @@ This \UNIX\ is also followed by a space.
...
@@ -735,6 +745,16 @@ This \UNIX\ is also followed by a space.
changed.
changed.
\end{macrodesc}
\end{macrodesc}
\begin{macrodesc}
{
csimplemacro
}{
\p
{
name
}}
The name of a ``simple'' macro. Simple macros are macros
which are used for code expansion, but which do not take
arguments so cannot be described as functions. This is not to
be used for simple constant definitions. Examples of it's use
in the Python documentation include
\csimplemacro
{
PyObject
_
HEAD
}
and
\csimplemacro
{
Py
_
BEGIN
_
ALLOW
_
THREADS
}
.
\end{macrodesc}
\begin{macrodesc}
{
ctype
}{
\p
{
name
}}
\begin{macrodesc}
{
ctype
}{
\p
{
name
}}
The name of a C
\keyword
{
typedef
}
or structure. For structures
The name of a C
\keyword
{
typedef
}
or structure. For structures
defined without a
\keyword
{
typedef
}
, use
\code
{
\e
ctype
\{
struct
defined without a
\keyword
{
typedef
}
, use
\code
{
\e
ctype
\{
struct
...
...
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