~ubuntu-branches/ubuntu/maverick/aspectc++/maverick

« back to all changes in this revision

Viewing changes to Puma/doc/doxygen.conf

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-04-10 17:40:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080410174052-xdnsm7oi8hauyyf1
Tags: 1.0pre4~svn.20080409+dfsg-3
Fix another missing include, this time in Ag++/StdSystem.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
# Private class members and static file members will be hidden unless 
59
59
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
60
60
 
61
 
EXTRACT_ALL            = NO
 
61
EXTRACT_ALL            = YES
62
62
 
63
63
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
64
64
# will be included in the documentation.
199
199
# If set to NO, the detailed description appears after the member 
200
200
# documentation.
201
201
 
202
 
DETAILS_AT_TOP         = NO
 
202
DETAILS_AT_TOP         = YES
203
203
 
204
204
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
205
205
# member inherits the documentation from any documented member that it 
235
235
# disable (NO) the todo list. This list is created by putting \todo 
236
236
# commands in the documentation.
237
237
 
238
 
GENERATE_TODOLIST      = YES
 
238
GENERATE_TODOLIST      = NO
239
239
 
240
240
# The GENERATE_TESTLIST tag can be used to enable (YES) or 
241
241
# disable (NO) the test list. This list is created by putting \test 
242
242
# commands in the documentation.
243
243
 
244
 
GENERATE_TESTLIST      = YES
 
244
GENERATE_TESTLIST      = NO
245
245
 
246
246
# The GENERATE_BUGLIST tag can be used to enable (YES) or 
247
247
# disable (NO) the bug list. This list is created by putting \bug 
248
248
# commands in the documentation.
249
249
 
250
 
GENERATE_BUGLIST       = YES
 
250
GENERATE_BUGLIST       = NO
251
251
 
252
252
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
253
253
# disable (NO) the deprecated list. This list is created by putting 
254
254
# \deprecated commands in the documentation.
255
255
 
256
 
GENERATE_DEPRECATEDLIST= YES
 
256
GENERATE_DEPRECATEDLIST= NO
257
257
 
258
258
# This tag can be used to specify a number of aliases that acts 
259
259
# as commands in the documentation. An alias has the form "name=value". 
297
297
# at the bottom of the documentation of classes and structs. If set to YES the 
298
298
# list will mention the files that were used to generate the documentation.
299
299
 
300
 
SHOW_USED_FILES        = YES
 
300
SHOW_USED_FILES        = NO
301
301
 
302
302
#---------------------------------------------------------------------------
303
303
# configuration options related to warning and progress messages
358
358
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp 
359
359
# *.h++ *.idl *.odl *.cs
360
360
 
361
 
FILE_PATTERNS          = *.cc *.h
 
361
FILE_PATTERNS          = *.h
362
362
 
363
363
# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
364
364
# should be searched for input files as well. Possible values are YES and NO. 
370
370
# excluded from the INPUT source files. This way you can easily exclude a 
371
371
# subdirectory from a directory tree whose root is specified with the INPUT tag.
372
372
 
373
 
EXCLUDE                = 
 
373
EXCLUDE                = src/win32
374
374
 
375
375
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
376
376
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
448
448
# then for each documented function all documented 
449
449
# functions referencing it will be listed.
450
450
 
451
 
REFERENCED_BY_RELATION = YES
 
451
REFERENCED_BY_RELATION = NO
452
452
 
453
453
# If the REFERENCES_RELATION tag is set to YES (the default) 
454
454
# then for each documented function all documented entities 
455
455
# called/used by that function will be listed.
456
456
 
457
 
REFERENCES_RELATION    = YES
 
457
REFERENCES_RELATION    = NO
458
458
 
459
459
# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
460
460
# will generate a verbatim copy of the header file for each class for 
461
461
# which an include is specified. Set to NO to disable this.
462
462
 
463
 
VERBATIM_HEADERS       = YES
 
463
VERBATIM_HEADERS       = NO
464
464
 
