Subversion Repositories gelsvn

Rev

Rev 2 | Rev 91 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 11
Line 1... Line 1...
1
# Doxyfile 1.2.6
1
	# Doxyfile 1.2.6
2
 
2
 
3
# This file describes the settings to be used by doxygen for a project
3
# This file describes the settings to be used by doxygen for a project
4
#
4
#
5
# All text after a hash (#) is considered a comment and will be ignored
5
# All text after a hash (#) is considered a comment and will be ignored
6
# The format is:
6
# The format is:
Line 14... Line 14...
14
#---------------------------------------------------------------------------
14
#---------------------------------------------------------------------------
15
 
15
 
16
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
16
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
17
# by quotes) that should identify the project. 
17
# by quotes) that should identify the project. 
18
 
18
 
19
PROJECT_NAME           = "SrcTree"
19
PROJECT_NAME           = "GEL"
20
 
20
 
21
# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
21
# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
22
# This could be handy for archiving the generated documentation or 
22
# This could be handy for archiving the generated documentation or 
23
# if some version control system is used.
23
# if some version control system is used.
24
 
24
 
Line 44... Line 44...
44
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
44
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
45
# documentation are documented, even if no documentation was available. 
45
# documentation are documented, even if no documentation was available. 
46
# Private class members and static file members will be hidden unless 
46
# Private class members and static file members will be hidden unless 
47
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 
47
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 
48
 
48
 
49
EXTRACT_ALL            = YES
49
EXTRACT_ALL            = NO
50
 
50
 
51
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
51
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
52
# will be included in the documentation. 
52
# will be included in the documentation. 
53
 
53
 
54
EXTRACT_PRIVATE        = YES
54
EXTRACT_PRIVATE        = NO
55
 
55
 
56
# If the EXTRACT_STATIC tag is set to YES all static members of a file 
56
# If the EXTRACT_STATIC tag is set to YES all static members of a file 
57
# will be included in the documentation. 
57
# will be included in the documentation. 
58
 
58
 
59
EXTRACT_STATIC         = NO
59
EXTRACT_STATIC         = NO
Line 76... Line 76...
76
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
76
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
77
# include brief member descriptions after the members that are listed in 
77
# include brief member descriptions after the members that are listed in 
78
# the file and class documentation (similar to JavaDoc). 
78
# the file and class documentation (similar to JavaDoc). 
79
# Set to NO to disable this. 
79
# Set to NO to disable this. 
80
 
80
 
81
BRIEF_MEMBER_DESC      = NO
81
BRIEF_MEMBER_DESC      = YES
82
 
82
 
83
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
83
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
84
# the brief description of a member or function before the detailed description. 
84
# the brief description of a member or function before the detailed description. 
85
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
85
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
86
# brief descriptions will be completely suppressed. 
86
# brief descriptions will be completely suppressed. 
87
 
87
 
88
REPEAT_BRIEF           = YES
88
REPEAT_BRIEF           = NO
89
 
89
 
90
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
90
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
91
# Doxygen will generate a detailed section even if there is only a brief 
91
# Doxygen will generate a detailed section even if there is only a brief 
92
# description. 
92
# description. 
93
 
93
 
94
ALWAYS_DETAILED_SEC    = YES
94
ALWAYS_DETAILED_SEC    = NO
95
 
95
 
96
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
96
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
97
# path before files name in the file list and in the header files. If set 
97
# path before files name in the file list and in the header files. If set 
98
# to NO the shortest path that makes the file name unique will be used. 
98
# to NO the shortest path that makes the file name unique will be used. 
99
 
99
 
Line 115... Line 115...
115
 
115
 
116
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
116
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
117
# generate a class diagram (in Html and LaTeX) for classes with base or 
117
# generate a class diagram (in Html and LaTeX) for classes with base or 
118
# super classes. Setting the tag to NO turns the diagrams off. 
118
# super classes. Setting the tag to NO turns the diagrams off. 
119
 
119
 
120
CLASS_DIAGRAMS         = NO
120
CLASS_DIAGRAMS         = YES
121
 
121
 
122
# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
122
# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
123
# be generated. Documented entities will be cross-referenced with these sources. 
123
# be generated. Documented entities will be cross-referenced with these sources. 
124
 
124
 
