added explicit *.dox entries to Doxyfile INPUT variable.
This is needed so that the LaTeX option processes files in the desired order rather than alphabetical. Not sure whether the ../FL and ../src entries should be mid-list or at the end. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6377 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
355223b558
commit
8d5f884b4a
@ -513,9 +513,14 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = . \
|
||||
INPUT = index.dox preface.dox intro.dox basics.dox common.dox \
|
||||
drawing.dox editor.dox events.dox subclassing.dox \
|
||||
opengl.dox fluid.dox advanced.dox unicode.dox \
|
||||
../FL \
|
||||
../src
|
||||
../src \
|
||||
enumerations.dox glut.dox forms.dox osissues.dox \
|
||||
migration_1_1.dox migration_1_3.dox development.dox \
|
||||
license.dox examples.dox
|
||||
|
||||
# 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…
Reference in New Issue
Block a user