[GNC-dev] gnucash/gnome-utils/gnc-plugin-page.h missing a documentation parameter
Kevin Buckley <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gnucash.devel |
|---|---|
| Message-ID | <CAKJd7RNKWp6MZKaJTBtchP8hUVC_x-+_4mpxSR1dFvU0tPcyUQ@mail.gmail.com> |
This stanza in gnucash/gnome-utils/gnc-plugin-page.h /** Set the color of this page. This is the color string used * in the notebook tab. * * @param page The page whose name should be retrieved. * * @param The color for this page. This string is owned by the page and * should not be freed by the caller. */ void gnc_plugin_page_set_page_color (GncPluginPage *page, const char *color); appears to be missing the parameter name color Line 408 should presumably be * @param color The color for this page. This string is owned by the page and HTH