125
SOURCE_BROWSER         = NO
125
SOURCE_BROWSER         = NO
Line 295... Line 295...
295
# The INPUT tag can be used to specify the files and/or directories that contain 
295
# The INPUT tag can be used to specify the files and/or directories that contain 
296
# documented source files. You may enter file names like "myfile.cpp" or 
296
# documented source files. You may enter file names like "myfile.cpp" or 
297
# directories like "/usr/src/myproject". Separate the files or directories 
297
# directories like "/usr/src/myproject". Separate the files or directories 
298
# with spaces. 
298
# with spaces. 
299
 
299
 
300
INPUT                  = ../Libsrc
300
INPUT                  = ../src
301
 
301
 
302
# If the value of the INPUT tag contains directories, you can use the 
302
# If the value of the INPUT tag contains directories, you can use the 
303
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
303
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
304
# and *.h) to filter out the source-files in the directories. If left 
304
# and *.h) to filter out the source-files in the directories. If left 
305
# blank all files are included. 
305
# blank all files are included. 
Line 313... Line 313...
313
RECURSIVE              = YES
313
RECURSIVE              = YES
314
 
314
 
315
# The EXCLUDE tag can be used to specify files and/or directories that should 
315
# The EXCLUDE tag can be used to specify files and/or directories that should 
316
# excluded from the INPUT source files. This way you can easily exclude a 
316
# excluded from the INPUT source files. This way you can easily exclude a 
317
# subdirectory from a directory tree whose root is specified with the INPUT tag. 
317
# subdirectory from a directory tree whose root is specified with the INPUT tag. 
318
 
-
 
319
# EXCLUDE                = "../TextureVolume/TrackBall.h"
-
 
320
# EXCLUDE = "../TextureVolume/Neighbours.h"
-
 
321
# EXCLUDE = "../TextureVolume/MarchingCubes.h"
-
 
322
 
-
 
323
# If the value of the INPUT tag contains directories, you can use the 
318
# If the value of the INPUT tag contains directories, you can use the 
324
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
319
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
325
# certain files from those directories. 
320
# certain files from those directories. 
326
 
321
 
327
EXCLUDE_PATTERNS       = 
322
EXCLUDE_PATTERNS       = 
Line 366... Line 361...
366
 
361
 
367
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
362
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
368
# of all compounds will be generated. Enable this if the project 
363
# of all compounds will be generated. Enable this if the project 
369
# contains a lot of classes, structs, unions or interfaces. 
364
# contains a lot of classes, structs, unions or interfaces. 
370
 
365
 
371
ALPHABETICAL_INDEX     = NO
366
ALPHABETICAL_INDEX     = YES
372
 
367
 
373
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
368
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
374
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
369
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
375
# in which this list will be split (can be a number in the range [1..20]) 
370
# in which this list will be split (can be a number in the range [1..20]) 
376
 
371
 
Line 381... Line 376...
381
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
376
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
382
# should be ignored while generating the index headers. 
377
# should be ignored while generating the index headers. 
383
 
378
 
384
IGNORE_PREFIX          = 
379
IGNORE_PREFIX          = 
385
 
380
 
386
#---------------------------------------------------------------------------
-
 
387
# configuration options related to the HTML output
-
 
388
#---------------------------------------------------------------------------
-
 
389
 
-
 
390
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
-
 
391
# generate HTML output. 
-
 
392
 
-
 
393
GENERATE_HTML          = YES
-
 
394
 
-
 
395
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
-
 
396
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
-
 
397
# put in front of it. If left blank `html' will be used as the default path. 
-
 
398
 
-
 
399
HTML_OUTPUT            = html
-
 
400
 
-
 
401
# The HTML_HEADER tag can be used to specify a personal HTML header for 
-
 
402
# each generated HTML page. If it is left blank doxygen will generate a 
-
 
403
# standard header.
-
 
404
 
-
 
405
HTML_HEADER            = 
-
 
406
 
-
 
407
# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
-
 
408
# each generated HTML page. If it is left blank doxygen will generate a 
-
 
409
# standard footer.
-
 
410
 
-
 
411
HTML_FOOTER            = 
-
 
412
 
-
 
413
# The HTML_STYLESHEET tag can be used to specify a user defined cascading 
-
 
414
# style sheet that is used by each HTML page. It can be used to 
-
 
415
# fine-tune the look of the HTML output. If the tag is left blank doxygen 
-
 
416
# will generate a default style sheet 
-
 
417
 
-
 
418
HTML_STYLESHEET        = 
-
 
419
 
-
 
420
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
-
 
421
# files or namespaces will be aligned in HTML using tables. If set to 
-
 
