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