|
1 | | -# Doxyfile 1.8.11 |
| 1 | +# Doxyfile 1.8.12 |
2 | 2 |
|
3 | 3 | # This file describes the settings to be used by the documentation system |
4 | 4 | # doxygen (www.doxygen.org) for a project. |
@@ -38,7 +38,7 @@ PROJECT_NAME = PEAR2_Net_RouterOS |
38 | 38 | # could be handy for archiving the generated documentation or if some version |
39 | 39 | # control system is used. |
40 | 40 |
|
41 | | -PROJECT_NUMBER = $Id$ |
| 41 | +PROJECT_NUMBER = "GIT: $Id$" |
42 | 42 |
|
43 | 43 | # Using the PROJECT_BRIEF tag one can provide an optional one line description |
44 | 44 | # for a project that appears at the top of each page and should give viewer a |
@@ -303,6 +303,15 @@ EXTENSION_MAPPING = |
303 | 303 |
|
304 | 304 | MARKDOWN_SUPPORT = YES |
305 | 305 |
|
| 306 | +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up |
| 307 | +# to that level are automatically included in the table of contents, even if |
| 308 | +# they do not have an id attribute. |
| 309 | +# Note: This feature currently applies only to Markdown headings. |
| 310 | +# Minimum value: 0, maximum value: 99, default value: 0. |
| 311 | +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. |
| 312 | + |
| 313 | +TOC_INCLUDE_HEADINGS = 0 |
| 314 | + |
306 | 315 | # When enabled doxygen tries to link words that correspond to documented |
307 | 316 | # classes, or namespaces to their corresponding documentation. Such a link can |
308 | 317 | # be prevented in individual cases by putting a % sign in front of the word or |
@@ -803,8 +812,8 @@ INPUT_ENCODING = UTF-8 |
803 | 812 | # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, |
804 | 813 | # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, |
805 | 814 | # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, |
806 | | -# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, |
807 | | -# *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. |
| 815 | +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, |
| 816 | +# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. |
808 | 817 |
|
809 | 818 | FILE_PATTERNS = *.c \ |
810 | 819 | *.cc \ |
|
0 commit comments