On Wed, 2008-08-13 at 12:40 -0500, John Hobbs wrote: > Hello, > > I'm trying to make a patch to add some documentation to TreeView, but > I'm not having any luck. It patches fine, that's not the issue. I > just don't know where to put the documentation to make it work. I > placed it in treeview.hg right above the _WRAP_METHOD macro for the > function I wanted, but when I did a make it wasn't there.
_WRAP_METHOD() generates its own documentation, based on the C documentation, stored in gtk_docs.xml. When that's not good enough, you can add hand-written documentation to gtk_docs_override.xml. That's not pretty, I know. I'd like a no_docs option for _WRAP_METHOD(). There's some more explanation here: http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/sec-wrapping-documentation.html -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
