Changeset ea35ed5 in git


Ignore:
Timestamp:
Jul 9, 2014, 3:09:49 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
45c0033f56b30f76ca3748b99b330b76b206cc8a
Parents:
76c08cd27a961848d1862b7f6d1994a8d622b242
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-09 15:09:49+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-09 20:45:05+02:00
Message:
Update Doxygen config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dox/Doxyfile.in

    r76c08c rea35ed5  
    763763                         $(abs_top_srcdir)/templates/ \
    764764                         $(abs_top_srcdir)/doc/ \
    765                          $(abs_top_srcdir)/README.md $(abs_top_srcdir)/main.dox
     765                         $(abs_top_srcdir)/README.md \
     766                         $(abs_top_srcdir)/main.dox
    766767
    767768# This tag can be used to specify the character encoding of the source files
     
    788789                         *.cpp \
    789790                         *.cxx \
    790                          *.dox *.md
     791                         *.dox \
     792                         *.md
    791793
    792794# The RECURSIVE tag can be used to specify whether or not subdirectories should
     
    16301632# Note: Only use a user-defined header if you know what you are doing! The
    16311633# following commands have a special meaning inside the header: $title,
    1632 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
    1633 # replace them by respectively the title of the page, the current date and time,
    1634 # only the current date, the version number of doxygen, the project name (see
    1635 # PROJECT_NAME), or the project number (see PROJECT_NUMBER).
     1634# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
     1635# $projectbrief, $projectlogo. Doxygen will replace $title with the empy string,
     1636# for the replacement values of the other commands the user is refered to
     1637# HTML_HEADER.
    16361638# This tag requires that the tag GENERATE_LATEX is set to YES.
    16371639
     
    16401642# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
    16411643# generated LaTeX document. The footer should contain everything after the last
    1642 # chapter. If it is left blank doxygen will generate a standard footer.
     1644# chapter. If it is left blank doxygen will generate a standard footer. See
     1645# LATEX_HEADER for more information on how to generate a default footer and what
     1646# special commands can be used inside the footer.
    16431647#
    16441648# Note: Only use a user-defined footer if you know what you are doing!
     
    16641668PDF_HYPERLINKS         = YES
    16651669
    1666 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
     1670# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
    16671671# the PDF file directly from the LaTeX files. Set this option to YES to get a
    16681672# higher quality PDF documentation.
     
    18511855DOCBOOK_OUTPUT         = docbook
    18521856
     1857# If the DOCBOOK_PROGRAMLISTING tag is set to YES doxygen will include the
     1858# program listings (including syntax highlighting and cross-referencing
     1859# information) to the DOCBOOK output. Note that enabling this will significantly
     1860# increase the size of the DOCBOOK output.
     1861# The default value is: NO.
     1862# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
     1863
     1864DOCBOOK_PROGRAMLISTING = NO
     1865
    18531866#---------------------------------------------------------------------------
    18541867# Configuration options for the AutoGen Definitions output
     
    19501963# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
    19511964
    1952 INCLUDE_FILE_PATTERNS  = 
     1965INCLUDE_FILE_PATTERNS  =
    19531966
    19541967# The PREDEFINED tag can be used to specify one or more macro names that are
     
    20862099DOT_NUM_THREADS        = 0
    20872100
    2088 # When you want a differently looking font n the dot files that doxygen
     2101# When you want a differently looking font in the dot files that doxygen
    20892102# generates you can specify the font name using DOT_FONTNAME. You need to make
    20902103# sure dot is able to find the font, which can be done by putting it in a
Note: See TracChangeset for help on using the changeset viewer.