Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Only document the public API, not the whole source tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 27, 2011
1 parent e861aaa commit bbdd7c3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions include/doxyfile
Expand Up @@ -124,10 +124,7 @@ FULL_PATH_NAMES = YES
# If left blank the directory from which doxygen is run is used as the
# path to strip.

STRIP_FROM_PATH = ../ \
C:/source/svn.libsdl.org/trunk/ \
C:\source\svn.libsdl.org\trunk\ \
..\
STRIP_FROM_PATH =

# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
Expand Down Expand Up @@ -572,7 +569,7 @@ WARN_LOGFILE = ./doxygen_warn.txt
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.

INPUT = ..
INPUT = .

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
Expand Down Expand Up @@ -652,10 +649,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*

EXCLUDE_PATTERNS = */.svn/* \
*/bin/* \
*/lib/* \
*/obj/*
EXCLUDE_PATTERNS =

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand All @@ -669,9 +663,7 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).

EXAMPLE_PATH = ../test \
../Xcode \
../Xcode-iPhoneOS
EXAMPLE_PATH =

# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
Expand Down

0 comments on commit bbdd7c3

Please sign in to comment.