diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-02-18 21:34:02 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-02-18 21:34:02 (GMT) |
commit | 9793ce49f1d7641854ef0608b34c1dd2d4891a20 (patch) | |
tree | 714079396631ac6488c45cce3d6acfb51e31f9a8 /doc/config.doc | |
parent | b698431e32befbc1d4e2196dc96b0507ed8ab15a (diff) | |
download | Doxygen-9793ce49f1d7641854ef0608b34c1dd2d4891a20.zip Doxygen-9793ce49f1d7641854ef0608b34c1dd2d4891a20.tar.gz Doxygen-9793ce49f1d7641854ef0608b34c1dd2d4891a20.tar.bz2 |
Release-1.2.14
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index b2f5ebf..8300a84 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -83,6 +83,7 @@ followed by the descriptions of the tags grouped by category. <li> \refitem cfg_distribute_group_doc DISTRIBUTE_GROUP_DOC <li> \refitem cfg_doc_abspath DOC_ABSPATH <li> \refitem cfg_doc_url DOC_URL +<li> \refitem cfg_dot_image_format DOT_IMAGE_FORMAT <li> \refitem cfg_dot_path DOT_PATH <li> \refitem cfg_dotfile_dirs DOTFILE_DIRS <li> \refitem cfg_enable_preprocessing ENABLE_PREPROCESSING @@ -1273,6 +1274,13 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre> If the \c GRAPHICAL_HIERARCHY and \c HAVE_DOT tags are set to \c YES then doxygen will graphical hierarchy of all classes instead of a textual one. +\anchor cfg_dot_image_format +<dt>\c DOT_IMAGE_FORMAT <dd> + \addindex DOT_IMAGE_FORMAT + The DOT_IMAGE_FORMAT tag can be used to set the image format of the images + generated by dot. Possible values are gif, jpg, and png. + If left blank gif will be used. + \anchor cfg_dot_path <dt>\c DOT_PATH <dd> \addindex DOT_PATH |