Applied final patch, a reminder to add a table.
authorGabriel Gellner <ggellner@uoguelph.ca>
Sat, 3 May 2008 17:47:35 +0000 (13:47 -0400)
committerGabriel Gellner <ggellner@uoguelph.ca>
Sat, 3 May 2008 17:47:35 +0000 (13:47 -0400)
docs/external_C_code.rst

index f4dc733426a7fd8a13c3d1a9422b49398d751e73..2fb0667555fcff67b5e6d5c5ada831b96dadfdc2 100644 (file)
@@ -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``.