fixed a doxygen input configuration error (components and libs were not documented)

actorid
Marc Zinnschlag 14 years ago
parent 5260cb2d16
commit 3583a1980a

@ -573,9 +573,9 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = apps
components
libs
INPUT = apps \
components \
libs \
# 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

@ -573,9 +573,9 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = apps
components
libs
INPUT = apps \
components \
libs \
# 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

Loading…
Cancel
Save