422
# NO a bullet list will be used. 
-
 
423
 
-
 
424
HTML_ALIGN_MEMBERS     = YES
-
 
425
 
-
 
426
# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
-
 
427
# will be generated that can be used as input for tools like the 
-
 
428
# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 
-
 
429
# of the generated HTML documentation. 
-
 
430
 
-
 
431
GENERATE_HTMLHELP      = NO
-
 
432
 
-
 
433
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
-
 
434
# controls if a separate .chi index file is generated (YES) or that 
-
 
435
# it should be included in the master .chm file (NO).
-
 
436
 
-
 
437
GENERATE_CHI           = NO
-
 
438
 
-
 
439
# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
-
 
440
# controls whether a binary table of contents is generated (YES) or a 
-
 
441
# normal table of contents (NO) in the .chm file.
-
 
442
 
-
 
443
BINARY_TOC             = NO
-
 
444
 
-
 
445
# The TOC_EXPAND flag can be set YES to add extra items for group members 
-
 
446
# to the contents of the Html help documentation and to the tree view. 
-
 
447
 
-
 
448
TOC_EXPAND             = NO
-
 
449
 
-
 
450
# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
-
 
451
# top of each HTML page. The value NO (the default) enables the index and 
-
 
452
# the value YES disables it. 
-
 
453
 
-
 
454
DISABLE_INDEX          = YES
-
 
455
 
-
 
456
# This tag can be used to set the number of enum values (range [1..20]) 
-
 
457
# that doxygen will group on one line in the generated HTML documentation. 
-
 
458
 
-
 
459
ENUM_VALUES_PER_LINE   = 4
-
 
460
 
-
 
461
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
-
 
462
# generated containing a tree-like index structure (just like the one that 
-
 
463
# is generated for HTML Help). For this to work a browser that supports 
-
 
464
# JavaScript and frames is required (for instance Netscape 4.0+ 
-
 
465
# or Internet explorer 4.0+). 
-
 
466
 
-
 
467
GENERATE_TREEVIEW      = NO
-
 
468
 
-
 
469
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
-
 
470
# used to set the initial width (in pixels) of the frame in which the tree 
-
 
471
# is shown. 
-
 
472
 
-
 
473
TREEVIEW_WIDTH         = 250
-
 
474
 
-
 
475
#---------------------------------------------------------------------------
-
 
476
# configuration options related to the LaTeX output
-
 
477
#---------------------------------------------------------------------------
-
 
478
 
381
 
479
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
382
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
480
# generate Latex output. 
383
# generate Latex output. 
481
 
384
 
482
GENERATE_LATEX         = YES
385
GENERATE_LATEX         = yes
483
 
386
 
484
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
387
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
485
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
388
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
486
# put in front of it. If left blank `latex' will be used as the default path. 
389
# put in front of it. If left blank `latex' will be used as the default path. 
487
 
390
 
Line 489... Line 392...
489
 
392
 
490
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
393
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
491
# LaTeX documents. This may be useful for small projects and may help to 
394
# LaTeX documents. This may be useful for small projects and may help to 
492
# save some trees in general. 
395
# save some trees in general. 
493
 
396
 
494
COMPACT_LATEX          = NO
397
COMPACT_LATEX          = yes
495
 
398
 
496
# The PAPER_TYPE tag can be used to set the paper type that is used 
399
# The PAPER_TYPE tag can be used to set the paper type that is used 
497
# by the printer. Possible values are: a4, a4wide, letter, legal and 
400
# by the printer. Possible values are: a4, a4wide, letter, legal and 
498
# executive. If left blank a4wide will be used. 
401
# executive. If left blank a4wide will be used. 
499
 
402
 
500
PAPER_TYPE             = a4wide
403
PAPER_TYPE             = a4
501
 
404
 
502
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
405
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
503
# packages that should be included in the LaTeX output. 
406
# packages that should be included in the LaTeX output. 
504
 
407
 
505
EXTRA_PACKAGES         = 
408
EXTRA_PACKAGES         = 
Line 508... Line 411...
508
# the generated latex document. The header should contain everything until 
411
# the generated latex document. The header should contain everything until 
509
# the first chapter. If it is left blank doxygen will generate a 
412
# the first chapter. If it is left blank doxygen will generate a 
510
# standard header. Notice: only use this tag if you know what you are doing! 
413
# standard header. Notice: only use this tag if you know what you are doing! 
511
 
