Re: [GNC-dev] gnucash/gnome-utils/gnc-plugin-page.h missing a documentation parameter

2022-03-01 Thread Frank H. Ellenberger
I had only looked in line 408: * @return The color for this page. This string is owned by the page and not 419: * @param The color for this page. This string is owned by the page and Am 01.03.22 um 06:55 schrieb john: > > >> On Feb 28, 2022, at 9:26 PM, Frank H. Ellenberger >> wrote: >> >

Re: [GNC-dev] gnucash/gnome-utils/gnc-plugin-page.h missing a documentation parameter

2022-03-01 Thread Geert Janssens
Thanks, I have pushed your suggested fix to maint. Regards, Geert Op zondag 27 februari 2022 08:47:09 CET schreef Kevin Buckley: > 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. > * > * @para

Re: [GNC-dev] gnucash/gnome-utils/gnc-plugin-page.h missing a documentation parameter

2022-02-28 Thread john
> On Feb 28, 2022, at 9:26 PM, Frank H. Ellenberger > wrote: > > Hi Kevin, > > Am 27.02.22 um 08:47 schrieb Kevin Buckley: >> 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

Re: [GNC-dev] gnucash/gnome-utils/gnc-plugin-page.h missing a documentation parameter

2022-02-28 Thread Frank H. Ellenberger
Hi Kevin, Am 27.02.22 um 08:47 schrieb Kevin Buckley: > 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 np, it is the return value. Because a function can have multiple parame

[GNC-dev] gnucash/gnome-utils/gnc-plugin-page.h missing a documentation parameter

2022-02-26 Thread Kevin Buckley
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 fre