Documenting extension modules?

F

Francois De Serres

Hiho,

I can't seem to find a proper way to document my extension module.
Following the C API doc:

static PyMethodDef ioMethods[] = {
{"o_count", o_count, METH_VARARGS, "Return the count of available
MIDI outputs."},
.....
}

lacks:
a) module level documentation
b) function parameters

Also, I'd like to know if there's a typical format for the help string
(but in C), compatible with docstring's
"""short desription

long description"""

Any pointers please?

TIA,
Francois
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top