~paul-lucas/zorba/bug-932374

« back to all changes in this revision

Viewing changes to doc/python/doxy.config.in

  • Committer: Paul J. Lucas
  • Date: 2012-09-21 20:26:47 UTC
  • mfrom: (10819.2.235 zorba)
  • Revision ID: paul@lucasmail.org-20120921202647-fy9n4jduhrnljrnb
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
# For instance, some of the names that are used will be different. The list
203
203
# of all members will be omitted, etc.
204
204
 
205
 
OPTIMIZE_OUTPUT_FOR_C  = YES
 
205
OPTIMIZE_OUTPUT_FOR_C  = NO
206
206
 
207
207
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
208
208
# sources only. Doxygen will then generate output that is more tailored for
417
417
# will put a list of the files that are included by a file in the documentation
418
418
# of that file.
419
419
 
420
 
SHOW_INCLUDE_FILES     = YES
 
420
SHOW_INCLUDE_FILES     = NO
421
421
 
422
422
# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
423
423
# will list include files with double quotes in the documentation
631
631
# directories like "/usr/src/myproject". Separate the files or directories
632
632
# with spaces.
633
633
 
634
 
INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/manual
 
634
INPUT                  = @CMAKE_SOURCE_DIR@/swig \
 
635
                         @CMAKE_CURRENT_SOURCE_DIR@/manual
635
636
 
636
637
# This tag can be used to specify the character encoding of the source files
637
638
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
650
651
# *.f90 *.f *.for *.vhd *.vhdl
651
652
 
652
653
FILE_PATTERNS          = *.dox \
 
654
                                                 *.h \
653
655
                         *.py
654
656
 
655
657
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
656
658
# should be searched for input files as well. Possible values are YES and NO.
657
659
# If left blank NO is used.
658
660
 
659
 
RECURSIVE              = YES
 
661
RECURSIVE              = NO
660
662
 
661
663
# The EXCLUDE tag can be used to specify files and/or directories that should
662
664
# excluded from the INPUT source files. This way you can easily exclude a
1364
1366
# generate an XML file that captures the structure of
1365
1367
# the code including all documentation.
1366
1368
 
1367
 
GENERATE_XML           = NO
 
1369
GENERATE_XML           = YES
1368
1370
 
1369
1371
# The XML_OUTPUT tag is used to specify where the XML pages will be put.
1370
1372
# If a relative path is entered the value of OUTPUT_DIRECTORY will be