GNOME Bugzilla – Bug 100309
pygtk documentation scripts need to output docs for functions
Last modified: 2006-07-08 23:24:46 UTC
gtk.mainloop(), gtk.mainquit(), gtk.mainiteration() and gtk.events_pending() are undocumented. In general, this seems to be the case for everything which isn't part of a class (e.g idle/timeout stuff, file handle stuff, etc.) Some of these are lowlevel and need not be exported, but mainloop handling has to exposed.
simplifying summary ...
This blocks bug 69243
I think it is unrelated. The other bug was about setting up docstrings that gave you an idea of the expected parameters to the functions. This bug is about improving the scripts used to generate the docbook / HTML documentation for PyGTK.
Okay, perhaps. Maybe we should fill a meta bug for documentation, to have all documentation related bug depend on.
The question in for documentation for functions is where we want to put it. Inline in the code or separated, in xml or something similar?
Any news on that bug ???
These are docs issues with PyGTK, not gnome-python. Changing component.
John, what do you say about this?
If this bug is about scripts to generate docs as stated by James, it seems to be out of my realm of expertise. If not then I'd need more info to understand the exact concern. If it's a concern that the docs are missing some method or function descriptions then I could deal with that given a list of missing items. AFAICT this bug report predates the current ref docs.
Dang. I lost a huge comment I wrote here analyzing the functions that still needed documenting. John, would it be useful if I went through the work of summarizing them again.
It's always useful to have an understanding of what someone else thinks is missing from the docs otherwise I'm left to my own devices and faulty memory. :-) It would also be the start of a good TODO list.