Only document the public API, not the whole source tree.
1.1 --- a/include/doxyfile Thu Jan 27 00:34:12 2011 -0800
1.2 +++ b/include/doxyfile Thu Jan 27 07:05:13 2011 -0800
1.3 @@ -124,10 +124,7 @@
1.4 # If left blank the directory from which doxygen is run is used as the
1.5 # path to strip.
1.6
1.7 -STRIP_FROM_PATH = ../ \
1.8 - C:/source/svn.libsdl.org/trunk/ \
1.9 - C:\source\svn.libsdl.org\trunk\ \
1.10 - ..\
1.11 +STRIP_FROM_PATH =
1.12
1.13 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
1.14 # the path mentioned in the documentation of a class, which tells
1.15 @@ -572,7 +569,7 @@
1.16 # directories like "/usr/src/myproject". Separate the files or directories
1.17 # with spaces.
1.18
1.19 -INPUT = ..
1.20 +INPUT = .
1.21
1.22 # This tag can be used to specify the character encoding of the source files
1.23 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
1.24 @@ -652,10 +649,7 @@
1.25 # against the file with absolute path, so to exclude all test directories
1.26 # for example use the pattern */test/*
1.27
1.28 -EXCLUDE_PATTERNS = */.svn/* \
1.29 - */bin/* \
1.30 - */lib/* \
1.31 - */obj/*
1.32 +EXCLUDE_PATTERNS =
1.33
1.34 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
1.35 # (namespaces, classes, functions, etc.) that should be excluded from the
1.36 @@ -669,9 +663,7 @@
1.37 # directories that contain example code fragments that are included (see
1.38 # the \include command).
1.39
1.40 -EXAMPLE_PATH = ../test \
1.41 - ../Xcode \
1.42 - ../Xcode-iPhoneOS
1.43 +EXAMPLE_PATH =
1.44
1.45 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
1.46 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp