Skip to content
Snippets Groups Projects
Select Git revision
  • d350d86afa25612fb2fa7147d37be2ac9c8835c6
  • master default
  • releases/2.10
  • feature/update-buildsystem
  • releases/2.9
  • more-features-for-cholmodsolver
  • releases/2.8
  • fix/error-norm
  • releases/2.7
  • implement-overlappingblockgsstep
  • make-getiterationstep-return-shared-ptr
  • feature/blockgssteps_autoCopy
  • releases/2.6-1
  • feature/use-smart-ptr-ignorenodes
  • feature/update-to-clang-7
  • feature/whitespace-fix
  • flexible-loopsolver-max
  • releases/2.5-1
  • feature/incomplete-cholesky-rebased
  • feature/istl-preconditioners
  • feature/optional-ignore
  • subversion->git
22 results

Doxylocal

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Doxylocal 1.26 KiB
    # This file contains local changes to the doxygen configuration
    # please us '+=' to add file/directories to the lists
    
    # The INPUT tag can be used to specify the files and/or directories that contain
    # documented source files. You may enter file names like "myfile.cpp" or
    # directories like "/usr/src/myproject". Separate the files or directories
    # with spaces.
    
    INPUT                 += @top_srcdir@/dune/
    # see e.g. dune-grid for the examples of mainpage and modules
    # INPUT                 += @srcdir@/mainpage #                          @srcdir@/modules
    
    # The EXCLUDE tag can be used to specify files and/or directories that should
    # excluded from the INPUT source files. This way you can easily exclude a
    # subdirectory from a directory tree whose root is specified with the INPUT tag.
    
    # EXCLUDE               += @top_srcdir@/dune/solvers/test
    
    # The EXAMPLE_PATH tag can be used to specify one or more files or
    # directories that contain example code fragments that are included (see
    # the \include command).
    
    # EXAMPLE_PATH          += @top_srcdir@/src
    
    # The IMAGE_PATH tag can be used to specify one or more files or
    # directories that contain image that are included in the documentation (see
    # the \image command).
    
    # IMAGE_PATH            += @top_srcdir@/dune/solvers/pics