[Cython] [PATCH 3 of 3] Reminder to put the table about styles of struct, union and enum declarations
Kirill Smelkov
kirr at mns.spb.ru
Sat May 3 18:21:37 CEST 2008
# HG changeset patch
# User Kirill Smelkov <kirr at mns.spb.ru>
# Date 1209831643 -14400
# Node ID 630bbffdd62e0e82c551334cbf4579b751859248
# Parent a81645475dc33f1916f6dc7ee5ec8f52141b20e8
Reminder to put the table about styles of struct, union and enum declarations
diff --git a/docs/external_C_code.rst b/docs/external_C_code.rst
--- a/docs/external_C_code.rst
+++ b/docs/external_C_code.rst
@@ -158,6 +158,8 @@ header file, and the corresponding Cytho
header file, and the corresponding Cython declaration that you should put in
the ``cdef extern`` from block. Struct declarations are used as an example; the
same applies equally to union and enum declarations.
+
+**TODO** put table here...
Note that in all the cases below, you refer to the type in Cython code simply
as :ctype:`Foo`, not ``struct Foo``.
More information about the Cython-dev
mailing list