diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-10-05 09:07:25 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-10-05 09:07:25 (GMT) |
commit | 3102b81d682bf0b3b4dd50148434ab8e575a3d2e (patch) | |
tree | 9ff275a866b1660085cb0e638922291f5b2abd36 /doc | |
parent | 631bd3426f23c6a69b8a19156b25387ceba007d4 (diff) | |
download | Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.zip Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.tar.gz Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.tar.bz2 |
Release-1.5.7.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.doc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/config.doc b/doc/config.doc index e4e1c4a..db181dd 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -58,6 +58,7 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_abbreviate_brief ABBREVIATE_BRIEF \refitem cfg_aliases ALIASES \refitem cfg_allexternals ALLEXTERNALS +\refitem cfg_alphabetical_index ALPHABETICAL_INDEX \refitem cfg_always_detailed_sec ALWAYS_DETAILED_SEC \refitem cfg_binary_toc BINARY_TOC \refitem cfg_builtin_stl_support BUILTIN_STL_SUPPORT @@ -81,6 +82,7 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_docset_feedname DOCSET_FEEDNAME \refitem cfg_dot_fontname DOT_FONTNAME \refitem cfg_dot_fontpath DOT_FONTPATH +\refitem cfg_dot_fontsize DOT_FONTSIZE \refitem cfg_dot_graph_max_nodes DOT_GRAPH_MAX_NODES \refitem cfg_dot_image_format DOT_IMAGE_FORMAT \refitem cfg_dot_multi_targets DOT_MULTI_TARGETS @@ -1136,13 +1138,11 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn" \anchor cfg_alphabetical_index <dl> -<!-- <dt>\c ALPHABETICAL_INDEX <dd> \addindex ALPHABETICAL_INDEX If the \c ALPHABETICAL_INDEX tag is set to \c YES, an alphabetical index of all compounds will be generated. Enable this if the project contains a lot of classes, structs, unions or interfaces. ---> <dt>\c COLS_IN_ALPHA_INDEX <dd> \anchor cfg_cols_in_alpha_index @@ -1946,6 +1946,11 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre> \c DOTFONTPATH environment variable or by setting \c DOT_FONTPATH to the directory containing the font. +\anchor cfg_dot_fontsize +<dt>\c DOT_FONTSIZE <dd> +The \c DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. +The default size is 10pt. + \anchor cfg_dot_fontpath <dt>\c DOT_FONTPATH <dd> \addindex DOT_FONTPATH |