Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-06-29 08:16:53


At 11:25 PM 6/28/2001, Daryle Walker wrote:

>On a related note, should the index.html file for a library be placed in
>the
>"doc" subdirectory, or should it go in that library's root? Vesa has it
>like:
>
>+ boost
>- libs
> - preprocessor
> + build
> - doc
> index.html
> (others)
> + src
> + test

I believe the above should be the preferred structure.

>
>I'm wondering if it should be like:
>
>+ boost
>- libs
> - preprocessor
> + build
> + doc
> index.html
> + src
> + test
>
>instead so the index file can reference all the items, both HTML and
>programming source.

Placing index.html in the doc sub-directory doesn't stop references to
files in src. It just changes the relative path. All documentation should
be in the doc sub-directory, it seems to me.

--Beman


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