Skip to content
Snippets Groups Projects
Select Git revision
  • 2ac0e8901468d3532124c0bcccb41071350a838b
  • master default protected
  • 6.x protected
  • pardiso
  • mkl-pardiso
  • madysson
  • 5.x protected
  • asm
  • time-varying-information-set
  • 4.6 protected
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5 protected
  • clang+openmp
  • exo_steady_state
  • declare_vars_in_model_block
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • slice
  • 6.4 protected
  • 6.3 protected
  • 6.2 protected
  • 6.1 protected
  • 6.0 protected
  • 6-beta2 protected
  • 6-beta1 protected
  • 5.5 protected
  • 5.4 protected
  • 5.3 protected
  • 5.2 protected
  • 5.1 protected
  • 5.0 protected
  • 5.0-rc1 protected
  • 4.7-beta3 protected
  • 4.7-beta2 protected
  • 4.7-beta1 protected
  • 4.6.4 protected
  • 4.6.3 protected
  • 4.6.2 protected
41 results

Doxyfile

Blame
  • Doxyfile 62.33 KiB
    # Doxyfile 1.5.9
    
    # This file describes the settings to be used by the documentation system
    # doxygen (www.doxygen.org) for a project
    #
    # All text after a hash (#) is considered a comment and will be ignored
    # The format is:
    #       TAG = value [value, ...]
    # For lists items can also be appended using:
    #       TAG += value [value, ...]
    # Values that contain spaces should be placed between quotes (" ")
    
    #---------------------------------------------------------------------------
    # Project related configuration options
    #---------------------------------------------------------------------------
    
    # This tag specifies the encoding used for all characters in the config file 
    # that follow. The default is UTF-8 which is also the encoding used for all 
    # text before the first occurrence of this tag. Doxygen uses libiconv (or the 
    # iconv built into libc) for the transcoding. See 
    # http://www.gnu.org/software/libiconv for the list of possible encodings.
    
    DOXYFILE_ENCODING      = UTF-8
    
    # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
    # by quotes) that should identify the project.
    
    PROJECT_NAME           = "Dynare Pre-Processor"
    
    # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
    # This could be handy for archiving the generated documentation or 
    # if some version control system is used.
    
    PROJECT_NUMBER         = " Version 4"
    
    # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
    # base path where the generated documentation will be put. 
    # If a relative path is entered, it will be relative to the location 
    # where doxygen was started. If left blank the current directory will be used.
    
    OUTPUT_DIRECTORY       = doc
    
    # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
    # 4096 sub-directories (in 2 levels) under the output directory of each output 
    # format and will distribute the generated files over these directories. 
    # Enabling this option can be useful when feeding doxygen a huge amount of 
    # source files, where putting all generated files in the same directory would 
    # otherwise cause performance problems for the file system.
    
    CREATE_SUBDIRS         = NO
    
    # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
    # documentation generated by doxygen is written. Doxygen will use this 
    # information to generate all constant output in the proper language. 
    # The default language is English, other supported languages are: 
    # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, 
    # Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, 
    # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English 
    # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, 
    # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, 
    # Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
    
    OUTPUT_LANGUAGE        = English
    
    # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
    # include brief member descriptions after the members that are listed in 
    # the file and class documentation (similar to JavaDoc). 
    # Set to NO to disable this.
    
    BRIEF_MEMBER_DESC      = YES