Return to site

Doxygen graphviz mac path

broken image
broken image
broken image

Below is an alphabetical index of the tags that are recognized followed by the descriptions of the tags grouped by category. The configuration options can be divided into several categories. You can also include part of a configuration file from another configuration file using a tag as = my_config_dir Environment variables can be expanded using the pattern $(ENV_VARIABLE_NAME). Multiple lines can be concatenated by inserting a backslash (\) as the last character of a line. If the value should contain one or more blanks it must be surrounded by quotes ('.'). For options that take a list as their argument, the += operator can be used instead of = to append new values to the list. If the same tag is assigned more than once, the last assignment overwrites any earlier assignment. Each statement consists of a TAG_NAME written in capitals, followed by the = character and one or more values. The file essentially consists of a list of assignment statements. Comments begin with the # character and end at the end of the line. Comments may be placed anywhere within the file (except within quotes). The statements in the file are case-sensitive. The file may contain tabs and newlines for formatting purposes. Doxygen manual: Configuration ConfigurationĪ configuration file is a free-form ASCII text file with a structure that is similar to that of a Makefile, default name Doxyfile.

broken image