$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [shifted_ptr] Documentation
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-04-08 15:06:11
Greetings,
There is more to come but I just documented the main classes of the
Shifted Pointer code. To generate & look at the docs simply use:
$ cd shifted_ptr/
$ svn up
$ cd libs/smart_ptr/doc
$ doxygen
$ firefox html/index.html
Some people like and some people dislike Doxygen but in my opinion it
keeps the docs and the code in perfect harmony and requires no
duplication of the function names and parameters.
Bests,
-Phil