465
465
#---------------------------------------------------------------------------
466
466
# configuration options related to the alphabetical class index
470
470
# of all compounds will be generated. Enable this if the project 
471
471
# contains a lot of classes, structs, unions or interfaces.
472
472
 
473
 
ALPHABETICAL_INDEX     = NO
 
473
ALPHABETICAL_INDEX     = YES
474
474
 
475
475
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
476
476
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
567
567
# The TOC_EXPAND flag can be set to YES to add extra items for group members 
568
568
# to the contents of the HTML help documentation and to the tree view.
569
569
 
570
 
TOC_EXPAND             = NO
 
570
TOC_EXPAND             = YES
571
571
 
572
572
# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
573
573
# top of each HTML page. The value NO (the default) enables the index and 
587
587
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
588
588
# probably better off using the HTML help feature.
589
589
 
590
 
GENERATE_TREEVIEW      = NO
 
590
GENERATE_TREEVIEW      = YES
591
591
 
592
592
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
593
593
# used to set the initial width (in pixels) of the frame in which the tree 
650
650
# contain links (just like the HTML output) instead of page references 
651
651
# This makes the output suitable for online browsing using a pdf viewer.
652
652
 
653
 
PDF_HYPERLINKS         = NO
 
653
PDF_HYPERLINKS         = YES
654
654
 
655
655
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
656
656
# plain latex in the generated Makefile. Set this option to YES to get a 
657
657
# higher quality PDF documentation.
658
658
 
659
 
USE_PDFLATEX           = NO
 
659
USE_PDFLATEX           = YES
660
660
 
661
661
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
662
662
# command to the generated LaTeX files. This will instruct LaTeX to keep 
916
916
# in the modules index. If set to NO, only the current project's groups will 
917
917
# be listed.
918
918
 
919
 
EXTERNAL_GROUPS        = YES
 
919
EXTERNAL_GROUPS        = NO
920
920
 
921
921
# The PERL_PATH should be the absolute path and name of the perl script 
922
922
# interpreter (i.e. the result of `which perl').
933
933
# option is superceded by the HAVE_DOT option below. This is only a fallback. It is 
934
934
# recommended to install and use dot, since it yields more powerful graphs.
935
935
 
936
 
CLASS_DIAGRAMS         = YES
 
936
CLASS_DIAGRAMS         = NO
937
937
 
938
938
# If set to YES, the inheritance and collaboration graphs will hide 
939
939
# inheritance and usage relations if the target is undocumented 
960
960
# indirect implementation dependencies (inheritance, containment, and 
961
961
# class references variables) of the class with other documented classes.
962
962
 
963
 
COLLABORATION_GRAPH    = YES
 
963
COLLABORATION_GRAPH    = NO
964
964
 
965
965
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
966
966
# colloborations diagrams in a style similiar to the OMG's Unified Modeling 
978
978
# file showing the direct and indirect include dependencies of the file with 
979
979
# other documented files.
980
980
 
981
 
INCLUDE_GRAPH          = YES
 
981
INCLUDE_GRAPH          = NO
982
982
 
983
983
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
984
984
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
985
985
# documented header file showing the documented files that directly or 
986
986
# indirectly include this file.
987
987
 
988
 
INCLUDED_BY_GRAPH      = YES
 
988
INCLUDED_BY_GRAPH      = NO
989
989
 
990
990
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
991
991
# generate a call dependency graph for every global function or class method. 
998
998
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
999
999
# will graphical hierarchy of all classes instead of a textual one.
1000
1000
 
1001
 
GRAPHICAL_HIERARCHY    = YES
 
1001
GRAPHICAL_HIERARCHY    = NO
1002
1002
 
1003
1003
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
1004
1004
# generated by dot. Possible values are png, jpg, or gif
1048
1048
# generate a legend page explaining the meaning of the various boxes and 
1049
1049
# arrows in the dot generated graphs.
1050
1050
 
1051
 
GENERATE_LEGEND        = YES
 
1051
GENERATE_LEGEND        = NO
1052
1052
 
1053
1053
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
1054
1054
# remove the intermediate dot files that are used to generate