Updated to reflect actual paths these days.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40549 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2011-02-18 12:08:31 +00:00
parent 51519728c8
commit a7e6888c00
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ THE HAIKU BOOK HOWTO
The end user documentation for Haiku is automatically generated from the The end user documentation for Haiku is automatically generated from the
source code using the Doxygen tool. We are talking BeBook-style documentation source code using the Doxygen tool. We are talking BeBook-style documentation
here, not development related docs (those belong in /current/docs/develop). here, not development related docs (those belong in trunk/docs/develop).
This HOWTO only explains how to include your kit into the "Haiku Book", it This HOWTO only explains how to include your kit into the "Haiku Book", it
is not a Doxygen tutorial. For information about using Doxygen, see the Doxygen is not a Doxygen tutorial. For information about using Doxygen, see the Doxygen
@ -16,8 +16,8 @@ There are two ways to document your kit:
Either way is fine. The documentation for the Midi Kit, for example, uses the Either way is fine. The documentation for the Midi Kit, for example, uses the
latter option. The files with the Doxygen comments all live in the midi2 subdir latter option. The files with the Doxygen comments all live in the midi2 subdir
of /current/docs/user. Of course, if you embed the Doxygen comments directly in of /trunk/docs/user. Of course, if you embed the Doxygen comments directly in
your source code, you don't need to make a subdir in /current/docs/user. your source code, you don't need to make a subdir in /trunk/docs/user.
There is one Doxygen config file (Doxyfile) for the entire book, so you don't There is one Doxygen config file (Doxyfile) for the entire book, so you don't
have to make your own Doxyfile. You just have to add the directories with your have to make your own Doxyfile. You just have to add the directories with your
@ -25,7 +25,7 @@ commented files to the INPUT directive, so doxygen will know where to find them.
You probably also want to add a link to your kit on the main page (book.dox). You probably also want to add a link to your kit on the main page (book.dox).
To generate the docs, simply type "doxygen" in the Terminal. The script puts To generate the docs, simply type "doxygen" in the Terminal. The script puts
the resulting HTML docs in "/current/distro/x86.R1/beos/docs". the resulting HTML docs in "/trunk/generated/doxygen/html".
Note: theoretically, Doxygen allows us to treat each kit as a separate "module", Note: theoretically, Doxygen allows us to treat each kit as a separate "module",
using the \defgroup and \ingroup tags. In practice, the results of this are a using the \defgroup and \ingroup tags. In practice, the results of this are a