Changeset 647


Ignore:
Timestamp:
Sep 13, 2006, 1:01:12 PM (17 years ago)
Author:
Peter
Message:

fixes #137 added flag for doxygen to write includes in preferable way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen.config

    r642 r647  
    151151STRIP_FROM_PATH        = ../
    152152
     153# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     154# the path mentioned in the documentation of a class, which tells
     155# the reader which header file to include in order to use a class.
     156# If left blank only the name of the header file containing the class
     157# definition is used. Otherwise one should specify the include paths that
     158# are normally passed to the compiler using the -I flag.
     159
     160STRIP_FROM_INC_PATH    = ../
     161
    153162# The INTERNAL_DOCS tag determines if documentation
    154163# that is typed after a \internal command is included. If the tag is set
     
    341350# *.h++ *.idl
    342351
    343 FILE_PATTERNS          =
     352FILE_PATTERNS          = *.h
    344353
    345354# The RECURSIVE tag can be used to turn specify whether or not subdirectories
Note: See TracChangeset for help on using the changeset viewer.