projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae84a5
)
Applied final patch, a reminder to add a table.
author
Gabriel Gellner
<ggellner@uoguelph.ca>
Sat, 3 May 2008 17:47:35 +0000
(13:47 -0400)
committer
Gabriel Gellner
<ggellner@uoguelph.ca>
Sat, 3 May 2008 17:47:35 +0000
(13:47 -0400)
docs/external_C_code.rst
patch
|
blob
|
history
diff --git
a/docs/external_C_code.rst
b/docs/external_C_code.rst
index f4dc733426a7fd8a13c3d1a9422b49398d751e73..2fb0667555fcff67b5e6d5c5ada831b96dadfdc2 100644
(file)
--- a/
docs/external_C_code.rst
+++ b/
docs/external_C_code.rst
@@
-159,6
+159,8
@@
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``.