Changeset 210 for Doxyfile.regfi


Ignore:
Timestamp:
10/22/10 18:46:49 (14 years ago)
Author:
tim
Message:

beginnings of pyregfi documentation build script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Doxyfile.regfi

    r209 r210  
    2626# by quotes) that should identify the project.
    2727
    28 PROJECT_NAME           = reglookup
     28PROJECT_NAME           = regfi
    2929
    3030# The PROJECT_NUMBER tag can be used to enter a project or revision number.
     
    215215# Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat
    216216# .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran),
    217 # use: inc=Fortran f=C. Note that for custom extensions you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
     217# use: inc=Fortran f=C. Note that for custom extensions you also need to set
     218# FILE_PATTERNS otherwise the files are not read by doxygen.
    218219
    219220EXTENSION_MAPPING      =
     
    412413SORT_BRIEF_DOCS        = NO
    413414
    414 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the (brief and detailed) documentation of class members so that constructors and destructors are listed first. If set to NO (the default) the constructors will appear in the respective orders defined by SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
     415# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort
     416# the (brief and detailed) documentation of class members so that constructors
     417# and destructors are listed first. If set to NO (the default) the
     418# constructors will appear in the respective orders defined by
     419# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. This tag will be ignored for brief
     420# docs if SORT_BRIEF_DOCS is set to NO and ignored for detailed docs if
     421# SORT_MEMBER_DOCS is set to NO.
    415422
    416423SORT_MEMBERS_CTORS_1ST = NO
     
    575582# with spaces.
    576583
    577 INPUT                  = trunk/lib trunk/include
     584INPUT                  = trunk/lib trunk/include trunk/python/pyregfi
    578585
    579586# This tag can be used to specify the character encoding of the source files
     
    831838# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
    832839# it at startup.
    833 # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.
     840# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for
     841# more information.
    834842
    835843GENERATE_DOCSET        = NO
     
    924932QHP_CUST_FILTER_NAME   =
    925933
    926 # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see
     934# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
     935# custom filter to add.For more information please see
    927936# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
    928937
     
    948957# files needs to be copied into the plugins directory of eclipse. The name of
    949958# the directory within the plugins directory should be the same as
    950 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before the help appears.
     959# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted
     960# before the help appears.
    951961
    952962GENERATE_ECLIPSEHELP   = NO
     
    9981008FORMULA_FONTSIZE       = 10
    9991009
    1000 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for the HTML output. The underlying search engine uses javascript
    1001 # and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) there is already a search function so this one should
     1010# When the SEARCHENGINE tag is enabled doxygen will generate a search box
     1011# for the HTML output. The underlying search engine uses javascript
     1012# and DHTML and should work on any modern browser. Note that when using HTML
     1013# help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
     1014# there is already a search function so this one should
    10021015# typically be disabled. For large projects the javascript based search engine
    10031016# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
     
    10051018SEARCHENGINE           = YES
    10061019
    1007 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be implemented using a PHP enabled web server instead of at the web client using Javascript. Doxygen will generate the search PHP script and index
    1008 # file to put on the web server. The advantage of the server based approach is that it scales better to large projects and allows full text search. The disadvances is that it is more difficult to setup
     1020# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
     1021# implemented using a PHP enabled web server instead of at the web client using
     1022# Javascript. Doxygen will generate the search PHP script and index
     1023# file to put on the web server. The advantage of the server based approach is
     1024# that it scales better to large projects and allows full text search. The
     1025# disadvances is that it is more difficult to setup
    10091026# and does not have live searching capabilities.
    10101027
     
    10901107LATEX_HIDE_INDICES     = NO
    10911108
    1092 # If LATEX_SOURCE_CODE is set to YES then doxygen will include source code with syntax highlighting in the LaTeX output. Note that which sources are shown also depends on other settings such as SOURCE_BROWSER.
     1109# If LATEX_SOURCE_CODE is set to YES then doxygen will include source code
     1110# with syntax highlighting in the LaTeX output. Note that which sources are
     1111# shown also depends on other settings such as SOURCE_BROWSER.
    10931112
    10941113LATEX_SOURCE_CODE      = NO
     
    13381357# a tag file that is based on the input files it reads.
    13391358
    1340 GENERATE_TAGFILE       =
     1359GENERATE_TAGFILE       = doc/regfi/regfi.tags
    13411360
    13421361# If the ALLEXTERNALS tag is set to YES all external classes will be listed
Note: See TracChangeset for help on using the changeset viewer.