Boost logo

Boost :

Subject: Re: [boost] [GGL] Some bits missing from Doxygen docs?
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2009-11-15 15:30:44


On Sun, Nov 15, 2009 at 12:56 PM, Phil Endecott
<spam_from_boost_dev_at_[hidden]> wrote:
> I see a page that says "This is the complete list of members for
> ggl::linear_ring< P, V, ClockWise, A >, including all inherited members.",
> and is then entirely empty.
>
> Is this what other people see?  Maybe it is something odd with my browser.

This is also what I see. However, looking at the class definition
reveals an empty class (other than what may be inherited from V):
http://geometrylibrary.geodan.nl/formal_review/linear__ring_8hpp_source.html#l00041

00041 class linear_ring : public V<P, A<P> >
00042 {
00043 BOOST_CONCEPT_ASSERT( (concept::Point<P>) );
00044 };

Jon


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk