GNOME Bugzilla – Bug 448637
Convert comment in gtkmenushell.c into docs
Last modified: 2013-08-14 08:55:25 UTC
gtkmenushell.c contains a long comment explaining concepts and signals in the menu system. It would be nice to turn that into api docs. The concepts part should probably go into the long description of one of the menu classes, e.g GtkMenuShell, and the signal docs should be moved to the individual signals.
Created attachment 229089 [details] [review] convert comment to gtk-doc comment I moved the terminology comment to the GtkMenuShell description, under a new "Terminology" section. I shuffled most of the other comments to the respective places (functions) in the implementation, as that seemed to be where they belonged.
Review of attachment 229089 [details] [review]: looks good to me
Comment on attachment 229089 [details] [review] convert comment to gtk-doc comment Thanks, pushed to master as commit 1e3e123c17c37055c097fbf8448c9a883cfc37a0.