Opened 19 years ago

Closed 18 years ago

#143 closed Bugs (Fixed)

Documentation error

Reported by: nobody Owned by: jsiek
Milestone: Component: graph
Version: None Severity:
Keywords: Cc:

Description

In the Online Documentation : 
http://www.boost.org/libs/graph/doc/IncidenceGraph.html 
 
There are a mistake in the concept Cheking class section : all lines " p 
= out_edges(v,g)" should be read as "p = out_edges( u , g)" 
 
the same mistake is made in graph/graph_concept. 
 
 
vincent.agnus@ircad.u-strasbg.fr 

Change History (2)

comment:1 by nobody, 19 years ago

Logged In: NO 

What is the bug?

comment:2 by Douglas Gregor, 18 years ago

Status: assignedclosed
Logged In: YES 
user_id=249098

I don't believe this is actually a bug. The concept documentation is 
already correct, because both u and v are vertex descriptors. However, I 
have made the suggested changes because I believe the result is more 
consistent. 
Note: See TracTickets for help on using tickets.