414
 
512
LATEX_HEADER           = 
415
LATEX_HEADER           = 
-
 
416
LATEX_FOOTER 						= blob
513
 
417
 
514
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
418
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
515
# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
419
# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
516
# contain links (just like the HTML output) instead of page references 
420
# contain links (just like the HTML output) instead of page references 
517
# This makes the output suitable for online browsing using a pdf viewer. 
421
# This makes the output suitable for online browsing using a pdf viewer. 
518
 
422
 
519
PDF_HYPERLINKS         = NO
423
PDF_HYPERLINKS         = YES
520
 
424
 
521
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
425
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
522
# plain latex in the generated Makefile. Set this option to YES to get a 
426
# plain latex in the generated Makefile. Set this option to YES to get a 
523
# higher quality PDF documentation. 
427
# higher quality PDF documentation. 
524
 
428
 
525
USE_PDFLATEX           = NO
429
USE_PDFLATEX           = YES
526
 
430
 
527
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
431
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
528
# command to the generated LaTeX files. This will instruct LaTeX to keep 
432
# command to the generated LaTeX files. This will instruct LaTeX to keep 
529
# running if errors occur, instead of asking the user for help. 
433
# running if errors occur, instead of asking the user for help. 
530
# This option is also used when generating formulas in HTML. 
434
# This option is also used when generating formulas in HTML. 
Line 533... Line 437...
533
 
437
 
534
#---------------------------------------------------------------------------
438
#---------------------------------------------------------------------------
535
# configuration options related to the RTF output
439
# configuration options related to the RTF output
536
#---------------------------------------------------------------------------
440
#---------------------------------------------------------------------------
537
 
441
 
538
# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
-
 
539
# The RTF output is optimised for Word 97 and may not look very pretty with 
-
 
540
# other RTF readers or editors.
442
GENERATE_HTML          = NO
541
 
-
 
542
GENERATE_RTF           = NO
443
GENERATE_RTF           = NO
543
 
-
 
544
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
-
 
545
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
-
 
546
# put in front of it. If left blank `rtf' will be used as the default path. 
-
 
547
 
-
 
548
RTF_OUTPUT             = rtf
-
 
549
 
-
 
550
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
-
 
551
# RTF documents. This may be useful for small projects and may help to 
-
 
552
# save some trees in general. 
-
 
553
 
-
 
554
COMPACT_RTF            = NO
-
 
555
 
-
 
556
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
-
 
557
# will contain hyperlink fields. The RTF file will 
-
 
558
# contain links (just like the HTML output) instead of page references. 
-
 
559
# This makes the output suitable for online browsing using a WORD or other. 
-
 
560
# programs which support those fields. 
-
 
561
# Note: wordpad (write) and others do not support links. 
-
 
562
 
-
 
563
RTF_HYPERLINKS         = NO
-
 
564
 
-
 
565
# Load stylesheet definitions from file. Syntax is similar to doxygen's 
-
 
566
# config file, i.e. a series of assigments. You only have to provide 
-
 
567
# replacements, missing definitions are set to their default value. 
-
 
568
 
-
 
569
RTF_STYLESHEET_FILE    = 
-
 
570
 
-
 
571
#---------------------------------------------------------------------------
-
 
572
# configuration options related to the man page output
-
 
573
#---------------------------------------------------------------------------
-
 
574
 
-
 
575
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
-
 
576
# generate man pages 
-
 
577
 
-
 
578
GENERATE_MAN           = NO
444
GENERATE_MAN           = NO
579
 
-
 
580
# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
-
 
581
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
-
 
582
# put in front of it. If left blank `man' will be used as the default path. 
-
 
583
 
-
 
584
MAN_OUTPUT             = man
-
 
585
 
-
 
586
# The MAN_EXTENSION tag determines the extension that is added to 
-
 
587
# the generated man pages (default is the subroutine's section .3) 
-
 
588
 
-
 
589
MAN_EXTENSION          = .3
-
 
590
 
-
 
591
#---------------------------------------------------------------------------
-
 
592
# Configuration options related to the preprocessor   
-
 
593
#---------------------------------------------------------------------------
-
 
594
 
-
 
595
# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
-
 
596
# evaluate all C-preprocessor directives found in the sources and include 
-
 
597
# files. 
-
 
598
 
-
 
599
ENABLE_PREPROCESSING   = YES
-
 
600
 
-
 
601
# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
-
 
