|
a/src/rina.doxyfile |
|
b/src/rina.doxyfile |
|
... |
|
... |
30 |
|
30 |
|
31 |
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
31 |
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
32 |
# This could be handy for archiving the generated documentation or
|
32 |
# This could be handy for archiving the generated documentation or
|
33 |
# if some version control system is used.
|
33 |
# if some version control system is used.
|
34 |
|
34 |
|
35 |
PROJECT_NUMBER = Q3 2014
|
35 |
PROJECT_NUMBER = Q4 2014
|
36 |
|
36 |
|
37 |
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
37 |
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
38 |
# for a project that appears at the top of each page and should give viewer
|
38 |
# for a project that appears at the top of each page and should give viewer
|
39 |
# a quick idea about the purpose of the project. Keep the description short.
|
39 |
# a quick idea about the purpose of the project. Keep the description short.
|
40 |
|
40 |
|
41 |
PROJECT_BRIEF =
|
41 |
PROJECT_BRIEF = Documentation of framework for OMNeT++
|
42 |
|
42 |
|
43 |
# With the PROJECT_LOGO tag one can specify an logo or icon that is
|
43 |
# With the PROJECT_LOGO tag one can specify an logo or icon that is
|
44 |
# included in the documentation. The maximum height of the logo should not
|
44 |
# included in the documentation. The maximum height of the logo should not
|
45 |
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
45 |
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
46 |
# Doxygen will copy the logo to the output directory.
|
46 |
# Doxygen will copy the logo to the output directory.
|
47 |
|
47 |
|
48 |
PROJECT_LOGO =
|
48 |
PROJECT_LOGO = C:\Users\Mordeth\Documents\GitHub\RINA\doc\pristine_logo.png
|
49 |
|
49 |
|
50 |
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
50 |
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
51 |
# base path where the generated documentation will be put.
|
51 |
# base path where the generated documentation will be put.
|
52 |
# If a relative path is entered, it will be relative to the location
|
52 |
# If a relative path is entered, it will be relative to the location
|
53 |
# where doxygen was started. If left blank the current directory will be used.
|
53 |
# where doxygen was started. If left blank the current directory will be used.
|
54 |
|
54 |
|
55 |
OUTPUT_DIRECTORY =
|
55 |
OUTPUT_DIRECTORY = C:\Users\Mordeth\Documents\GitHub\RINA\doc
|
56 |
|
56 |
|
57 |
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
57 |
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
58 |
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
58 |
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
59 |
# format and will distribute the generated files over these directories.
|
59 |
# format and will distribute the generated files over these directories.
|
60 |
# Enabling this option can be useful when feeding doxygen a huge amount of
|
60 |
# Enabling this option can be useful when feeding doxygen a huge amount of
|
|
... |
|
... |
326 |
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
|
326 |
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
|
327 |
# documentation are documented, even if no documentation was available.
|
327 |
# documentation are documented, even if no documentation was available.
|
328 |
# Private class members and static file members will be hidden unless
|
328 |
# Private class members and static file members will be hidden unless
|
329 |
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
|
329 |
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
|
330 |
|
330 |
|
331 |
EXTRACT_ALL = NO
|
331 |
EXTRACT_ALL = YES
|
332 |
|
332 |
|
333 |
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
|
333 |
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
|
334 |
# will be included in the documentation.
|
334 |
# will be included in the documentation.
|
335 |
|
335 |
|
336 |
EXTRACT_PRIVATE = NO
|
336 |
EXTRACT_PRIVATE = YES
|
337 |
|
337 |
|
338 |
# If the EXTRACT_STATIC tag is set to YES all static members of a file
|
338 |
# If the EXTRACT_STATIC tag is set to YES all static members of a file
|
339 |
# will be included in the documentation.
|
339 |
# will be included in the documentation.
|
340 |
|
340 |
|
341 |
EXTRACT_STATIC = NO
|
341 |
EXTRACT_STATIC = NO
|
|
... |
|
... |
753 |
# If the SOURCE_BROWSER tag is set to YES then a list of source files will
|
753 |
# If the SOURCE_BROWSER tag is set to YES then a list of source files will
|
754 |
# be generated. Documented entities will be cross-referenced with these sources.
|
754 |
# be generated. Documented entities will be cross-referenced with these sources.
|
755 |
# Note: To get rid of all source code in the generated output, make sure also
|
755 |
# Note: To get rid of all source code in the generated output, make sure also
|
756 |
# VERBATIM_HEADERS is set to NO.
|
756 |
# VERBATIM_HEADERS is set to NO.
|
757 |
|
757 |
|
758 |
SOURCE_BROWSER = NO
|
758 |
SOURCE_BROWSER = YES
|
759 |
|
759 |
|
760 |
# Setting the INLINE_SOURCES tag to YES will include the body
|
760 |
# Setting the INLINE_SOURCES tag to YES will include the body
|
761 |
# of functions and classes directly in the documentation.
|
761 |
# of functions and classes directly in the documentation.
|
762 |
|
762 |
|
763 |
INLINE_SOURCES = NO
|
763 |
INLINE_SOURCES = NO
|
|
... |
|
... |
770 |
|
770 |
|
771 |
# If the REFERENCED_BY_RELATION tag is set to YES
|
771 |
# If the REFERENCED_BY_RELATION tag is set to YES
|
772 |
# then for each documented function all documented
|
772 |
# then for each documented function all documented
|
773 |
# functions referencing it will be listed.
|
773 |
# functions referencing it will be listed.
|
774 |
|
774 |
|
775 |
REFERENCED_BY_RELATION = NO
|
775 |
REFERENCED_BY_RELATION = YES
|
776 |
|
776 |
|
777 |
# If the REFERENCES_RELATION tag is set to YES
|
777 |
# If the REFERENCES_RELATION tag is set to YES
|
778 |
# then for each documented function all documented entities
|
778 |
# then for each documented function all documented entities
|
779 |
# called/used by that function will be listed.
|
779 |
# called/used by that function will be listed.
|
780 |
|
780 |
|