On Sun, Jun 6, 2010 at 5:55 PM, Benoit Jacob
<jacob.benoit.1@xxxxxxxxx> wrote:
OK, so, I agree that there is a use for documentation on both the wiki
and doxygen... which is actually what we are doing right now! Perhaps
all what was needed, was a good clarification of what should go into
doxygen, and what should go into the wiki. It's going to be impossible
to dictate absolute hard rules, but here are some thoughts:
- The doxygen docs are automatically versioned, the wiki isn't, so
wiki pages must be careful to say to which version of Eigen they
refer.
- Standard tutorials and API docs should go into doxygen
- Topic-specific pages on the most important/general topics (e.g.
lazy evaluation) should go into doxygen
- Everyone is welcome to create Wiki pages on topics that doxygen
overlooks (e.g. how to use Eigen with compiler X or interplay with
library Y or numeric type Z...). It is possible/easy to later convert
them into doxygen pages, if needed.