|
| 1 | +# diff to Doxyfile 1.8.17 with only default settings. |
| 2 | + |
| 3 | +# The Doxyfile reflects your personal documentation style. It is therefore not |
| 4 | +# automatically overwritten by git. Instead a Doxyfile.diff suggests values we |
| 5 | +# think are quite usable. You can use this file directly by renaming it to |
| 6 | +# Doxyfile. You can prepend its contents to your personal Doxyfile, so that the |
| 7 | +# suggested values do not overwrite your settings. Or, of course, patch your |
| 8 | +# file with a subset suiting your needs. |
| 9 | + |
| 10 | +# This file describes the settings to be used by the documentation system |
| 11 | +# doxygen (www.doxygen.org) for a project. |
| 12 | +# |
| 13 | +# All text after a double hash (##) is considered a comment and is placed in |
| 14 | +# front of the TAG it is preceding. |
| 15 | +# |
| 16 | +# All text after a single hash (#) is considered a comment and will be ignored. |
| 17 | +# The format is: |
| 18 | +# TAG = value [value, ...] |
| 19 | +# For lists, items can also be appended using: |
| 20 | +# TAG += value [value, ...] |
| 21 | +# Values that contain spaces should be placed between quotes (\" \"). |
| 22 | + |
| 23 | +PROJECT_NAME = "metamath executable" |
| 24 | + |
| 25 | +# TODO: Set to Metamath version |
| 26 | + |
| 27 | +PROJECT_NUMBER = "Metamath-version" |
| 28 | + |
| 29 | +PROJECT_BRIEF = "executable used to maintain *.mm files" |
| 30 | + |
| 31 | +PROJECT_LOGO = "Metamath.png" |
| 32 | + |
| 33 | +OUTPUT_DIRECTORY = "../doxy" |
| 34 | + |
| 35 | +# disable Graphviz .dot output |
| 36 | + |
| 37 | +HAVE_DOT = NO |
| 38 | + |
| 39 | +GENERATE_LATEX = NO |
0 commit comments