Orb/Doxygen/doc/Doxyfile
changeset 0 42188c7ea2d9
equal deleted inserted replaced
-1:000000000000 0:42188c7ea2d9
       
     1 #
       
     2 # 
       
     3 #
       
     4 # Copyright (C) 1997-1999 by Dimitri van Heesch.
       
     5 #
       
     6 # Permission to use, copy, modify, and distribute this software and its
       
     7 # documentation under the terms of the GNU General Public License is hereby 
       
     8 # granted. No representations are made about the suitability of this software 
       
     9 # for any purpose. It is provided "as is" without express or implied warranty.
       
    10 # See the GNU General Public License for more details.
       
    11 #
       
    12 # Documents produced by Doxygen are derivative works derived from the
       
    13 # input used in their production; they are not affected by this license.
       
    14 
       
    15 PROJECT_NAME      = "Doxygen manual"
       
    16 OUTPUT_DIRECTORY  = ..
       
    17 HTML_HEADER       = 
       
    18 HTML_FOOTER       = 
       
    19 QUIET             = NO
       
    20 WARNINGS          = YES
       
    21 DISABLE_INDEX     = YES
       
    22 EXTRACT_ALL       = NO
       
    23 EXTRACT_PRIVATE   = NO
       
    24 GENERATE_MAN      = NO
       
    25 GENERATE_LATEX    = YES
       
    26 GENERATE_HTML     = YES
       
    27 GENERATE_HTMLHELP = YES
       
    28 GENERATE_RTF      = NO
       
    29 GENERATE_XML      = NO
       
    30 ENABLED_SECTIONS  = logo_on
       
    31 ENABLE_PREPROCESSING = NO
       
    32 CASE_SENSE_NAMES  = NO
       
    33 IMAGE_PATH        = .
       
    34 INPUT             = index.doc install.doc starting.doc docblocks.doc lists.doc \
       
    35                     grouping.doc formulas.doc diagrams.doc preprocessing.doc \
       
    36                     autolink.doc output.doc searching.doc customize.doc custcmd.doc \
       
    37                     external.doc faq.doc trouble.doc history.doc features.doc \
       
    38 		    doxygen_usage.doc doxytag_usage.doc \
       
    39                     doxywizard_usage.doc installdox_usage.doc \
       
    40 		    config.doc commands.doc htmlcmds.doc xmlcmds.doc language.doc \
       
    41                     perlmod.doc perlmod_tree.doc arch.doc 
       
    42 FILE_PATTERNS     = *.cpp *.h *.doc
       
    43 EXAMPLE_PATH      = ../examples
       
    44 RECURSIVE         = NO
       
    45 TAGFILES          =
       
    46 ALLEXTERNALS      = NO
       
    47 PERL_PATH         = /usr/local/bin/perl
       
    48 SEARCHENGINE      = NO
       
    49 PDF_HYPERLINKS    = YES
       
    50 USE_PDFLATEX      = YES
       
    51 STRIP_CODE_COMMENTS = NO