Archives Sept. 16, 2006
Adding a type for documentation in epydoc (ctypes "Functions" as routine data-types...)
Written by
on
in
Snaking.
As mentioned a few posts ago, I've been looking at how to make the OpenGL-ctypes auto-generated documentation useful. What I want to do is to register the ctypes "functions" as regular routines, with docstrings and preferably with structured meta-data such as the data-types of arguments, error-checker and the like displayed in a consistent way.
The ...!-->!-->