diff options
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/config.doc b/doc/config.doc index fc4e5b4..5cbb936 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -1,6 +1,6 @@ /****************************************************************************** * - * $Id$ + * * * Copyright (C) 1997-2001 by Dimitri van Heesch. * @@ -63,7 +63,7 @@ followed by the descriptions of the tags grouped by category. \endhtmlonly \latexonly \footnotesize -\begin{multicols}{3} +\begin{multicols}{2} \begin{CompactList} \endlatexonly <li> \refitem cfg_aliases ALIASES @@ -140,6 +140,7 @@ followed by the descriptions of the tags grouped by category. <li> \refitem cfg_man_output MAN_OUTPUT <li> \refitem cfg_max_dot_graph_height MAX_DOT_GRAPH_HEIGHT <li> \refitem cfg_max_dot_graph_width MAX_DOT_GRAPH_WIDTH +<li> \refitem cfg_max_initializer_lines MAX_INITIALIZER_LINES <li> \refitem cfg_optimize_output_for_c OPTIMIZE_OUTPUT_FOR_C <li> \refitem cfg_output_directory OUTPUT_DIRECTORY <li> \refitem cfg_output_language OUTPUT_LANGUAGE @@ -446,6 +447,16 @@ followed by the descriptions of the tags grouped by category. will result in a user defined paragraph with heading "Side Effects:". You can put \\n's in the value part of an alias to insert newlines. +\anchor cfg_max_initializer_lines +<dt>\c MAX_INITIALIZER_LINES <dd> + \addindex MAX_INITIALIZER_LINES + The \c MAX_INITIALIZER_LINES tag determines the maximum number of lines + that the initial value of a variable or define can be. If the initializer + consists of more lines than specified here it will be hidden. Use a value + of 0 to hide initializers completely. The appearance of the value of + individual variables and defines can be controlled using \ref cmdshowinitializer "\\showinitializer" + or \ref cmdhideinitializer "\hideinitializer" command in the documentation. + \anchor cfg_optimize_output_for_c <dt>\c OPTIMIZE_OUTPUT_FOR_C <dd> \addindex OPTIMIZE_OUTPUT_FOR_C |