Commit 7f20eee9 authored by Gabriel Gellner's avatar Gabriel Gellner

Applied final patch, a reminder to add a table.

parent 8ae84a55
......@@ -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``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment