diff options
| author | 2015-05-25 20:34:09 +0200 | |
|---|---|---|
| committer | 2015-05-29 21:59:29 +0100 | |
| commit | b1503b202043a577720e28969b74cca6f9c954f8 (patch) | |
| tree | 7da9cdd46c0cde990c30c11570882efdca9396c6 /Doxyfile | |
| parent | Merge pull request #817 from linkmauve/citra.ico (diff) | |
| download | yuzu-b1503b202043a577720e28969b74cca6f9c954f8.tar.gz yuzu-b1503b202043a577720e28969b74cca6f9c954f8.tar.xz yuzu-b1503b202043a577720e28969b74cca6f9c954f8.zip | |
Remove every trailing whitespace from the project (but externals).
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 124 |
1 files changed, 62 insertions, 62 deletions
| @@ -38,7 +38,7 @@ PROJECT_NAME = Citra | |||
| 38 | # could be handy for archiving the generated documentation or if some version | 38 | # could be handy for archiving the generated documentation or if some version |
| 39 | # control system is used. | 39 | # control system is used. |
| 40 | 40 | ||
| 41 | PROJECT_NUMBER = | 41 | PROJECT_NUMBER = |
| 42 | 42 | ||
| 43 | # Using the PROJECT_BRIEF tag one can provide an optional one line description | 43 | # Using the PROJECT_BRIEF tag one can provide an optional one line description |
| 44 | # for a project that appears at the top of each page and should give viewer a | 44 | # for a project that appears at the top of each page and should give viewer a |
| @@ -162,7 +162,7 @@ FULL_PATH_NAMES = YES | |||
| 162 | # will be relative from the directory where doxygen is started. | 162 | # will be relative from the directory where doxygen is started. |
| 163 | # This tag requires that the tag FULL_PATH_NAMES is set to YES. | 163 | # This tag requires that the tag FULL_PATH_NAMES is set to YES. |
| 164 | 164 | ||
| 165 | STRIP_FROM_PATH = | 165 | STRIP_FROM_PATH = |
| 166 | 166 | ||
| 167 | # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the | 167 | # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the |
| 168 | # path mentioned in the documentation of a class, which tells the reader which | 168 | # path mentioned in the documentation of a class, which tells the reader which |
| @@ -171,7 +171,7 @@ STRIP_FROM_PATH = | |||
| 171 | # specify the list of include paths that are normally passed to the compiler | 171 | # specify the list of include paths that are normally passed to the compiler |
| 172 | # using the -I flag. | 172 | # using the -I flag. |
| 173 | 173 | ||
| 174 | STRIP_FROM_INC_PATH = | 174 | STRIP_FROM_INC_PATH = |
| 175 | 175 | ||
| 176 | # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but | 176 | # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but |
| 177 | # less readable) file names. This can be useful is your file systems doesn't | 177 | # less readable) file names. This can be useful is your file systems doesn't |
| @@ -238,13 +238,13 @@ TAB_SIZE = 4 | |||
| 238 | # "Side Effects:". You can put \n's in the value part of an alias to insert | 238 | # "Side Effects:". You can put \n's in the value part of an alias to insert |
| 239 | # newlines. | 239 | # newlines. |
| 240 | 240 | ||
| 241 | ALIASES = | 241 | ALIASES = |
| 242 | 242 | ||
| 243 | # This tag can be used to specify a number of word-keyword mappings (TCL only). | 243 | # This tag can be used to specify a number of word-keyword mappings (TCL only). |
| 244 | # A mapping has the form "name=value". For example adding "class=itcl::class" | 244 | # A mapping has the form "name=value". For example adding "class=itcl::class" |
| 245 | # will allow you to use the command class in the itcl::class meaning. | 245 | # will allow you to use the command class in the itcl::class meaning. |
| 246 | 246 | ||
| 247 | TCL_SUBST = | 247 | TCL_SUBST = |
| 248 | 248 | ||
| 249 | # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources | 249 | # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources |
| 250 | # only. Doxygen will then generate output that is more tailored for C. For | 250 | # only. Doxygen will then generate output that is more tailored for C. For |
| @@ -291,7 +291,7 @@ OPTIMIZE_OUTPUT_VHDL = NO | |||
| 291 | # Note that for custom extensions you also need to set FILE_PATTERNS otherwise | 291 | # Note that for custom extensions you also need to set FILE_PATTERNS otherwise |
| 292 | # the files are not read by doxygen. | 292 | # the files are not read by doxygen. |
| 293 | 293 | ||
| 294 | EXTENSION_MAPPING = | 294 | EXTENSION_MAPPING = |
| 295 | 295 | ||
| 296 | # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments | 296 | # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments |
| 297 | # according to the Markdown format, which allows for more readable | 297 | # according to the Markdown format, which allows for more readable |
| @@ -627,7 +627,7 @@ GENERATE_DEPRECATEDLIST= YES | |||
| 627 | # sections, marked by \if <section_label> ... \endif and \cond <section_label> | 627 | # sections, marked by \if <section_label> ... \endif and \cond <section_label> |
| 628 | # ... \endcond blocks. | 628 | # ... \endcond blocks. |
| 629 | 629 | ||
| 630 | ENABLED_SECTIONS = | 630 | ENABLED_SECTIONS = |
| 631 | 631 | ||
| 632 | # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the | 632 | # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the |
| 633 | # initial value of a variable or macro / define can have for it to appear in the | 633 | # initial value of a variable or macro / define can have for it to appear in the |
| @@ -669,7 +669,7 @@ SHOW_NAMESPACES = YES | |||
| 669 | # by doxygen. Whatever the program writes to standard output is used as the file | 669 | # by doxygen. Whatever the program writes to standard output is used as the file |
| 670 | # version. For an example see the documentation. | 670 | # version. For an example see the documentation. |
| 671 | 671 | ||
| 672 | FILE_VERSION_FILTER = | 672 | FILE_VERSION_FILTER = |
| 673 | 673 | ||
| 674 | # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed | 674 | # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed |
| 675 | # by doxygen. The layout file controls the global structure of the generated | 675 | # by doxygen. The layout file controls the global structure of the generated |
| @@ -682,7 +682,7 @@ FILE_VERSION_FILTER = | |||
| 682 | # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE | 682 | # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE |
| 683 | # tag is left empty. | 683 | # tag is left empty. |
| 684 | 684 | ||
| 685 | LAYOUT_FILE = | 685 | LAYOUT_FILE = |
| 686 | 686 | ||
| 687 | # The CITE_BIB_FILES tag can be used to specify one or more bib files containing | 687 | # The CITE_BIB_FILES tag can be used to specify one or more bib files containing |
| 688 | # the reference definitions. This must be a list of .bib files. The .bib | 688 | # the reference definitions. This must be a list of .bib files. The .bib |
| @@ -692,7 +692,7 @@ LAYOUT_FILE = | |||
| 692 | # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the | 692 | # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the |
| 693 | # search path. See also \cite for info how to create references. | 693 | # search path. See also \cite for info how to create references. |
| 694 | 694 | ||
| 695 | CITE_BIB_FILES = | 695 | CITE_BIB_FILES = |
| 696 | 696 | ||
| 697 | #--------------------------------------------------------------------------- | 697 | #--------------------------------------------------------------------------- |
| 698 | # Configuration options related to warning and progress messages | 698 | # Configuration options related to warning and progress messages |
| @@ -751,7 +751,7 @@ WARN_FORMAT = "$file:$line: $text" | |||
| 751 | # messages should be written. If left blank the output is written to standard | 751 | # messages should be written. If left blank the output is written to standard |
| 752 | # error (stderr). | 752 | # error (stderr). |
| 753 | 753 | ||
| 754 | WARN_LOGFILE = | 754 | WARN_LOGFILE = |
| 755 | 755 | ||
| 756 | #--------------------------------------------------------------------------- | 756 | #--------------------------------------------------------------------------- |
| 757 | # Configuration options related to the input files | 757 | # Configuration options related to the input files |
| @@ -807,7 +807,7 @@ RECURSIVE = YES | |||
| 807 | # Note that relative paths are relative to the directory from which doxygen is | 807 | # Note that relative paths are relative to the directory from which doxygen is |
| 808 | # run. | 808 | # run. |
| 809 | 809 | ||
| 810 | EXCLUDE = | 810 | EXCLUDE = |
| 811 | 811 | ||
| 812 | # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or | 812 | # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or |
| 813 | # directories that are symbolic links (a Unix file system feature) are excluded | 813 | # directories that are symbolic links (a Unix file system feature) are excluded |
| @@ -823,7 +823,7 @@ EXCLUDE_SYMLINKS = NO | |||
| 823 | # Note that the wildcards are matched against the file with absolute path, so to | 823 | # Note that the wildcards are matched against the file with absolute path, so to |
| 824 | # exclude all test directories for example use the pattern */test/* | 824 | # exclude all test directories for example use the pattern */test/* |
| 825 | 825 | ||
| 826 | EXCLUDE_PATTERNS = | 826 | EXCLUDE_PATTERNS = |
| 827 | 827 | ||
| 828 | # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names | 828 | # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names |
| 829 | # (namespaces, classes, functions, etc.) that should be excluded from the | 829 | # (namespaces, classes, functions, etc.) that should be excluded from the |
| @@ -834,13 +834,13 @@ EXCLUDE_PATTERNS = | |||
| 834 | # Note that the wildcards are matched against the file with absolute path, so to | 834 | # Note that the wildcards are matched against the file with absolute path, so to |
| 835 | # exclude all test directories use the pattern */test/* | 835 | # exclude all test directories use the pattern */test/* |
| 836 | 836 | ||
| 837 | EXCLUDE_SYMBOLS = | 837 | EXCLUDE_SYMBOLS = |
| 838 | 838 | ||
| 839 | # The EXAMPLE_PATH tag can be used to specify one or more files or directories | 839 | # The EXAMPLE_PATH tag can be used to specify one or more files or directories |
| 840 | # that contain example code fragments that are included (see the \include | 840 | # that contain example code fragments that are included (see the \include |
| 841 | # command). | 841 | # command). |
| 842 | 842 | ||
| 843 | EXAMPLE_PATH = | 843 | EXAMPLE_PATH = |
| 844 | 844 | ||
| 845 | # If the value of the EXAMPLE_PATH tag contains directories, you can use the | 845 | # If the value of the EXAMPLE_PATH tag contains directories, you can use the |
| 846 | # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and | 846 | # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and |
| @@ -860,7 +860,7 @@ EXAMPLE_RECURSIVE = NO | |||
| 860 | # that contain images that are to be included in the documentation (see the | 860 | # that contain images that are to be included in the documentation (see the |
| 861 | # \image command). | 861 | # \image command). |
| 862 | 862 | ||
| 863 | IMAGE_PATH = | 863 | IMAGE_PATH = |
| 864 | 864 | ||
| 865 | # The INPUT_FILTER tag can be used to specify a program that doxygen should | 865 | # The INPUT_FILTER tag can be used to specify a program that doxygen should |
| 866 | # invoke to filter for each input file. Doxygen will invoke the filter program | 866 | # invoke to filter for each input file. Doxygen will invoke the filter program |
| @@ -877,7 +877,7 @@ IMAGE_PATH = | |||
| 877 | # code is scanned, but not when the output code is generated. If lines are added | 877 | # code is scanned, but not when the output code is generated. If lines are added |
| 878 | # or removed, the anchors will not be placed correctly. | 878 | # or removed, the anchors will not be placed correctly. |
| 879 | 879 | ||
| 880 | INPUT_FILTER = | 880 | INPUT_FILTER = |
| 881 | 881 | ||
| 882 | # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern | 882 | # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern |
| 883 | # basis. Doxygen will compare the file name with each pattern and apply the | 883 | # basis. Doxygen will compare the file name with each pattern and apply the |
| @@ -886,7 +886,7 @@ INPUT_FILTER = | |||
| 886 | # filters are used. If the FILTER_PATTERNS tag is empty or if none of the | 886 | # filters are used. If the FILTER_PATTERNS tag is empty or if none of the |
| 887 | # patterns match the file name, INPUT_FILTER is applied. | 887 | # patterns match the file name, INPUT_FILTER is applied. |
| 888 | 888 | ||
| 889 | FILTER_PATTERNS = | 889 | FILTER_PATTERNS = |
| 890 | 890 | ||
| 891 | # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using | 891 | # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using |
| 892 | # INPUT_FILTER ) will also be used to filter the input files that are used for | 892 | # INPUT_FILTER ) will also be used to filter the input files that are used for |
| @@ -901,14 +901,14 @@ FILTER_SOURCE_FILES = NO | |||
| 901 | # *.ext= (so without naming a filter). | 901 | # *.ext= (so without naming a filter). |
| 902 | # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. | 902 | # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. |
| 903 | 903 | ||
| 904 | FILTER_SOURCE_PATTERNS = | 904 | FILTER_SOURCE_PATTERNS = |
| 905 | 905 | ||
| 906 | # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that | 906 | # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that |
| 907 | # is part of the input, its contents will be placed on the main page | 907 | # is part of the input, its contents will be placed on the main page |
| 908 | # (index.html). This can be useful if you have a project on for instance GitHub | 908 | # (index.html). This can be useful if you have a project on for instance GitHub |
| 909 | # and want to reuse the introduction page also for the doxygen output. | 909 | # and want to reuse the introduction page also for the doxygen output. |
| 910 | 910 | ||
| 911 | USE_MDFILE_AS_MAINPAGE = | 911 | USE_MDFILE_AS_MAINPAGE = |
| 912 | 912 | ||
| 913 | #--------------------------------------------------------------------------- | 913 | #--------------------------------------------------------------------------- |
| 914 | # Configuration options related to source browsing | 914 | # Configuration options related to source browsing |
| @@ -1013,7 +1013,7 @@ CLANG_ASSISTED_PARSING = NO | |||
| 1013 | # specified with INPUT and INCLUDE_PATH. | 1013 | # specified with INPUT and INCLUDE_PATH. |
| 1014 | # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. | 1014 | # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. |
| 1015 | 1015 | ||
| 1016 | CLANG_OPTIONS = | 1016 | CLANG_OPTIONS = |
| 1017 | 1017 | ||
| 1018 | #--------------------------------------------------------------------------- | 1018 | #--------------------------------------------------------------------------- |
| 1019 | # Configuration options related to the alphabetical class index | 1019 | # Configuration options related to the alphabetical class index |
| @@ -1039,7 +1039,7 @@ COLS_IN_ALPHA_INDEX = 5 | |||
| 1039 | # while generating the index headers. | 1039 | # while generating the index headers. |
| 1040 | # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. | 1040 | # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. |
| 1041 | 1041 | ||
| 1042 | IGNORE_PREFIX = | 1042 | IGNORE_PREFIX = |
| 1043 | 1043 | ||
| 1044 | #--------------------------------------------------------------------------- | 1044 | #--------------------------------------------------------------------------- |
| 1045 | # Configuration options related to the HTML output | 1045 | # Configuration options related to the HTML output |
| @@ -1083,7 +1083,7 @@ HTML_FILE_EXTENSION = .html | |||
| 1083 | # of the possible markers and block names see the documentation. | 1083 | # of the possible markers and block names see the documentation. |
| 1084 | # This tag requires that the tag GENERATE_HTML is set to YES. | 1084 | # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1085 | 1085 | ||
| 1086 | HTML_HEADER = | 1086 | HTML_HEADER = |
| 1087 | 1087 | ||
| 1088 | # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each | 1088 | # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each |
| 1089 | # generated HTML page. If the tag is left blank doxygen will generate a standard | 1089 | # generated HTML page. If the tag is left blank doxygen will generate a standard |
| @@ -1093,7 +1093,7 @@ HTML_HEADER = | |||
| 1093 | # that doxygen normally uses. | 1093 | # that doxygen normally uses. |
| 1094 | # This tag requires that the tag GENERATE_HTML is set to YES. | 1094 | # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1095 | 1095 | ||
| 1096 | HTML_FOOTER = | 1096 | HTML_FOOTER = |
| 1097 | 1097 | ||
| 1098 | # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style | 1098 | # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style |
| 1099 | # sheet that is used by each HTML page. It can be used to fine-tune the look of | 1099 | # sheet that is used by each HTML page. It can be used to fine-tune the look of |
| @@ -1105,7 +1105,7 @@ HTML_FOOTER = | |||
| 1105 | # obsolete. | 1105 | # obsolete. |
| 1106 | # This tag requires that the tag GENERATE_HTML is set to YES. | 1106 | # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1107 | 1107 | ||
| 1108 | HTML_STYLESHEET = | 1108 | HTML_STYLESHEET = |
| 1109 | 1109 | ||
| 1110 | # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined | 1110 | # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined |
| 1111 | # cascading style sheets that are included after the standard style sheets | 1111 | # cascading style sheets that are included after the standard style sheets |
| @@ -1118,7 +1118,7 @@ HTML_STYLESHEET = | |||
| 1118 | # list). For an example see the documentation. | 1118 | # list). For an example see the documentation. |
| 1119 | # This tag requires that the tag GENERATE_HTML is set to YES. | 1119 | # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1120 | 1120 | ||
| 1121 | HTML_EXTRA_STYLESHEET = | 1121 | HTML_EXTRA_STYLESHEET = |
| 1122 | 1122 | ||
| 1123 | # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or | 1123 | # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or |
| 1124 | # other source files which should be copied to the HTML output directory. Note | 1124 | # other source files which should be copied to the HTML output directory. Note |
| @@ -1128,7 +1128,7 @@ HTML_EXTRA_STYLESHEET = | |||
| 1128 | # files will be copied as-is; there are no commands or markers available. | 1128 | # files will be copied as-is; there are no commands or markers available. |
| 1129 | # This tag requires that the tag GENERATE_HTML is set to YES. | 1129 | # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1130 | 1130 | ||
| 1131 | HTML_EXTRA_FILES = | 1131 | HTML_EXTRA_FILES = |
| 1132 | 1132 | ||
| 1133 | # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen | 1133 | # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen |
| 1134 | # will adjust the colors in the stylesheet and background images according to | 1134 | # will adjust the colors in the stylesheet and background images according to |
| @@ -1256,7 +1256,7 @@ GENERATE_HTMLHELP = NO | |||
| 1256 | # written to the html output directory. | 1256 | # written to the html output directory. |
| 1257 | # This tag requires that the tag GENERATE_HTMLHELP is set to YES. | 1257 | # This tag requires that the tag GENERATE_HTMLHELP is set to YES. |
| 1258 | 1258 | ||
| 1259 | CHM_FILE = | 1259 | CHM_FILE = |
| 1260 | 1260 | ||
| 1261 | # The HHC_LOCATION tag can be used to specify the location (absolute path | 1261 | # The HHC_LOCATION tag can be used to specify the location (absolute path |
| 1262 | # including file name) of the HTML help compiler ( hhc.exe). If non-empty | 1262 | # including file name) of the HTML help compiler ( hhc.exe). If non-empty |
| @@ -1264,7 +1264,7 @@ CHM_FILE = | |||
| 1264 | # The file has to be specified with full path. | 1264 | # The file has to be specified with full path. |
| 1265 | # This tag requires that the tag GENERATE_HTMLHELP is set to YES. | 1265 | # This tag requires that the tag GENERATE_HTMLHELP is set to YES. |
| 1266 | 1266 | ||
| 1267 | HHC_LOCATION = | 1267 | HHC_LOCATION = |
| 1268 | 1268 | ||
| 1269 | # The GENERATE_CHI flag controls if a separate .chi index file is generated ( | 1269 | # The GENERATE_CHI flag controls if a separate .chi index file is generated ( |
| 1270 | # YES) or that it should be included in the master .chm file ( NO). | 1270 | # YES) or that it should be included in the master .chm file ( NO). |
| @@ -1277,7 +1277,7 @@ GENERATE_CHI = NO | |||
| 1277 | # and project file content. | 1277 | # and project file content. |
| 1278 | # This tag requires that the tag GENERATE_HTMLHELP is set to YES. | 1278 | # This tag requires that the tag GENERATE_HTMLHELP is set to YES. |
| 1279 | 1279 | ||
| 1280 | CHM_INDEX_ENCODING = | 1280 | CHM_INDEX_ENCODING = |
| 1281 | 1281 | ||
| 1282 | # The BINARY_TOC flag controls whether a binary table of contents is generated ( | 1282 | # The BINARY_TOC flag controls whether a binary table of contents is generated ( |
| 1283 | # YES) or a normal table of contents ( NO) in the .chm file. Furthermore it | 1283 | # YES) or a normal table of contents ( NO) in the .chm file. Furthermore it |
| @@ -1308,7 +1308,7 @@ GENERATE_QHP = NO | |||
| 1308 | # the HTML output folder. | 1308 | # the HTML output folder. |
| 1309 | # This tag requires that the tag GENERATE_QHP is set to YES. | 1309 | # This tag requires that the tag GENERATE_QHP is set to YES. |
| 1310 | 1310 | ||
| 1311 | QCH_FILE = | 1311 | QCH_FILE = |
| 1312 | 1312 | ||
| 1313 | # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help | 1313 | # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help |
| 1314 | # Project output. For more information please see Qt Help Project / Namespace | 1314 | # Project output. For more information please see Qt Help Project / Namespace |
| @@ -1333,7 +1333,7 @@ QHP_VIRTUAL_FOLDER = doc | |||
| 1333 | # filters). | 1333 | # filters). |
| 1334 | # This tag requires that the tag GENERATE_QHP is set to YES. | 1334 | # This tag requires that the tag GENERATE_QHP is set to YES. |
| 1335 | 1335 | ||
| 1336 | QHP_CUST_FILTER_NAME = | 1336 | QHP_CUST_FILTER_NAME = |
| 1337 | 1337 | ||
| 1338 | # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the | 1338 | # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the |
| 1339 | # custom filter to add. For more information please see Qt Help Project / Custom | 1339 | # custom filter to add. For more information please see Qt Help Project / Custom |
| @@ -1341,21 +1341,21 @@ QHP_CUST_FILTER_NAME = | |||
| 1341 | # filters). | 1341 | # filters). |
| 1342 | # This tag requires that the tag GENERATE_QHP is set to YES. | 1342 | # This tag requires that the tag GENERATE_QHP is set to YES. |
| 1343 | 1343 | ||
| 1344 | QHP_CUST_FILTER_ATTRS = | 1344 | QHP_CUST_FILTER_ATTRS = |
| 1345 | 1345 | ||
| 1346 | # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this | 1346 | # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this |
| 1347 | # project's filter section matches. Qt Help Project / Filter Attributes (see: | 1347 | # project's filter section matches. Qt Help Project / Filter Attributes (see: |
| 1348 | # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). | 1348 | # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). |
| 1349 | # This tag requires that the tag GENERATE_QHP is set to YES. | 1349 | # This tag requires that the tag GENERATE_QHP is set to YES. |
| 1350 | 1350 | ||
| 1351 | QHP_SECT_FILTER_ATTRS = | 1351 | QHP_SECT_FILTER_ATTRS = |
| 1352 | 1352 | ||
| 1353 | # The QHG_LOCATION tag can be used to specify the location of Qt's | 1353 | # The QHG_LOCATION tag can be used to specify the location of Qt's |
| 1354 | # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the | 1354 | # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the |
| 1355 | # generated .qhp file. | 1355 | # generated .qhp file. |
| 1356 | # This tag requires that the tag GENERATE_QHP is set to YES. | 1356 | # This tag requires that the tag GENERATE_QHP is set to YES. |
| 1357 | 1357 | ||
| 1358 | QHG_LOCATION = | 1358 | QHG_LOCATION = |
| 1359 | 1359 | ||
| 1360 | # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be | 1360 | # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be |
| 1361 | # generated, together with the HTML files, they form an Eclipse help plugin. To | 1361 | # generated, together with the HTML files, they form an Eclipse help plugin. To |
| @@ -1488,7 +1488,7 @@ MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest | |||
| 1488 | # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols | 1488 | # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols |
| 1489 | # This tag requires that the tag USE_MATHJAX is set to YES. | 1489 | # This tag requires that the tag USE_MATHJAX is set to YES. |
| 1490 | 1490 | ||
| 1491 | MATHJAX_EXTENSIONS = | 1491 | MATHJAX_EXTENSIONS = |
| 1492 | 1492 | ||
| 1493 | # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces | 1493 | # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces |
| 1494 | # of code that will be used on startup of the MathJax code. See the MathJax site | 1494 | # of code that will be used on startup of the MathJax code. See the MathJax site |
| @@ -1496,7 +1496,7 @@ MATHJAX_EXTENSIONS = | |||
| 1496 | # example see the documentation. | 1496 | # example see the documentation. |
| 1497 | # This tag requires that the tag USE_MATHJAX is set to YES. | 1497 | # This tag requires that the tag USE_MATHJAX is set to YES. |
| 1498 | 1498 | ||
| 1499 | MATHJAX_CODEFILE = | 1499 | MATHJAX_CODEFILE = |
| 1500 | 1500 | ||
| 1501 | # When the SEARCHENGINE tag is enabled doxygen will generate a search box for | 1501 | # When the SEARCHENGINE tag is enabled doxygen will generate a search box for |
| 1502 | # the HTML output. The underlying search engine uses javascript and DHTML and | 1502 | # the HTML output. The underlying search engine uses javascript and DHTML and |
| @@ -1556,7 +1556,7 @@ EXTERNAL_SEARCH = NO | |||
| 1556 | # Searching" for details. | 1556 | # Searching" for details. |
| 1557 | # This tag requires that the tag SEARCHENGINE is set to YES. | 1557 | # This tag requires that the tag SEARCHENGINE is set to YES. |
| 1558 | 1558 | ||
| 1559 | SEARCHENGINE_URL = | 1559 | SEARCHENGINE_URL = |
| 1560 | 1560 | ||
| 1561 | # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed | 1561 | # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed |
| 1562 | # search data is written to a file for indexing by an external tool. With the | 1562 | # search data is written to a file for indexing by an external tool. With the |
| @@ -1572,7 +1572,7 @@ SEARCHDATA_FILE = searchdata.xml | |||
| 1572 | # projects and redirect the results back to the right project. | 1572 | # projects and redirect the results back to the right project. |
| 1573 | # This tag requires that the tag SEARCHENGINE is set to YES. | 1573 | # This tag requires that the tag SEARCHENGINE is set to YES. |
| 1574 | 1574 | ||
| 1575 | EXTERNAL_SEARCH_ID = | 1575 | EXTERNAL_SEARCH_ID = |
| 1576 | 1576 | ||
| 1577 | # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen | 1577 | # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen |
| 1578 | # projects other than the one defined by this configuration file, but that are | 1578 | # projects other than the one defined by this configuration file, but that are |
| @@ -1582,7 +1582,7 @@ EXTERNAL_SEARCH_ID = | |||
| 1582 | # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... | 1582 | # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... |
| 1583 | # This tag requires that the tag SEARCHENGINE is set to YES. | 1583 | # This tag requires that the tag SEARCHENGINE is set to YES. |
| 1584 | 1584 | ||
| 1585 | EXTRA_SEARCH_MAPPINGS = | 1585 | EXTRA_SEARCH_MAPPINGS = |
| 1586 | 1586 | ||
| 1587 | #--------------------------------------------------------------------------- | 1587 | #--------------------------------------------------------------------------- |
| 1588 | # Configuration options related to the LaTeX output | 1588 | # Configuration options related to the LaTeX output |
| @@ -1643,7 +1643,7 @@ PAPER_TYPE = a4 | |||
| 1643 | # If left blank no extra packages will be included. | 1643 | # If left blank no extra packages will be included. |
| 1644 | # This tag requires that the tag GENERATE_LATEX is set to YES. | 1644 | # This tag requires that the tag GENERATE_LATEX is set to YES. |
| 1645 | 1645 | ||
| 1646 | EXTRA_PACKAGES = | 1646 | EXTRA_PACKAGES = |
| 1647 | 1647 | ||
| 1648 | # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the | 1648 | # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the |
| 1649 | # generated LaTeX document. The header should contain everything until the first | 1649 | # generated LaTeX document. The header should contain everything until the first |
| @@ -1659,7 +1659,7 @@ EXTRA_PACKAGES = | |||
| 1659 | # HTML_HEADER. | 1659 | # HTML_HEADER. |
| 1660 | # This tag requires that the tag GENERATE_LATEX is set to YES. | 1660 | # This tag requires that the tag GENERATE_LATEX is set to YES. |
| 1661 | 1661 | ||
| 1662 | LATEX_HEADER = | 1662 | LATEX_HEADER = |
| 1663 | 1663 | ||
| 1664 | # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the | 1664 | # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the |
| 1665 | # generated LaTeX document. The footer should contain everything after the last | 1665 | # generated LaTeX document. The footer should contain everything after the last |
| @@ -1670,7 +1670,7 @@ LATEX_HEADER = | |||
| 1670 | # Note: Only use a user-defined footer if you know what you are doing! | 1670 | # Note: Only use a user-defined footer if you know what you are doing! |
| 1671 | # This tag requires that the tag GENERATE_LATEX is set to YES. | 1671 | # This tag requires that the tag GENERATE_LATEX is set to YES. |
| 1672 | 1672 | ||
| 1673 | LATEX_FOOTER = | 1673 | LATEX_FOOTER = |
| 1674 | 1674 | ||
| 1675 | # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or | 1675 | # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or |
| 1676 | # other source files which should be copied to the LATEX_OUTPUT output | 1676 | # other source files which should be copied to the LATEX_OUTPUT output |
| @@ -1678,7 +1678,7 @@ LATEX_FOOTER = | |||
| 1678 | # markers available. | 1678 | # markers available. |
| 1679 | # This tag requires that the tag GENERATE_LATEX is set to YES. | 1679 | # This tag requires that the tag GENERATE_LATEX is set to YES. |
| 1680 | 1680 | ||
| 1681 | LATEX_EXTRA_FILES = | 1681 | LATEX_EXTRA_FILES = |
| 1682 | 1682 | ||
| 1683 | # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is | 1683 | # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is |
| 1684 | # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will | 1684 | # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will |
| @@ -1778,14 +1778,14 @@ RTF_HYPERLINKS = NO | |||
| 1778 | # default style sheet that doxygen normally uses. | 1778 | # default style sheet that doxygen normally uses. |
| 1779 | # This tag requires that the tag GENERATE_RTF is set to YES. | 1779 | # This tag requires that the tag GENERATE_RTF is set to YES. |
| 1780 | 1780 | ||
| 1781 | RTF_STYLESHEET_FILE = | 1781 | RTF_STYLESHEET_FILE = |
| 1782 | 1782 | ||
| 1783 | # Set optional variables used in the generation of an RTF document. Syntax is | 1783 | # Set optional variables used in the generation of an RTF document. Syntax is |
| 1784 | # similar to doxygen's config file. A template extensions file can be generated | 1784 | # similar to doxygen's config file. A template extensions file can be generated |
| 1785 | # using doxygen -e rtf extensionFile. | 1785 | # using doxygen -e rtf extensionFile. |
| 1786 | # This tag requires that the tag GENERATE_RTF is set to YES. | 1786 | # This tag requires that the tag GENERATE_RTF is set to YES. |
| 1787 | 1787 | ||
| 1788 | RTF_EXTENSIONS_FILE = | 1788 | RTF_EXTENSIONS_FILE = |
| 1789 | 1789 | ||
| 1790 | #--------------------------------------------------------------------------- | 1790 | #--------------------------------------------------------------------------- |
| 1791 | # Configuration options related to the man page output | 1791 | # Configuration options related to the man page output |
| @@ -1820,7 +1820,7 @@ MAN_EXTENSION = .3 | |||
| 1820 | # MAN_EXTENSION with the initial . removed. | 1820 | # MAN_EXTENSION with the initial . removed. |
| 1821 | # This tag requires that the tag GENERATE_MAN is set to YES. | 1821 | # This tag requires that the tag GENERATE_MAN is set to YES. |
| 1822 | 1822 | ||
| 1823 | MAN_SUBDIR = | 1823 | MAN_SUBDIR = |
| 1824 | 1824 | ||
| 1825 | # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it | 1825 | # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it |
| 1826 | # will generate one additional man file for each entity documented in the real | 1826 | # will generate one additional man file for each entity documented in the real |
| @@ -1933,7 +1933,7 @@ PERLMOD_PRETTY = YES | |||
| 1933 | # overwrite each other's variables. | 1933 | # overwrite each other's variables. |
| 1934 | # This tag requires that the tag GENERATE_PERLMOD is set to YES. | 1934 | # This tag requires that the tag GENERATE_PERLMOD is set to YES. |
| 1935 | 1935 | ||
| 1936 | PERLMOD_MAKEVAR_PREFIX = | 1936 | PERLMOD_MAKEVAR_PREFIX = |
| 1937 | 1937 | ||
| 1938 | #--------------------------------------------------------------------------- | 1938 | #--------------------------------------------------------------------------- |
| 1939 | # Configuration options related to the preprocessor | 1939 | # Configuration options related to the preprocessor |
| @@ -1974,7 +1974,7 @@ SEARCH_INCLUDES = YES | |||
| 1974 | # preprocessor. | 1974 | # preprocessor. |
| 1975 | # This tag requires that the tag SEARCH_INCLUDES is set to YES. | 1975 | # This tag requires that the tag SEARCH_INCLUDES is set to YES. |
| 1976 | 1976 | ||
| 1977 | INCLUDE_PATH = | 1977 | INCLUDE_PATH = |
| 1978 | 1978 | ||
| 1979 | # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard | 1979 | # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard |
| 1980 | # patterns (like *.h and *.hpp) to filter out the header-files in the | 1980 | # patterns (like *.h and *.hpp) to filter out the header-files in the |
| @@ -1982,7 +1982,7 @@ INCLUDE_PATH = | |||
| 1982 | # used. | 1982 | # used. |
| 1983 | # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 1983 | # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 1984 | 1984 | ||
| 1985 | INCLUDE_FILE_PATTERNS = | 1985 | INCLUDE_FILE_PATTERNS = |
| 1986 | 1986 | ||
| 1987 | # The PREDEFINED tag can be used to specify one or more macro names that are | 1987 | # The PREDEFINED tag can be used to specify one or more macro names that are |
| 1988 | # defined before the preprocessor is started (similar to the -D option of e.g. | 1988 | # defined before the preprocessor is started (similar to the -D option of e.g. |
| @@ -1992,7 +1992,7 @@ INCLUDE_FILE_PATTERNS = | |||
| 1992 | # recursively expanded use the := operator instead of the = operator. | 1992 | # recursively expanded use the := operator instead of the = operator. |
| 1993 | # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 1993 | # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 1994 | 1994 | ||
| 1995 | PREDEFINED = | 1995 | PREDEFINED = |
| 1996 | 1996 | ||
| 1997 | # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this | 1997 | # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this |
| 1998 | # tag can be used to specify a list of macro names that should be expanded. The | 1998 | # tag can be used to specify a list of macro names that should be expanded. The |
| @@ -2001,7 +2001,7 @@ PREDEFINED = | |||
| 2001 | # definition found in the source code. | 2001 | # definition found in the source code. |
| 2002 | # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 2002 | # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 2003 | 2003 | ||
| 2004 | EXPAND_AS_DEFINED = | 2004 | EXPAND_AS_DEFINED = |
| 2005 | 2005 | ||
| 2006 | # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will | 2006 | # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will |
| 2007 | # remove all references to function-like macros that are alone on a line, have | 2007 | # remove all references to function-like macros that are alone on a line, have |
| @@ -2030,13 +2030,13 @@ SKIP_FUNCTION_MACROS = YES | |||
| 2030 | # the path). If a tag file is not located in the directory in which doxygen is | 2030 | # the path). If a tag file is not located in the directory in which doxygen is |
| 2031 | # run, you must also specify the path to the tagfile here. | 2031 | # run, you must also specify the path to the tagfile here. |
| 2032 | 2032 | ||
| 2033 | TAGFILES = | 2033 | TAGFILES = |
| 2034 | 2034 | ||
| 2035 | # When a file name is specified after GENERATE_TAGFILE, doxygen will create a | 2035 | # When a file name is specified after GENERATE_TAGFILE, doxygen will create a |
| 2036 | # tag file that is based on the input files it reads. See section "Linking to | 2036 | # tag file that is based on the input files it reads. See section "Linking to |
| 2037 | # external documentation" for more information about the usage of tag files. | 2037 | # external documentation" for more information about the usage of tag files. |
| 2038 | 2038 | ||
| 2039 | GENERATE_TAGFILE = | 2039 | GENERATE_TAGFILE = |
| 2040 | 2040 | ||
| 2041 | # If the ALLEXTERNALS tag is set to YES all external class will be listed in the | 2041 | # If the ALLEXTERNALS tag is set to YES all external class will be listed in the |
| 2042 | # class index. If set to NO only the inherited external classes will be listed. | 2042 | # class index. If set to NO only the inherited external classes will be listed. |
| @@ -2084,14 +2084,14 @@ CLASS_DIAGRAMS = YES | |||
| 2084 | # the mscgen tool resides. If left empty the tool is assumed to be found in the | 2084 | # the mscgen tool resides. If left empty the tool is assumed to be found in the |
| 2085 | # default search path. | 2085 | # default search path. |
| 2086 | 2086 | ||
| 2087 | MSCGEN_PATH = | 2087 | MSCGEN_PATH = |
| 2088 | 2088 | ||
| 2089 | # You can include diagrams made with dia in doxygen documentation. Doxygen will | 2089 | # You can include diagrams made with dia in doxygen documentation. Doxygen will |
| 2090 | # then run dia to produce the diagram and insert it in the documentation. The | 2090 | # then run dia to produce the diagram and insert it in the documentation. The |
| 2091 | # DIA_PATH tag allows you to specify the directory where the dia binary resides. | 2091 | # DIA_PATH tag allows you to specify the directory where the dia binary resides. |
| 2092 | # If left empty dia is assumed to be found in the default search path. | 2092 | # If left empty dia is assumed to be found in the default search path. |
| 2093 | 2093 | ||
| 2094 | DIA_PATH = | 2094 | DIA_PATH = |
| 2095 | 2095 | ||
| 2096 | # If set to YES, the inheritance and collaboration graphs will hide inheritance | 2096 | # If set to YES, the inheritance and collaboration graphs will hide inheritance |
| 2097 | # and usage relations if the target is undocumented or is not a class. | 2097 | # and usage relations if the target is undocumented or is not a class. |
| @@ -2140,7 +2140,7 @@ DOT_FONTSIZE = 10 | |||
| 2140 | # the path where dot can find it using this tag. | 2140 | # the path where dot can find it using this tag. |
| 2141 | # This tag requires that the tag HAVE_DOT is set to YES. | 2141 | # This tag requires that the tag HAVE_DOT is set to YES. |
| 2142 | 2142 | ||
| 2143 | DOT_FONTPATH = | 2143 | DOT_FONTPATH = |
| 2144 | 2144 | ||
| 2145 | # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for | 2145 | # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for |
| 2146 | # each documented class showing the direct and indirect inheritance relations. | 2146 | # each documented class showing the direct and indirect inheritance relations. |
| @@ -2278,26 +2278,26 @@ INTERACTIVE_SVG = NO | |||
| 2278 | # found. If left blank, it is assumed the dot tool can be found in the path. | 2278 | # found. If left blank, it is assumed the dot tool can be found in the path. |
| 2279 | # This tag requires that the tag HAVE_DOT is set to YES. | 2279 | # This tag requires that the tag HAVE_DOT is set to YES. |
| 2280 | 2280 | ||
| 2281 | DOT_PATH = | 2281 | DOT_PATH = |
| 2282 | 2282 | ||
| 2283 | # The DOTFILE_DIRS tag can be used to specify one or more directories that | 2283 | # The DOTFILE_DIRS tag can be used to specify one or more directories that |
| 2284 | # contain dot files that are included in the documentation (see the \dotfile | 2284 | # contain dot files that are included in the documentation (see the \dotfile |
| 2285 | # command). | 2285 | # command). |
| 2286 | # This tag requires that the tag HAVE_DOT is set to YES. | 2286 | # This tag requires that the tag HAVE_DOT is set to YES. |
| 2287 | 2287 | ||
| 2288 | DOTFILE_DIRS = | 2288 | DOTFILE_DIRS = |
| 2289 | 2289 | ||
| 2290 | # The MSCFILE_DIRS tag can be used to specify one or more directories that | 2290 | # The MSCFILE_DIRS tag can be used to specify one or more directories that |
| 2291 | # contain msc files that are included in the documentation (see the \mscfile | 2291 | # contain msc files that are included in the documentation (see the \mscfile |
| 2292 | # command). | 2292 | # command). |
| 2293 | 2293 | ||
| 2294 | MSCFILE_DIRS = | 2294 | MSCFILE_DIRS = |
| 2295 | 2295 | ||
| 2296 | # The DIAFILE_DIRS tag can be used to specify one or more directories that | 2296 | # The DIAFILE_DIRS tag can be used to specify one or more directories that |
| 2297 | # contain dia files that are included in the documentation (see the \diafile | 2297 | # contain dia files that are included in the documentation (see the \diafile |
| 2298 | # command). | 2298 | # command). |
| 2299 | 2299 | ||
| 2300 | DIAFILE_DIRS = | 2300 | DIAFILE_DIRS = |
| 2301 | 2301 | ||
| 2302 | # When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the | 2302 | # When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the |
| 2303 | # path where java can find the plantuml.jar file. If left blank, it is assumed | 2303 | # path where java can find the plantuml.jar file. If left blank, it is assumed |
| @@ -2306,7 +2306,7 @@ DIAFILE_DIRS = | |||
| 2306 | # will not generate output for the diagram. | 2306 | # will not generate output for the diagram. |
| 2307 | # This tag requires that the tag HAVE_DOT is set to YES. | 2307 | # This tag requires that the tag HAVE_DOT is set to YES. |
| 2308 | 2308 | ||
| 2309 | PLANTUML_JAR_PATH = | 2309 | PLANTUML_JAR_PATH = |
| 2310 | 2310 | ||
| 2311 | # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes | 2311 | # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes |
| 2312 | # that will be shown in the graph. If the number of nodes in a graph becomes | 2312 | # that will be shown in the graph. If the number of nodes in a graph becomes |