Skip to content
Snippets Groups Projects
Select Git revision
  • b63486aa8e22813549d46226e4d873b6585d05be
  • master default protected
  • p2p
  • fypp
  • merge_to_master
  • dev-amr2cell
  • cube-mpi
  • pfof_reloaded
  • halo_post
  • add_cells_to_halos
  • hydro protected
  • add_cells_to_halos_v1
12 results

add_cells_to_halos.doxygen

Blame
  • add_cells_to_halos.doxygen 98.98 KiB
    #------------------------------------------------------------------------------------------------------------------------------------
    # Copyright 2020 Fabrice Roy
    #
    # Contact: fabrice.roy@obspm.fr
    #
    # This file is part of pFoF.
    #
    # pFoF is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # pFoF is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with pFoF. If not, see <http://www.gnu.org/licenses/>.
    #
    # author Fabrice Roy
    #
    # Doxygen configuration file for add_cells_to_halos doc
    #------------------------------------------------------------------------------------------------------------------------------------
    
    # Doxyfile 1.8.6
    
    # This file describes the settings to be used by the documentation system
    # doxygen (www.doxygen.org) for a project.
    #
    # All text after a double hash (##) is considered a comment and is placed in
    # front of the TAG it is preceding.
    #
    # All text after a single 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.
    # The default value is: UTF-8.
    
    DOXYFILE_ENCODING      = UTF-8
    
    # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
    # double-quotes, unless you are using Doxywizard) that should identify the
    # project for which the documentation is generated. This name is used in the
    # title of most generated pages and in a few other places.
    # The default value is: My Project.
    
    PROJECT_NAME           = "pFoF Tool add_cells_to_halos"
    
    # 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         =
    
    # Using the PROJECT_BRIEF tag one can provide an optional one line description
    # for a project that appears at the top of each page and should give viewer a
    # quick idea about the purpose of the project. Keep the description short.