From 7e3d359491217926506cc6c73e8bc1203cd5c1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 14 Mar 2005 16:34:03 +0000 Subject: [PATCH] Added support kit and some POSIX headers to the doxyfile. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11735 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/Doxyfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile index f624df6b82..5bbe1bc535 100644 --- a/docs/user/Doxyfile +++ b/docs/user/Doxyfile @@ -17,7 +17,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "The OpenBeOS Book" +PROJECT_NAME = "The Haiku Book" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -325,7 +325,9 @@ WARN_LOGFILE = # with spaces. # General documentations and extern documentation files -INPUT = . midi midi2 ppp ../../headers/os/midi2 +INPUT = . midi midi2 support ppp +INPUT += ../../headers/os/midi2 ../../headers/os/support ../../headers/posix +# ToDo: we should probably make it recursive once we have docs for everything... # PPP INPUT += ../../src/add-ons/kernel/network/ppp/shared/libkernelppp ../../src/add-ons/kernel/network/ppp/shared/libkernelppp/headers @@ -819,7 +821,7 @@ EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). -PERL_PATH = /usr/bin/perl +PERL_PATH = /boot/home/config/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool