Home | History | Annotate | Download | only in doxygen
      1 # Doxyfile 0.1
      2 
      3 @INCLUDE               = common.doxy
      4 
      5 #---------------------------------------------------------------------------
      6 # General configuration options
      7 #---------------------------------------------------------------------------
      8 PROJECT_NAME           = "Mesa GLSL module"
      9 #---------------------------------------------------------------------------
     10 # configuration options related to the input files
     11 #---------------------------------------------------------------------------
     12 INPUT                  = ../src/glsl/
     13 RECURSIVE              = NO
     14 EXCLUDE                = ../src/glsl/glsl_lexer.cc \
     15                          ../src/glsl/glsl_parser.cc \
     16                          ../src/glsl/glsl_parser.h
     17 EXCLUDE_PATTERNS       =
     18 #---------------------------------------------------------------------------
     19 # configuration options related to the HTML output
     20 #---------------------------------------------------------------------------
     21 HTML_OUTPUT            = glsl
     22 #---------------------------------------------------------------------------
     23 # Configuration options related to the preprocessor
     24 #---------------------------------------------------------------------------
     25 ENABLE_PREPROCESSING   = YES
     26 MACRO_EXPANSION        = NO
     27 EXPAND_ONLY_PREDEF     = NO
     28 SEARCH_INCLUDES        = YES
     29 INCLUDE_PATH           =
     30 INCLUDE_FILE_PATTERNS  =
     31 PREDEFINED             =
     32 EXPAND_AS_DEFINED      =
     33 SKIP_FUNCTION_MACROS   = NO
     34 #---------------------------------------------------------------------------
     35 # Configuration::addtions related to external references
     36 #---------------------------------------------------------------------------
     37 TAGFILES               =
     38 GENERATE_TAGFILE       = glsl.tag
     39