Changes between Initial Version and Version 1 of Ticket #6401, comment 5
- Timestamp:
- Mar 4, 2012, 6:52:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6401, comment 5
initial v1 2 2 3 3 * Please change the directory structure to match Boost conventions (you do not need to put in Jamfiles). 4 * BGL algorithms file names typically spell out the full algorithm names, and have header guards that match the file name (see the other BGL headers).4 * BGL algorithms' file names typically spell out the full algorithm names, and have header guards that match the file name (see the other BGL headers). 5 5 * There should be an HTML documentation file similar to the ones in `libs/graph/doc`. 6 6 * The test code should use Boost.Test.