Changes between Initial Version and Version 1 of Ticket #6401, comment 5


Ignore:
Timestamp:
Mar 4, 2012, 6:52:10 PM (11 years ago)
Author:
Jeremiah Willcock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6401, comment 5

    initial v1  
    22
    33  * 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).
    55  * There should be an HTML documentation file similar to the ones in `libs/graph/doc`.
    66  * The test code should use Boost.Test.