Skip to content

Commit

Permalink
apereo#26 Fix the api doc generation since some name changes in apere…
Browse files Browse the repository at this point in the history
…o#14 broke old

config
  • Loading branch information
jfritschi committed Feb 12, 2012
1 parent d0a27c1 commit ff6671d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/Doxyfile
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = phpCAS
PROJECT_NUMBER = "version ${phpcas.version}"
OUTPUT_DIRECTORY = ${basedir}/tmp/cas-${phpcas.version}/docs
OUTPUT_DIRECTORY = ${basedir}/tmp/CAS-${phpcas.version}/docs
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = YES
BRIEF_MEMBER_DESC = YES
Expand All @@ -14,7 +14,7 @@ ABBREVIATE_BRIEF =
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = ${basedir}/tmp/cas-${phpcas.version}
STRIP_FROM_PATH = ${basedir}/tmp/CAS-${phpcas.version}
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
Expand Down Expand Up @@ -64,13 +64,13 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ${basedir}/tmp/cas-${phpcas.version}
INPUT = ${basedir}/tmp/CAS-${phpcas.version}
FILE_PATTERNS = "*.php"
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXAMPLE_PATH = ${basedir}/tmp/cas-${phpcas.version}/docs/examples
EXAMPLE_PATH = ${basedir}/tmp/CAS-${phpcas.version}/docs/examples
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
Expand Down

0 comments on commit ff6671d

Please sign in to comment.