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
This commit is contained in:
parent
b7a1b23415
commit
7e3d359491
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user