602
# names in the source code. If set to NO (the default) only conditional 
-
 
603
# compilation will be performed. Macro expansion can be done in a controlled 
-
 
604
# way by setting EXPAND_ONLY_PREDEF to YES. 
-
 
605
 
-
 
606
MACRO_EXPANSION        = NO
-
 
607
 
-
 
608
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
-
 
609
# then the macro expansion is limited to the macros specified with the 
-
 
610
# PREDEFINED and EXPAND_AS_PREDEFINED tags. 
-
 
611
 
-
 
612
EXPAND_ONLY_PREDEF     = NO
-
 
613
 
-
 
614
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
-
 
615
# in the INCLUDE_PATH (see below) will be search if a #include is found. 
-
 
616
 
-
 
617
SEARCH_INCLUDES        = YES
-
 
618
 
-
 
619
# The INCLUDE_PATH tag can be used to specify one or more directories that 
-
 
620
# contain include files that are not input files but should be processed by 
-
 
621
# the preprocessor. 
-
 
622
 
-
 
623
INCLUDE_PATH           = 
-
 
624
 
-
 
625
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
-
 
626
# patterns (like *.h and *.hpp) to filter out the header-files in the 
-
 
627
# directories. If left blank, the patterns specified with FILE_PATTERNS will 
-
 
628
# be used. 
-
 
629
 
-
 
630
INCLUDE_FILE_PATTERNS  = 
-
 
631
 
-
 
632
# The PREDEFINED tag can be used to specify one or more macro names that 
-
 
633
# are defined before the preprocessor is started (similar to the -D option of 
-
 
634
# gcc). The argument of the tag is a list of macros of the form: name 
-
 
635
# or name=definition (no spaces). If the definition and the = are 
-
 
636
# omitted =1 is assumed. 
-
 
637
 
-
 
638
PREDEFINED             = 
-
 
639
 
-
 
640
# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then 
-
 
641
# this tag can be used to specify a list of macro names that should be expanded. 
-
 
642
# The macro definition that is found in the sources will be used. 
-
 
643
# Use the PREDEFINED tag if you want to use a different macro definition. 
-
 
644
 
-
 
645
EXPAND_AS_DEFINED      = 
-
 
646
 
-
 
647
#---------------------------------------------------------------------------
-
 
648
# Configuration::addtions related to external references   
-
 
649
#---------------------------------------------------------------------------
-
 
650
 
-
 
651
# The TAGFILES tag can be used to specify one or more tagfiles. 
-
 
652
 
-
 
653
TAGFILES               = 
-
 
654
 
-
 
655
# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
-
 
656
# a tag file that is based on the input files it reads. 
-
 
657
 
-
 
658
GENERATE_TAGFILE       = 
-
 
659
 
-
 
660
# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
-
 
661
# in the class index. If set to NO only the inherited external classes 
-
 
662
# will be listed. 
-
 
663
 
-
 
664
ALLEXTERNALS           = NO
-
 
665
 
-
 
666
# The PERL_PATH should be the absolute path and name of the perl script 
-
 
667
# interpreter (i.e. the result of `which perl'). 
-
 
668
 
-
 
669
PERL_PATH              = /usr/bin/perl
-
 
670
 
-
 
671
#---------------------------------------------------------------------------
-
 
672
# Configuration options related to the dot tool   
-
 
673
#---------------------------------------------------------------------------
-
 
674
 
-
 
675
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
-
 
676
# available from the path. This tool is part of Graphviz, a graph visualization 
-
 
677
# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
-
 
678
# have no effect if this option is set to NO (the default) 
-
 
679
 
-
 
680
HAVE_DOT               = NO
445
HAVE_DOT               = NO
681
 
-
 
682
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
-
 
683
# will generate a graph for each documented class showing the direct and 
-
 
684
# indirect inheritance relations. Setting this tag to YES will force the 
-
 
685
# the CLASS_DIAGRAMS tag to NO.
-
 
686
 
-
 
687
CLASS_GRAPH            = YES
-
 
688
 
-
 
689
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
-
 
690
# will generate a graph for each documented class showing the direct and 
-
 
691
# indirect implementation dependencies (inheritance, containment, and 
-
 
692
# class references variables) of the class with other documented classes. 
-
 
693
 
-
 
694
COLLABORATION_GRAPH    = YES
-
 
695
 
-
 
696
# If the ENABLE_PREPROCESSING, INCLUDE_GRAPH, and HAVE_DOT tags are set to 
-
 
