Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4380 in orxonox.OLD


Ignore:
Timestamp:
May 29, 2005, 8:16:48 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better documentation building

Location:
orxonox/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.am

    r3494 r4380  
    1616## doxygen stuff
    1717if DOXYGEN
    18 DOXYGEN_INPUT = "src src/lib/gui/gui src/lib/graphics/importer"
     18DOXYGEN_INPUT = "src"
    1919
    2020## Exclude the application wizard templates, and some file templates
  • orxonox/trunk/Makefile.in

    r4130 r4380  
    193193             doc/doxyconf/project
    194194
    195 @DOXYGEN_TRUE@DOXYGEN_INPUT = "src src/lib/gui/gui src/lib/graphics/importer"
     195@DOXYGEN_TRUE@DOXYGEN_INPUT = "src"
    196196@DOXYGEN_TRUE@DOXYGEN_EXCLUDE =
    197197@DOXYGEN_TRUE@DOXYGEN_EXAMPLE_PATH =
  • orxonox/trunk/doc/doxyconf/input

    r3167 r4380  
    44#---------------------------------------------------------------------------
    55FILE_PATTERNS          =
    6 RECURSIVE              = NO
     6RECURSIVE              = YES
    77EXCLUDE                =
    88EXCLUDE_SYMLINKS       = NO
Note: See TracChangeset for help on using the changeset viewer.