11 May 15:03
Re: [boostbook] class free-function-group synopsis patch
From: Daniel James <daniel_james <at> fmail.co.uk>
Subject: Re: [boostbook] class free-function-group synopsis patch
Newsgroups: gmane.comp.lib.boost.documentation
Date: 2008-05-11 13:03:47 GMT
Subject: Re: [boostbook] class free-function-group synopsis patch
Newsgroups: gmane.comp.lib.boost.documentation
Date: 2008-05-11 13:03:47 GMT
On 09/05/2008, Frank Mori Hess <frank.hess <at> nist.gov> wrote: > > Attached is a one-line patch that prevents a class' associated free functions > (a "free-function-group" element inside a "class" element) from reappearing > in the synopsis of member classes. That is, for something like > > <class name="A"> > <class name="AMemberClass"/> > <free-function-group name="A's free functions"/> > </class> > > "A's free functions" will currently appear both in the synopsis of class "A" > and the synopsis of class "AMemberClass". This patch prevents them from > appearing in the synopsis of "AMemberClass". This looks good to me. It also changes the behaviour of free-function-groups that are declared in a namespace - for the better I think. Daniel
RSS Feed