697
# YES then doxygen will generate a graph for each documented file showing 
-
 
698
# the direct and indirect include dependencies of the file with other 
-
 
699
# documented files. 
-
 
700
 
-
 
701
INCLUDE_GRAPH          = YES
-
 
702
 
-
 
703
# If the ENABLE_PREPROCESSING, INCLUDED_BY_GRAPH, and HAVE_DOT tags are set to 
-
 
704
# YES then doxygen will generate a graph for each documented header file showing 
-
 
705
# the documented files that directly or indirectly include this file 
-
 
706
 
-
 
707
INCLUDED_BY_GRAPH      = YES
-
 
708
 
-
 
709
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
-
 
710
# will graphical hierarchy of all classes instead of a textual one. 
-
 
711
 
-
 
712
GRAPHICAL_HIERARCHY    = YES
-
 
713
 
-
 
714
# The tag DOT_PATH can be used to specify the path where the dot tool can be 
-
 
715
# found. If left blank, it is assumed the dot tool can be found on the path. 
-
 
716
 
-
 
717
DOT_PATH               = 
-
 
718
 
-
 
719
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 
-
 
720
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
-
 
721
# this value, doxygen will try to truncate the graph, so that it fits within 
-
 
722
# the specified constraint. Beware that most browsers cannot cope with very 
-
 
723
# large images. 
-
 
724
 
-
 
725
MAX_DOT_GRAPH_WIDTH    = 1024
-
 
726
 
-
 
727
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 
-
 
728
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
-
 
729
# this value, doxygen will try to truncate the graph, so that it fits within 
-
 
730
# the specified constraint. Beware that most browsers cannot cope with very 
-
 
731
# large images. 
-
 
732
 
-
 
733
MAX_DOT_GRAPH_HEIGHT   = 1024
-
 
734
 
-
 
735
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
-
 
736
# generate a legend page explaining the meaning of the various boxes and 
-
 
737
# arrows in the dot generated graphs. 
-
 
738
 
-
 
739
GENERATE_LEGEND        = YES
-
 
740
 
-
 
741
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
-
 
742
# remove the intermedate dot files that are used to generate 
-
 
743
# the various graphs. 
-
 
744
 
-
 
745
DOT_CLEANUP            = YES
-
 
746
 
-
 
747
#---------------------------------------------------------------------------
-
 
748
# Configuration::addtions related to the search engine   
-
 
749
#---------------------------------------------------------------------------
-
 
750
 
-
 
751
# The SEARCHENGINE tag specifies whether or not a search engine should be 
-
 
752
# used. If set to NO the values of all tags below this one will be ignored. 
-
 
753
 
-
 
754
SEARCHENGINE           = NO
446
SEARCHENGINE           = NO
755
 
-
 
756
# The CGI_NAME tag should be the name of the CGI script that 
-
 
757
# starts the search engine (doxysearch) with the correct parameters. 
-
 
758
# A script with this name will be generated by doxygen. 
-
 
759
 
-
 
760
CGI_NAME               = search.cgi
-
 
761
 
-
 
762
# The CGI_URL tag should be the absolute URL to the directory where the 
-
 
763
# cgi binaries are located. See the documentation of your http daemon for 
-
 
764
# details. 
-
 
765
 
-
 
766
CGI_URL                = 
-
 
767
 
-
 
768
# The DOC_URL tag should be the absolute URL to the directory where the 
-
 
769
# documentation is located. If left blank the absolute path to the 
-
 
770
# documentation, with file:// prepended to it, will be used. 
-
 
771
 
-
 
772
DOC_URL                = 
-
 
773
 
-
 
774
# The DOC_ABSPATH tag should be the absolute path to the directory where the 
-
 
775
# documentation is located. If left blank the directory on the local machine 
-
 
776
# will be used. 
-
 
777
 
-
 
778
DOC_ABSPATH            = 
-
 
779
 
-
 
780
# The BIN_ABSPATH tag must point to the directory where the doxysearch binary 
-
 
781
# is installed. 
-
 
782
 
-
 
783
BIN_ABSPATH            = /usr/local/bin/
-
 
784
 
-
 
785
# The EXT_DOC_PATHS tag can be used to specify one or more paths to 
-
 
786
# documentation generated for other projects. This allows doxysearch to search 
-
 
787
# the documentation for these projects as well. 
-
 
788
 
-
 
789
EXT_DOC_PATHS          = 
-