Skip to content

Commit

Permalink
Update doxyfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Dec 10, 2012
1 parent aad2d2f commit cddfae4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PROJECT_NUMBER = 1.0.0
# for a project that appears at the top of each page and should give viewer
# a quick idea about the purpose of the project. Keep the description short.

PROJECT_BRIEF = "The iOS framework whose growth is bounded by its documentation."
PROJECT_BRIEF = "The iOS framework that grows only as fast as its documentation"

# With the PROJECT_LOGO tag one can specify an logo or icon that is
# included in the documentation. The maximum height of the logo should not
Expand Down
15 changes: 8 additions & 7 deletions docs/Doxyfile-docset
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.

PROJECT_NAME = "Nimbus 0.9.3 Library"
PROJECT_NAME = "Nimbus 1.0.0 Library"

# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 0.9.3
PROJECT_NUMBER = 1.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
# a quick idea about the purpose of the project. Keep the description short.

PROJECT_BRIEF = "The iOS framework whose growth is bounded by its documentation."
PROJECT_BRIEF = "The iOS framework that grows only as fast as its documentation"

# With the PROJECT_LOGO tag one can specify an logo or icon that is
# included in the documentation. The maximum height of the logo should not
Expand Down Expand Up @@ -403,7 +403,7 @@ INTERNAL_DOCS = NO
# in case and if your file system supports case sensitive file names. Windows
# and Mac users are advised to set this option to NO.

CASE_SENSE_NAMES = NO
CASE_SENSE_NAMES = YES

# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
# will show members with their full class and namespace scopes in the
Expand Down Expand Up @@ -1448,13 +1448,13 @@ ENABLE_PREPROCESSING = YES
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.

MACRO_EXPANSION = NO
MACRO_EXPANSION = YES

# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
# PREDEFINED and EXPAND_AS_DEFINED tags.

EXPAND_ONLY_PREDEF = NO
EXPAND_ONLY_PREDEF = YES

# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
# pointed to by INCLUDE_PATH will be searched when a #include is found.
Expand Down Expand Up @@ -1483,7 +1483,8 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.

PREDEFINED = DEBUG \
NS_BLOCKS_AVAILABLE
NS_BLOCKS_AVAILABLE \
"__NI_DEPRECATED_METHOD="

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
Expand Down

0 comments on commit cddfae4

Please sign in to comment.