X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fconfig.xml;h=da851101b969bab39bb43fd242d874c9ceab9f3b;hb=14adf159fc9eb1212b2e61ea78e94c135abde0fe;hp=296a62e8cb98735d1f028f8b021bc95e37ce004d;hpb=cfd886868fa8595b045007a2ad673c18c5f222b3;p=platform%2Fupstream%2Fdoxygen.git diff --git a/src/config.xml b/src/config.xml index 296a62e..da85110 100644 --- a/src/config.xml +++ b/src/config.xml @@ -303,7 +303,7 @@ Go to the next section or return to the is set to \c YES. Level 0 represents 16 directories, and every level increment doubles the number of directories, resulting in 4096 directories at level 8 which is the default and also the maximum value. The sub-directories are organized in 2 levels, the first - level always has a fixed numer of 16 directories. + level always has a fixed number of 16 directories. ]]> @@ -704,6 +704,16 @@ Go to the next section or return to the ]]> + + + @@ -1776,7 +1822,7 @@ FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn" @@ -1946,9 +1993,15 @@ doxygen -w html new_header.html new_footer.html new_stylesheet.css YourConfigFil The following markers have a special meaning inside the header and footer:
$title
will be replaced with the title of the page. -
$datetime
will be replaced with current the date and time. +
$datetime
will be replaced with the current date and time.
$date
will be replaced with the current date. +
$time
will be replaced with the current time.
$year
will be replaces with the current year. +
$showdate()
will be replaced with the current date + and time according to the format as specified by ``. The + `` follows the rules as specified for the + \ref cmdshowdate "\\showdate" command with the exception that no `)` + is allowed in the ``.
$doxygenversion
will be replaced with the version of doxygen
$projectname
will be replaced with the name of the project (see \ref cfg_project_name "PROJECT_NAME") @@ -1960,7 +2013,7 @@ doxygen -w html new_header.html new_footer.html new_stylesheet.css YourConfigFil (see \ref cfg_project_logo "PROJECT_LOGO")
$generatedby
will be replaced with the output language dependent version of the text "Generated by" or when the - \ref cfg_html_timestamp "HTML_TIMESTAMP" is set by the output language + \ref cfg_timestamp "TIMESTAMP" is set by the output language dependent version of the text "Generated on `$datetime` for `$projectname` by".
$stylesheet
will be replaced with the setting of \ref cfg_html_stylesheet "HTML_STYLESHEET" unless it is empty or the file in which case @@ -2085,6 +2138,10 @@ doxygen -w html new_header.html new_footer.html new_stylesheet.css YourConfigFil the output directory. \note The order of the extra style sheet files is of importance (e.g. the last style sheet in the list overrules the setting of the previous ones in the list). + \note Since the styling of scrollbars can currently not be overruled in Webkit/Chromium, the + styling will be left out of the default doxygen.css if one or more extra stylesheets + have been specified. + So if scrollbar customization is desired it has to be added explicitly. ]]> @@ -2144,16 +2201,14 @@ hr.footer { - - - - - + + + + + - + +
$title
will be replaced with the project name. -
$datetime
will be replaced with current the date and time. +
$datetime
will be replaced with the current date and time.
$date
will be replaced with the current date. +
$time
will be replaced with the current time.
$year
will be replaces with the current year. +
$showdate()
will be replaced with the current date + and time according to the format as specified by ``. The + `` follows the rules as specified for the + \ref cmdshowdate "\\showdate" command with the exception that no `)` + is allowed in the ``.
$doxygenversion
will be replaced with the version of doxygen
$projectname
will be replaced with the name of the project (see \ref cfg_project_name "PROJECT_NAME") @@ -2958,7 +3030,7 @@ doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty Commonly used together with `$latexdocumentpre` in the header.
$generatedby
will be replaced with the output language dependent version of the text "Generated by" or when the - \ref cfg_latex_timestamp "LATEX_TIMESTAMP" is set by the output language + \ref cfg_timestamp "TIMESTAMP" is set by the output language dependent version of the text "Generated on `$datetime` for `$projectname` by".
$latexcitereference
will be replaced by the output language dependent$ version of the word "Bibliography". @@ -3026,8 +3098,8 @@ The following block names are set based on the used settings in the when the \ref cfg_use_pdflatex "USE_PDFLATEX" option is enabled.
LATEX_BATCHMODE
Content within this block is copied to the output when the \ref cfg_latex_batchmode "LATEX_BATCHMODE" option is enabled. -
LATEX_TIMESTAMP
Content within this block is copied to the output - when the \ref cfg_latex_timestamp "LATEX_TIMESTAMP" option is enabled. +
TIMESTAMP
Content within this block is copied to the output + when the \ref cfg_timestamp "TIMESTAMP" option is enabled.
The following block names are set based on the fact whether or not the tag has a value in the used configuration file: @@ -3121,15 +3193,18 @@ The following block name is set based on whether or not a feature is used in the ]]> - -
- - - - + @@ -3800,6 +3862,10 @@ UML notation for the relationships. tags are set to \c YES then doxygen will generate a graph for each documented file showing the direct and indirect include dependencies of the file with other documented files. + Explicit enabling an included by graph, when \c INCLUDED_BY_GRAPH is set to \c NO, can be + accomplished by means of the command \ref cmdincludedbygraph "\\includedbygraph". + Disabling an included by graph can be accomplished by means of the command + \ref cmdhideincludedbygraph "\\hideincludedbygraph". ]]> @@ -3844,6 +3910,11 @@ UML notation for the relationships. to \c YES then doxygen will show the dependencies a directory has on other directories in a graphical way. The dependency relations are determined by the \c \#include relations between the files in the directories. + Explicit enabling a directory graph, when \c DIRECTORY_GRAPH is set to \c NO, can be + accomplished by means of the command \ref cmddirectorygraph "\\directorygraph". + Disabling a directory graph can be accomplished by means of the command + \ref cmdhidedirectorygraph "\\hidedirectorygraph". + ]]> @@ -3861,7 +3932,7 @@ UML notation for the relationships. The \c DOT_IMAGE_FORMAT tag can be used to set the image format of the images generated by \c dot. For an explanation of the image formats see the section output formats in the documentation of the \c dot tool - (Graphviz). + (Graphviz). \note If you choose \c svg you need to set \ref cfg_html_file_extension "HTML_FILE_EXTENSION" to \c xhtml in order to make the SVG files visible in IE 9+ (other browsers do not have this requirement). @@ -3909,12 +3980,13 @@ UML notation for the relationships. ]]> - @@ -4012,6 +4084,28 @@ This setting is not only used for dot files but also for msc temporary files. ]]> + + + + Minimum value: {0}, maximum value: {1}, default value: {2}.]]> + {0}, maximum value: {1}, default value: {2}.]]> + + + {0}.]]> + + {0}.]]> + {0}.]]> + {0}]]> + + {0}.]]> + {0}]]> + + + +