Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

doxyfile.in

Blame
  • doxyfile.in 355 B
    # @configure_input@
    
    # Doxyfile 1.8.10
    
    # This file describes the settings to be used by the documentation system
    # doxygen (www.doxygen.org) for a project.
    # ...
    
    PROJECT_NAME           = "@PACKAGE@"
    PROJECT_NUMBER         = @PACKAGE_VERSION@
    INPUT                  = @abs_top_srcdir@
    OUTPUT_DIRECTORY       = doxygen
    QUIET                  = YES
    
    # ...