summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/arch.doc4
-rw-r--r--doc/config.doc161
-rw-r--r--doc/diagrams.doc1
-rw-r--r--doc/docblocks.doc4
-rw-r--r--doc/doxygen_usage.doc8
-rw-r--r--doc/faq.doc36
-rw-r--r--doc/features.doc2
-rw-r--r--doc/htmlcmds.doc6
-rw-r--r--doc/index.doc6
-rw-r--r--doc/install.doc10
-rw-r--r--doc/language.doc41
-rw-r--r--doc/language.tpl9
-rw-r--r--doc/markdown.doc2
-rw-r--r--doc/output.doc22
-rw-r--r--doc/perlmod.doc89
-rw-r--r--doc/searching.doc10
-rw-r--r--doc/translator.py2
-rw-r--r--doc/translator_report.txt614
-rw-r--r--doc/trouble.doc5
19 files changed, 737 insertions, 295 deletions
diff --git a/doc/arch.doc b/doc/arch.doc
index c68d2f8..62661bc 100644
--- a/doc/arch.doc
+++ b/doc/arch.doc
@@ -58,7 +58,7 @@ of macros. This is to allow macro names to appear in the type of
function parameters for instance.
Another difference is that the preprocessor parses, but not actually includes
-code when it encounters a \#include (with the exception of \#include
+code when it encounters a \c \#include (with the exception of \c \#include
found inside { ... } blocks). The reasons behind this deviation from
the standard is to prevent feeding multiple definitions of the
same functions/classes to doxygen's parser. If all source files would
@@ -67,7 +67,7 @@ definitions (and their documentation) would be present in each
translation unit.
The preprocessor is written using \c flex and can be found in
-\c src/pre.l. For condition blocks (\#if) evaluation of constant expressions
+\c src/pre.l. For condition blocks (\c \#if) evaluation of constant expressions
is needed. For this a \c yacc based parser is used, which can be found
in \c src/constexp.y and \c src/constexp.l.
diff --git a/doc/config.doc b/doc/config.doc
index 8ceef96..c5aca26 100644
--- a/doc/config.doc
+++ b/doc/config.doc
@@ -24,6 +24,10 @@ that is similar to that of a Makefile, with the default name \c Doxyfile. It is
parsed by \c doxygen. The file may contain tabs and newlines for
formatting purposes. The statements in the file are case-sensitive.
Comments may be placed anywhere within the file (except within quotes).
+Comments beginning with two hash characters (\#\#) are kept when updating
+the configuration file and are placed in front of the TAG are in front of.
+Comments beginning with two hash characters (\#\#) at the end of the
+configuration file are also kept and placed at the end of the file.
Comments begin with the \# character and end at the end of the line.
The file essentially consists of a list of assignment statements.
@@ -218,6 +222,7 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_mathjax_extensions MATHJAX_EXTENSIONS
\refitem cfg_mathjax_format MATHJAX_FORMAT
\refitem cfg_mathjax_relpath MATHJAX_RELPATH
+\refitem cfg_mathjax_codefile MATHJAX_CODEFILE
\refitem cfg_max_dot_graph_depth MAX_DOT_GRAPH_DEPTH
\refitem cfg_max_initializer_lines MAX_INITIALIZER_LINES
\refitem cfg_mscfile_dirs MSCFILE_DIRS
@@ -383,7 +388,7 @@ followed by the descriptions of the tags grouped by category.
If the \c BRIEF_MEMBER_DESC tag is set to \c YES (the default) doxygen will
include brief member descriptions after the members that are listed in
the file and class documentation (similar to JavaDoc).
- Set to NO to disable this.
+ Set to \c NO to disable this.
\anchor cfg_repeat_brief
<dt>\c REPEAT_BRIEF <dd>
@@ -411,7 +416,8 @@ followed by the descriptions of the tags grouped by category.
\anchor cfg_always_detailed_sec
<dt>\c ALWAYS_DETAILED_SEC <dd>
\addindex ALWAYS_DETAILED_SEC
- If the \c ALWAYS_DETAILED_SEC and \c REPEAT_BRIEF tags are both set to \c YES then
+ If the \c ALWAYS_DETAILED_SEC and \ref cfg_repeat_brief "REPEAT_BRIEF" tags
+ are both set to \c YES then
doxygen will generate a detailed section even if there is only a brief
description.
@@ -428,7 +434,7 @@ followed by the descriptions of the tags grouped by category.
\addindex FULL_PATH_NAMES
If the \c FULL_PATH_NAMES tag is set to \c YES doxygen will prepend the full
path before files name in the file list and in the header files. If set
- to NO the shortest path that makes the file name unique will be used
+ to \c NO the shortest path that makes the file name unique will be used
\anchor cfg_strip_from_path
<dt>\c STRIP_FROM_PATH <dd>
@@ -448,7 +454,7 @@ followed by the descriptions of the tags grouped by category.
the reader which header file to include in order to use a class.
If left blank only the name of the header file containing the class
definition is used. Otherwise one should specify the include paths that
- are normally passed to the compiler using the -I flag.
+ are normally passed to the compiler using the `-I` flag.
\anchor cfg_short_names
<dt>\c SHORT_NAMES <dd>
@@ -462,16 +468,16 @@ followed by the descriptions of the tags grouped by category.
\addindex JAVADOC_AUTOBRIEF
If the \c JAVADOC_AUTOBRIEF is set to \c YES then doxygen
will interpret the first line (until the first dot) of a JavaDoc-style
- comment as the brief description. If set to NO (the default), the
+ comment as the brief description. If set to \c NO (the default), the
Javadoc-style will behave just like regular Qt-style comments
- (thus requiring an explicit \@brief command for a brief description.)
+ (thus requiring an explicit \ref cmdbrief "\@brief" command for a brief description.)
\anchor cfg_qt_autobrief
<dt>\c QT_AUTOBRIEF <dd>
\addindex QT_AUTOBRIEF
If the \c QT_AUTOBRIEF is set to \c YES then doxygen
will interpret the first line (until the first dot) of a Qt-style
- comment as the brief description. If set to NO (the default), the
+ comment as the brief description. If set to \c NO (the default), the
Qt-style will behave just like regular Qt-style comments (thus
requiring an explicit \\brief command for a brief description.)
@@ -486,33 +492,33 @@ followed by the descriptions of the tags grouped by category.
Disable only in case of backward compatibilities issues.
\anchor cfg_autolink_support
-<dt>'c AUTOLINK_SUPPORT <dd>
+<dt>\c AUTOLINK_SUPPORT <dd>
\addindex AUTOLINK_SUPPORT
When enabled doxygen tries to link words that correspond to documented classes,
or namespaces to their corresponding documentation. Such a link can be
prevented in individual cases by by putting a % sign in front of the word or
- globally by setting AUTOLINK_SUPPORT to NO.
+ globally by setting \c AUTOLINK_SUPPORT to \c NO.
\anchor cfg_builtin_stl_support
<dt>\c BUILTIN_STL_SUPPORT <dd>
\addindex BUILTIN_STL_SUPPORT
- If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to
+ If you use STL classes (i.e. `std::string`, `std::vector`, etc.) but do not want to
include (a tag file for) the STL sources as input, then you should
set this tag to \c YES in order to let doxygen match functions declarations and
- definitions whose arguments contain STL classes (e.g. func(std::string); versus
- func(std::string) {}). This also make the inheritance and collaboration
+ definitions whose arguments contain STL classes (e.g. `func(std::string`); versus
+ `func(std::string) {}`). This also make the inheritance and collaboration
diagrams that involve STL classes more complete and accurate.
\anchor cfg_cpp_cli_support
<dt>\c CPP_CLI_SUPPORT <dd>
\addindex CPP_CLI_SUPPORT
- If you use Microsoft's C++/CLI language, you should set this option to YES to
+ If you use Microsoft's C++/CLI language, you should set this option to \c YES to
enable parsing support.
\anchor cfg_sip_support
<dt>\c SIP_SUPPORT <dd>
\addindex OPTIMIZE_OUTPUT_SIP
- Set the SIP_SUPPORT tag to YES if your project consists
+ Set the \c SIP_SUPPORT tag to \c YES if your project consists
of <a href="http://www.riverbankcomputing.co.uk/software/sip/intro">sip</a> sources only.
Doxygen will parse them like normal C++ but will assume all classes use public
instead of private inheritance when no explicit protection keyword is present.
@@ -530,29 +536,29 @@ followed by the descriptions of the tags grouped by category.
\anchor cfg_distribute_group_doc
<dt>\c DISTRIBUTE_GROUP_DOC <dd>
\addindex DISTRIBUTE_GROUP_DOC
- If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
- tag is set to YES, then doxygen will reuse the documentation of the first
+ If member grouping is used in the documentation and the \c DISTRIBUTE_GROUP_DOC
+ tag is set to \c YES, then doxygen will reuse the documentation of the first
member in the group (if any) for the other members of the group. By default
all members of a group must be documented explicitly.
\anchor cfg_multiline_cpp_is_brief
<dt>\c MULTILINE_CPP_IS_BRIEF <dd>
\addindex MULTILINE_CPP_IS_BRIEF
- The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
+ The \c MULTILINE_CPP_IS_BRIEF tag can be set to \c YES to make Doxygen
treat a multi-line C++ special comment block (i.e. a block of //! or ///
comments) as a brief description. This used to be the default behavior.
The new default is to treat a multi-line C++ comment block as a detailed
- description. Set this tag to YES if you prefer the old behavior instead.
- Note that setting this tag to YES also means that rational rose comments
+ description. Set this tag to \c YES if you prefer the old behavior instead.
+ Note that setting this tag to \c YES also means that rational rose comments
are not recognized any more.
<!--
\anchor cfg_details_at_top
<dt>\c DETAILS_AT_TOP <dd>
\addindex DETAILS_AT_TOP
- If the DETAILS_AT_TOP tag is set to YES then Doxygen
+ If the \c DETAILS_AT_TOP tag is set to \c YES then Doxygen
will output the detailed description near the top, like JavaDoc.
- If set to NO, the detailed description appears after the member
+ If set to \c NO, the detailed description appears after the member
documentation.
-->
@@ -604,7 +610,7 @@ followed by the descriptions of the tags grouped by category.
\anchor cfg_optimize_output_java
<dt>\c OPTIMIZE_OUTPUT_JAVA <dd>
\addindex OPTIMIZE_OUTPUT_JAVA
- Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
+ Set the OPTIMIZE_OUTPUT_JAVA tag to \c YES if your project consists of Java or
Python sources only. Doxygen will then generate output that is more tailored
for that language. For instance, namespaces will be presented as packages,
qualified scopes will look different, etc.
@@ -662,7 +668,7 @@ When the \c INLINE_SIMPLE_STRUCTS tag is set to \c YES, structs, classes, and
unions with only public data fields or simple typedef fields will be shown
inline in the documentation of the scope in which they are defined (i.e. file,
namespace, or group documentation), provided this scope is documented. If set
-to NO (the default), structs, classes, and unions are shown on a separate
+to \c NO (the default), structs, classes, and unions are shown on a separate
page (for HTML and Man pages) or section (for LaTeX and RTF).
\anchor cfg_typedef_hides_struct
@@ -739,13 +745,13 @@ page (for HTML and Man pages) or section (for LaTeX and RTF).
\addindex EXTRACT_LOCAL_CLASSES
If the \c EXTRACT_LOCAL_CLASSES tag is set to \c YES classes (and structs)
defined locally in source files will be included in the documentation.
- If set to NO only classes defined in header files are included. Does not
+ If set to \c NO only classes defined in header files are included. Does not
have any effect for Java sources.
\anchor cfg_extract_anon_nspaces
<dt>\c EXTRACT_ANON_NSPACES <dd>
\addindex EXTRACT_ANON_NSPACES
- If this flag is set to YES, the members of anonymous namespaces will be extracted
+ If this flag is set to \c YES, the members of anonymous namespaces will be extracted
and appear in the documentation as a namespace called 'anonymous_namespace{file}',
where file will be replaced with the base name of the file that contains the anonymous
namespace. By default anonymous namespace are hidden.
@@ -808,7 +814,7 @@ function's detailed documentation block.
\c YES upper-case letters are also allowed. This is useful if you have
classes or files whose names only differ in case and if your file system
supports case sensitive file names. Windows users are advised to set this
- option to NO.
+ option to \c NO.
\anchor cfg_hide_scope_names
<dt>\c HIDE_SCOPE_NAMES <dd>
@@ -877,7 +883,7 @@ function's detailed documentation block.
\addindex SORT_MEMBERS_CTORS_1ST
If the \c SORT_MEMBERS_CTORS_1ST tag is set to \c YES then doxygen
will sort the (brief and detailed) documentation of class members so that
- constructors and destructors are listed first. If set to NO (the default)
+ constructors and destructors are listed first. If set to \c NO (the default)
the constructors will appear in the respective orders defined by
\c SORT_MEMBER_DOCS and \c SORT_BRIEF_DOCS.
@note If \c SORT_BRIEF_DOCS is set to \c NO this option is ignored for
@@ -1005,7 +1011,7 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
doxygen's defaults, run doxygen with the -l option. You can optionally specify a
file name after the option, if omitted DoxygenLayout.xml will be used as the name
of the layout file. Note that if you run doxygen from a directory containing
- a file called DoxygenLayout.xml, doxygen will parse it automatically even if
+ a file called `DoxygenLayout.xml`, doxygen will parse it automatically even if
the \c LAYOUT_FILE tag is left empty.
\anchor cfg_cite_bib_files
@@ -1094,15 +1100,14 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
\c myfile.cpp or directories like \c /usr/src/myproject.
Separate the files or directories with spaces.<br>
- \b Note:
- If this tag is empty the current directory is searched.
+ \note Note If this tag is empty the current directory is searched.
\anchor cfg_input_encoding
<dt>\c INPUT_ENCODING <dd>
\addindex INPUT_ENCODING
This tag can be used to specify the character encoding of the source files that
doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
- input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.
+ input encoding. Doxygen uses `libiconv` (or the `iconv` built into `libc`) for the transcoding.
See <a href="http://www.gnu.org/software/libiconv">the libiconv documentation</a> for
the list of possible encodings.
@@ -1111,7 +1116,7 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
\addindex FILE_PATTERNS
If the value of the \c INPUT tag contains directories, you can use the
\c FILE_PATTERNS tag to specify one or more wildcard patterns
- (like \c *.cpp and \c *.h ) to filter out the source-files
+ (like `*.cpp` and `*.h`) to filter out the source-files
in the directories. If left blank the following patterns are tested:
<code>
*.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
@@ -1152,8 +1157,8 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
The \c EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
(namespaces, classes, functions, etc.) that should be excluded from the
output. The symbol name can be a fully qualified name, a word, or if the
-wildcard * is used, a substring. Examples: ANamespace, AClass,
-AClass::ANamespace, ANamespace::*Test
+wildcard `*` is used, a substring. Examples: `ANamespace`, `AClass`,
+`AClass::ANamespace`, `ANamespace::*Test`
Note that the wildcards are matched against the file with absolute path,
so to exclude all test directories use the pattern
@@ -1164,20 +1169,21 @@ AClass::ANamespace, ANamespace::*Test
\addindex EXAMPLE_PATH
The \c EXAMPLE_PATH tag can be used to specify one or more files or
directories that contain example code fragments that are included (see
- the \\include command in section \ref cmdinclude "\\include").
+ the \ref cmdinclude "\\include" command).
\anchor cfg_example_recursive
<dt>\c EXAMPLE_RECURSIVE <dd>
\addindex EXAMPLE_RECURSIVE
If the \c EXAMPLE_RECURSIVE tag is set to \c YES then subdirectories will be
searched for input files to be used with the \\include or \\dontinclude
- commands irrespective of the value of the \c RECURSIVE tag.
+ commands irrespective of the value of the \ref cfg_recursive "RECURSIVE" tag.
Possible values are \c YES and \c NO. If left blank \c NO is used.
\anchor cfg_example_patterns
<dt>\c EXAMPLE_PATTERNS <dd>
\addindex EXAMPLE_PATTERNS
- If the value of the \c EXAMPLE_PATH tag contains directories, you can use the
+ If the value of the \ref cfg_example_path "EXAMPLE_PATH" tag contains directories,
+ you can use the
\c EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like `*.cpp`
and `*.h`) to filter out the source-files in the directories. If left
blank all files are included.
@@ -1209,9 +1215,10 @@ AClass::ANamespace, ANamespace::*Test
The \c FILTER_PATTERNS tag can be used to specify filters on a per file pattern
basis. Doxygen will compare the file name with each pattern and apply the
filter if there is a match. The filters are a list of the form:
- pattern=filter (like `*.cpp=my_cpp_filter`). See \c INPUT_FILTER for further
+ pattern=filter (like `*.cpp=my_cpp_filter`). See \ref cfg_input_filter "INPUT_FILTER" for further
info on how filters are used. If \c FILTER_PATTERNS is empty or if
- none of the patterns match the file name, \c INPUT_FILTER is applied.
+ none of the patterns match the file name, \ref cfg_input_filter "INPUT_FILTER" is
+ applied.
\anchor cfg_filter_source_files
<dt>\c FILTER_SOURCE_FILES <dd>
@@ -1219,22 +1226,23 @@ AClass::ANamespace, ANamespace::*Test
If the \c FILTER_SOURCE_FILES tag is set to \c YES, the input filter (if set using
\ref cfg_input_filter "INPUT_FILTER" ) will also be used to filter the input
files that are used for producing the source files to browse
- (i.e. when SOURCE_BROWSER is set to YES).
+ (i.e. when \ref cfg_source_browser "SOURCE_BROWSER" is set to \c YES).
\anchor cfg_filter_source_patterns
<dt>\c FILTER_SOURCE_PATTERNS <dd>
\addindex FILTER_SOURCE_PATTERNS
The \c FILTER_SOURCE_PATTERNS tag can be used to specify source filters per
- file pattern. A pattern will override the setting for \c FILTER_PATTERN (if any)
+ file pattern. A pattern will override the setting
+ for \ref cfg_filter_patterns "FILTER_PATTERN" (if any)
and it is also possible to disable source filtering for a specific pattern
using `*.ext=` (so without naming a filter). This option only has effect when
- \c FILTER_SOURCE_FILES is enabled.
+ \ref cfg_filter_source_files "FILTER_SOURCE_FILES" is enabled.
\anchor cfg_use_mdfile_as_mainpage
<dt>\c USE_MDFILE_AS_MAINPAGE <dd>
\addindex USE_MDFILE_AS_MAINPAGE
If the \c USE_MD_FILE_AS_MAINPAGE tag refers to the name of a markdown file that
-is part of the input, its contents will be placed on the main page (index.html).
+is part of the input, its contents will be placed on the main page (`index.html`).
This can be useful if you have a project on for instance GitHub and want reuse
the introduction page also for the doxygen output.
@@ -1249,7 +1257,7 @@ the introduction page also for the doxygen output.
If the \c SOURCE_BROWSER tag is set to \c YES then a list of source files will
be generated. Documented entities will be cross-referenced with these sources.
Note: To get rid of all source code in the generated output, make sure also
- \c VERBATIM_HEADERS is set to NO.
+ \ref cfg_verbatim_headers "VERBATIM_HEADERS" is set to \c NO.
\anchor cfg_inline_sources
<dt>\c INLINE_SOURCES <dd>
@@ -1291,7 +1299,7 @@ the introduction page also for the doxygen output.
\addindex VERBATIM_HEADERS
If the \c VERBATIM_HEADERS tag is set the \c YES (the default) then doxygen
will generate a verbatim copy of the header file for each class for
- which an include is specified. Set to NO to disable this.
+ which an include is specified. Set to \c NO to disable this.
\sa Section \ref cmdclass "\\class".
\anchor cfg_use_htags
@@ -1571,7 +1579,7 @@ hr.footer {
\addindex HTML_TIMESTAMP
If the \c HTML_TIMESTAMP tag is set to \c YES then the footer of
each generated HTML page will contain the date and time when the page
- was generated. Setting this to NO can help when comparing the output of
+ was generated. Setting this to \c NO can help when comparing the output of
multiple runs.
\anchor cfg_html_align_members
@@ -1703,14 +1711,14 @@ The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
\anchor cfg_toc_expand
<dt>\c TOC_EXPAND <dd>
\addindex TOC_EXPAND
- The \c TOC_EXPAND flag can be set to YES to add extra items for
+ The \c TOC_EXPAND flag can be set to \c YES to add extra items for
group members to the table of contents of the HTML help documentation
and to the tree view.
\anchor cfg_generate_qhp
<dt>\c GENERATE_QHP <dd>
\addindex GENERATE_QHP
- If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE
+ If the GENERATE_QHP tag is set to \c YES and both \c QHP_NAMESPACE
and QHP_VIRTUAL_FOLDER are set, an additional index file will
be generated that can be used as input for Qt's qhelpgenerator
to generate a Qt Compressed Help (.qch) of the generated HTML
@@ -1728,38 +1736,38 @@ The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
\addindex QHP_NAMESPACE
The QHP_NAMESPACE tag specifies the namespace to use when generating
Qt Help Project output. For more information please see
- <a href="http://doc.trolltech.com/qthelpproject.html#namespace">Qt Help Project / Namespace</a>.
+ <a href="http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace">Qt Help Project / Namespace</a>.
\anchor cfg_qhp_virtual_folder
<dt>\c QHP_VIRTUAL_FOLDER <dd>
\addindex QHP_VIRTUAL_FOLDER
The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when
generating Qt Help Project output. For more information please see
- <a href="http://doc.trolltech.com/qthelpproject.html#virtual-folders">Qt Help Project / Virtual Folders</a>.
+ <a href="http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-folders">Qt Help Project / Virtual Folders</a>.
\anchor cfg_qhp_cust_filter_name
<dt>\c QHP_CUST_FILTER_NAME <dd>
\addindex QHP_CUST_FILTER_NAME
If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. For more information please see
- <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
+ <a href="http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
\anchor cfg_qhp_cust_filter_attrs
<dt>\c QHP_CUST_FILTER_ATTRS <dd>
\addindex QHP_CUST_FILTER_ATTRS
The QHP_CUST_FILTER_ATTRIBUTES tag specifies the list of the attributes of the custom filter to add.
For more information please see
- <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
+ <a href="http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
\anchor cfg_qhp_sect_filter_attrs
<dt>\c QHP_SECT_FILTER_ATTRS <dd>
\addindex QHP_SECT_FILTER_ATTRS
The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's filter section matches.
- <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
+ <a href="http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
\anchor cfg_qhg_location
<dt>\c QHG_LOCATION <dd>
\addindex QHG_LOCATION
- If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
+ If the GENERATE_QHP tag is set to \c YES, the \c QHG_LOCATION tag can
be used to specify the location of Qt's qhelpgenerator.
If non-empty doxygen will try to run qhelpgenerator on the generated
.qhp file.
@@ -1792,7 +1800,7 @@ The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
If you want full control over the layout of the generated HTML pages it
might be necessary to disable the index and replace it with your own.
The \c DISABLE_INDEX tag can be used to turn on/off the condensed index at
- top of each page. A value of NO (the default) enables the index and the
+ top of each page. A value of \c NO (the default) enables the index and the
value \c YES disables it. Since the tabs have the same information as the
navigation tree you can set this option to \c NO if you already set
\ref cfg_generate_treeview "GENERATE_TREEVIEW" to \c YES.
@@ -1810,7 +1818,7 @@ The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
\addindex GENERATE_TREEVIEW
The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
structure should be generated to display hierarchical information.
- If the tag value is set to YES, a side panel will be generated
+ If the tag value is set to \c YES, a side panel will be generated
containing a tree-like index structure (just like the one that
is generated for HTML Help). For this to work a browser that supports
JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
@@ -1874,6 +1882,25 @@ The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
<a href="http://docs.mathjax.org/en/latest/output.html">the MathJax site</a>
for more details.
+\anchor cfg_mathjax_codefile
+<dt>\c MATHJAX_CODEFILE <dd>
+ \addindex MATHJAX_CODEFILE
+ The MATHJAX_CODE_FILE tag can be used to specify a file with javascript
+ pieces of code that will be used on startup of the MathJax code.
+ See
+<a href="http://docs.mathjax.org/en/latest/output.html">the MathJax site</a>
+ for more details.<br>
+ As an example to disable the "Math Renderer" menu item in the "Math
+ Settings" menu of MathJax:
+\verbatim
+MATHJAX_CODEFILE = disableRenderer
+ with in the file \c disableRenderer:
+ MathJax.Hub.Config({
+ menuSettings: {
+ showRenderer: false,
+ }
+ });
+\endverbatim
\anchor cfg_mathjax_relpath
<dt>\c MATHJAX_RELPATH <dd>
\addindex MATHJAX_RELPATH
@@ -2223,7 +2250,9 @@ EXTRA_PACKAGES = times
<dt>\c MAN_EXTENSION <dd>
\addindex MAX_EXTENSION
The \c MAN_EXTENSION tag determines the extension that is added to
- the generated man pages (default is the subroutine's section .3)
+ the generated man pages (default is the subroutine's section .3). In case
+ the manual section does not start with a number, the number 3 is prepended.
+ The dot (.) at the beginning of the MAN_EXTENSION is optional.
\anchor cfg_man_links
<dt>\c MAN_LINKS <dd>
@@ -2368,7 +2397,7 @@ front of it. If left blank docbook will be used as the default path.
\anchor cfg_expand_only_predef
<dt>\c EXPAND_ONLY_PREDEF <dd>
\addindex EXPAND_ONLY_PREDEF
- If the \c EXPAND_ONLY_PREDEF and \c MACRO_EXPANSION tags are both set to YES
+ If the \c EXPAND_ONLY_PREDEF and \c MACRO_EXPANSION tags are both set to \c YES
then the macro expansion is limited to the macros specified with the
\c PREDEFINED and \c EXPAND_AS_DEFINED tags.
@@ -2482,8 +2511,8 @@ front of it. If left blank docbook will be used as the default path.
\addindex CLASS_DIAGRAMS
If the \c CLASS_DIAGRAMS tag is set to \c YES (the default) doxygen will
generate a class diagram (in HTML and \f$\mbox{\LaTeX}\f$) for classes with base or
-super classes. Setting the tag to NO turns the diagrams off. Note that
-this option also works with HAVE_DOT disabled, but it is recommended to
+super classes. Setting the tag to \c NO turns the diagrams off. Note that
+this option also works with \c HAVE_DOT disabled, but it is recommended to
install and use dot, since it yields more powerful graphs.
\anchor cfg_mscgen_path
@@ -2543,7 +2572,7 @@ The default size is 10pt.
If the \c CLASS_GRAPH and \c HAVE_DOT tags are set to \c YES then doxygen
will generate a graph for each documented class showing the direct and
indirect inheritance relations. Setting this tag to \c YES will force
- the \c CLASS_DIAGRAMS tag to NO.
+ the \c CLASS_DIAGRAMS tag to \c NO.
\anchor cfg_collaboration_graph
<dt>\c COLLABORATION_GRAPH <dd>
@@ -2556,13 +2585,13 @@ The default size is 10pt.
\anchor cfg_group_graphs
<dt>\c GROUP_GRAPHS <dd>
\addindex GROUP_GRAPHS
- If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
+ If the GROUP_GRAPHS and HAVE_DOT tags are set to \c YES then doxygen
will generate a graph for groups, showing the direct groups dependencies.
\anchor cfg_uml_look
<dt>\c UML_LOOK <dd>
\addindex UML_LOOK
- If the UML_LOOK tag is set to YES doxygen will generate inheritance and
+ If the UML_LOOK tag is set to \c YES doxygen will generate inheritance and
collaboration diagrams in a style similar to the OMG's Unified Modeling
Language.
@@ -2573,7 +2602,7 @@ The default size is 10pt.
the class node. If there are many fields or methods and many nodes the
graph may become too big to be useful. The \c UML_LIMIT_NUM_FIELDS
threshold limits the number of items for each type to make the size more
- managable. Set this to 0 for no limit. Note that the threshold may be
+ manageable. Set this to 0 for no limit. Note that the threshold may be
exceeded by 50% before the limit is enforced. So when you set the threshold
to 10, up to 15 fields may appear, but if the number exceeds 15, the
total amount of fields shown is limited to 10.
@@ -2587,7 +2616,7 @@ The default size is 10pt.
\anchor cfg_hide_undoc_relations
<dt>\c HIDE_UNDOC_RELATIONS <dd>
\addindex HIDE_UNDOC_RELATIONS
- If set to YES, the inheritance and collaboration graphs will hide
+ If set to \c YES, the inheritance and collaboration graphs will hide
inheritance and usage relations if the target is undocumented
or is not a class.
@@ -2673,7 +2702,7 @@ The default size is 10pt.
\anchor cfg_interactive_svg
<dt>\c INTERACTIVE_SVG <dd>
- If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
+ If DOT_IMAGE_FORMAT is set to svg, then this option can be set to \c YES to
enable generation of interactive SVG images that allow zooming and panning.
Note that this requires a modern browser other than Internet Explorer.
Tested and working are Firefox, Chrome, Safari, and Opera.
diff --git a/doc/diagrams.doc b/doc/diagrams.doc
index ec9f329..59a81cc 100644
--- a/doc/diagrams.doc
+++ b/doc/diagrams.doc
@@ -140,6 +140,7 @@ for the corresponding HTML documentation that is generated by doxygen<br/>
\endhtmlonly
\htmlonly
+<br><br>
Go to the <a href="preprocessing.html">next</a> section or return to the
<a href="index.html">index</a>.
\endhtmlonly
diff --git a/doc/docblocks.doc b/doc/docblocks.doc
index 0363e7e..1b96361 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -433,8 +433,8 @@ config file.
For VHDL a comment normally start with "--". Doxygen will extract comments
starting with "--!". There are only two types of comment blocks in VHDL;
-a one line --! comment representing a brief description, and a multi-line
---! comment (where the --! prefix is repeated for each line) representing
+a one line "--!" comment representing a brief description, and a multi-line
+"--!" comment (where the "--!" prefix is repeated for each line) representing
a detailed description.
Comments are always located in front of the item that is being documented
diff --git a/doc/doxygen_usage.doc b/doc/doxygen_usage.doc
index 430846a..ddad5d7 100644
--- a/doc/doxygen_usage.doc
+++ b/doc/doxygen_usage.doc
@@ -67,11 +67,11 @@ afterwards:
\verbatim
doxygen -w html header.html footer.html stylesheet.css <config_file>
\endverbatim
- The config_file is optional. When omitted doxygen will search for
- a file named Doxyfile and process that. When this is also not found it
+ The `config_file` is optional. When omitted doxygen will search for
+ a file named `Doxyfile` and process that. When this is also not found it
will used the default settings.
-<li>For LaTeX output, you can generate the first and last part of \c refman.tex
+<li>For \f$\mbox{\LaTeX}\f$ output, you can generate the first and last part of \c refman.tex
(see \ref cfg_latex_header "LATEX_HEADER" and
\ref cfg_latex_footer "LATEX_FOOTER") and the style sheet included
by that header (normally <code>doxygen.sty</code>), using the following
@@ -79,7 +79,7 @@ doxygen -w html header.html footer.html stylesheet.css <config_file>
\verbatim
doxygen -w latex header.tex footer.tex doxygen.sty <config_file>
\endverbatim
-If you need non-default options (for instance to use extra latex packages)
+If you need non-default options (for instance to use extra \f$\mbox{\LaTeX}\f$ packages)
you need to make a config file with those options set correctly and then specify
that config file after the generated files (make a backup of the configuration
file first so you don't loose it in case you forget to specify one of the
diff --git a/doc/faq.doc b/doc/faq.doc
index 8e5d049..79e6585 100644
--- a/doc/faq.doc
+++ b/doc/faq.doc
@@ -19,7 +19,7 @@
<ol>
<li><b>How to get information on the index page in HTML?</b>
<p>
-You should use the \\mainpage command inside a comment block like this:
+You should use the \ref cmdmainpage "\\mainpage" command inside a comment block like this:
\verbatim
/*! \mainpage My Personal Index Page
*
@@ -41,9 +41,9 @@ You should use the \\mainpage command inside a comment block like this:
Check the following:
<ol>
<li>Is your class / file / namespace documented? If not, it will not
- be extracted from the sources unless \c EXTRACT_ALL is set to \c YES
+ be extracted from the sources unless \ref cfg_extract_all "EXTRACT_ALL" is set to \c YES
in the config file.
- <li>Are the members private? If so, you must set \c EXTRACT_PRIVATE to \c YES
+ <li>Are the members private? If so, you must set \ref cfg_extract_private "EXTRACT_PRIVATE" to \c YES
to make them appear in the documentation.
<li>Is there a function macro in your class that does not end with a
semicolon (e.g. MY_MACRO())? If so then you have to instruct
@@ -67,12 +67,12 @@ PREDEFINED = MY_MACRO()=
In order for global functions, variables, enums, typedefs, and defines
to be documented you should document the file in which these commands are
-located using a comment block containing a \\file (or \@file)
+located using a comment block containing a \ref cmdfile "\\file" (or \ref cmdfile "\@file")
command.
Alternatively, you can put all members in a group (or module)
-using the \\ingroup command and then document the group using a comment
-block containing the \\defgroup command.
+using the \ref cmdingroup "\\ingroup" command and then document the group using a comment
+block containing the \ref cmddefgroup "\\defgroup" command.
For member functions or functions that are part of a namespace you should
document either the class or namespace.
@@ -98,12 +98,13 @@ around the blocks that should be hidden and put:
PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS
\endverbatim
in the config file then all blocks should be skipped by Doxygen as long
-as <code>PREPROCESSING = YES</code>.
+as \ref cfg_enable_preprocessing "ENABLE_PREPROCESSING" is set to `YES`.
-<li><b>How can I change what is after the <code>\#include</code> in the class documentation?</b>
+<li><b>How can I change what is after the <code>\#include</code>
+in the class documentation?</b>
-In most cases you can use STRIP_FROM_INC_PATH to strip a user defined
-part of a path.
+In most cases you can use \ref cfg_strip_from_inc_path "STRIP_FROM_INC_PATH"
+to strip a user defined part of a path.
You can also document your class as follows
@@ -160,9 +161,9 @@ installdox -lb.tag@b.chm::
<li><b>I don't like the quick index that is put above each HTML page, what do I do?</b>
-You can disable the index by setting DISABLE_INDEX to YES. Then you can
+You can disable the index by setting \ref cfg_disable_index "DISABLE_INDEX" to `YES`. Then you can
put in your own header file by writing your own header and feed that to
-HTML_HEADER.
+\ref cfg_html_header "HTML_HEADER".
<li><b>The overall HTML output looks different, while I only wanted to
use my own html header file</b>
@@ -237,8 +238,8 @@ various buffers and then run "texconfig init".
<li><b>Why are dependencies via STL classes not shown in the dot graphs?</b>
-Doxygen is unaware of the STL classes, unless the option BUILTIN_STL_SUPPORT is
-turned on.
+Doxygen is unaware of the STL classes, unless the
+option \ref cfg_builtin_stl_support "BUILTIN_STL_SUPPORT" is turned on.
<li><b>I have problems getting the search engine to work with PHP5 and/or windows</b>
@@ -248,7 +249,7 @@ Please read <a href="searchengine.html">this</a> for hints on where to look.
Not via command line options, but doxygen can read from <code>stdin</code>,
so you can pipe things through it. Here's an example how to override an option
-in a configuration file from the command line (assuming a UNIX environment):
+in a configuration file from the command line (assuming a UNIX like environment):
\verbatim
( cat Doxyfile ; echo "PROJECT_NUMBER=1.0" ) | doxygen -
@@ -280,9 +281,10 @@ At the time I was looking into lex and yacc, where a lot of things start with
<li><b>What was the reason to develop doxygen?</b>
I once wrote a GUI widget based on the Qt library (it is still available at
-http://qdbttabular.sourceforge.net/ and maintained by Sven Meyer).
+http://sourceforge.net/projects/qdbttabular/ but hasn't been updated since 2002).
Qt had nicely generated documentation (using an internal tool which
-they didn't want to release) and I wrote similar docs by hand.
+<a href="http://rant.gulbrandsen.priv.no/udoc/history">they didn't want to release</a>)
+and I wrote similar docs by hand.
This was a nightmare to maintain, so I wanted a similar tool. I looked at
Doc++ but that just wasn't good enough (it didn't support signals and
slots and did not have the Qt look and feel I had grown to like),
diff --git a/doc/features.doc b/doc/features.doc
index 3b55ccd..87ca4bc 100644
--- a/doc/features.doc
+++ b/doc/features.doc
@@ -100,7 +100,7 @@
Although doxygen can now be used in any project written in a language that is
supported by doxygen, initially it was specifically designed to be used for projects
that make use of Qt Software's
-<A HREF="http://www.trolltech.com/products/qt.html">Qt toolkit</A>. I have tried to
+<A HREF="http://qt-project.org/">Qt toolkit</A>. I have tried to
make doxygen `Qt-compatible'. That is: Doxygen can read the documentation contained in
the Qt source code and create a class browser that looks quite similar to the
one that is generated by Qt Software. Doxygen understands the C++ extensions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc
index 66018d3..6b7172d 100644
--- a/doc/htmlcmds.doc
+++ b/doc/htmlcmds.doc
@@ -40,10 +40,10 @@ of a HTML tag are passed on to the HTML output only
<li><tt>\<CAPTION\></tt> Starts a caption. Use within a table only.
<li><tt>\</CAPTION\></tt> Ends a caption. Use within a table only.
<li><tt>\<CODE\></tt> Starts a piece of text displayed in a typewriter font.
- Note that for C# code, this command is equivalent to
- \ref cmdcode "\\code".
+ Note that only for C# code, this command is equivalent to
+ \ref cmdcode "\\code".
<li><tt>\</CODE\></tt> Ends a <tt>\<CODE\></tt> section.
- Note that for C# code, this command is equivalent to
+ Note that only for C# code, this command is equivalent to
\ref cmdendcode "\\endcode".
<li><tt>\<DD\></tt> Starts an item description.
<li><tt>\<DFN\></tt> Starts a piece of text displayed in a typewriter font.
diff --git a/doc/index.doc b/doc/index.doc
index f36e295..55dceff 100644
--- a/doc/index.doc
+++ b/doc/index.doc
@@ -30,7 +30,7 @@ Version: $(VERSION)
Doxygen is the de facto standard tool for generating documentation from
annotated C++ sources, but it also supports other popular programming
languages such as C, Objective-C, C#, PHP, Java, Python, IDL
-(Corba and Microsoft flavors), Fortran, VHDL, Tcl, and to some extent D.
+(Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D.
Doxygen can help you in three ways:
<ol>
@@ -164,8 +164,8 @@ You can submit enhancement requests in
<a href="https://bugzilla.gnome.org/buglist.cgi?product=doxygen&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=enhancement">the bug tracker</a>.
Make sure the severity of the bug report is set to "enhancement".
-<h2>Acknowledgements</h2>
-\addindex acknowledgements
+<h2>Acknowledgments</h2>
+\addindex acknowledgments
Thanks go to:
<ul>
<li>\addindex Doc++
diff --git a/doc/install.doc b/doc/install.doc
index 566baac..4ec6e66 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -361,7 +361,7 @@ You can now build the Release or Debug flavor of Doxygen by right-clicking
the project in the solutions explorer, and selecting Build.
Note that compiling Doxywizard currently requires Qt version 4
-(see http://qt.nokia.com/products/platform/qt-for-windows).
+(see http://qt-project.org/).
Also read the next section for additional tools you may need to install to run
doxygen with certain features enabled.
@@ -446,7 +446,7 @@ Here is what is required:
of Qt that is needed for to compile doxygen.
The Windows specific part were also created.
As a result doxygen (without the wizard) can be compiled on systems
- without X11 or (the commerical version of) Qt.
+ without X11 or (the commercial version of) Qt.
<li>If you used WinZip to extract the tar archive it will (apparently) not
create empty folders, so you have to add the folders
@@ -523,12 +523,12 @@ If you want to produce compressed HTML files (see \ref
cfg_generate_htmlhelp "GENERATE_HTMLHELP") in the config file, then
you need the Microsoft HTML help workshop.
You can download it from
-<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/vsconHH1Start.asp">Microsoft</a>.
+<a href="http://www.microsoft.com/en-us/download/details.aspx?id=21138">Microsoft</a>.
If you want to produce Qt Compressed Help files (see \ref
cfg_qhg_location "QHG_LOCATION") in the config file, then
you need qhelpgenerator which is part of Qt.
-You can download Qt from <a href="http://trolltech.com/downloads/">Qt Software Downloads</a>.
+You can download Qt from <a href="http://qt-project.org/downloads">Qt Software Downloads</a>.
In order to generate PDF output or use scientific formulas you will also need to
install <a href="http://en.wikipedia.org/wiki/LaTeX">LaTeX</a> and
@@ -601,7 +601,7 @@ features:
cfg_qhelgenerator_loc "QHG_LOCATION") in the config file,
then you need qhelpgenerator which is part of Qt.
You can download Qt from
- <a href="http://trolltech.com/downloads/">Qt Software Downloads</a>.
+ <a href="http://qt-project.org/downloads">Qt Software Downloads</a>.
<li><a href="http://www.graphviz.org/">
the Graph visualization toolkit version 1.8.10</a><br>
diff --git a/doc/language.doc b/doc/language.doc
index 7321fbe..70a0ace 100644
--- a/doc/language.doc
+++ b/doc/language.doc
@@ -104,7 +104,7 @@ when the translator was updated.
<td>Czech</td>
<td>Petr Přikryl</td>
<td>prikryl at atlas dot cz</td>
- <td>up-to-date</td>
+ <td>1.8.04</td>
</tr>
<tr bgcolor="#ffffff">
<td>Danish</td>
@@ -116,7 +116,7 @@ when the translator was updated.
<td>Dutch</td>
<td>Dimitri van Heesch</td>
<td>dimitri at stack dot nl</td>
- <td>up-to-date</td>
+ <td>1.8.04</td>
</tr>
<tr bgcolor="#ffffff">
<td>English</td>
@@ -128,7 +128,7 @@ when the translator was updated.
<td>Esperanto</td>
<td>Ander Martínez</td>
<td>ander dot basaundi at gmail dot com</td>
- <td>up-to-date</td>
+ <td>1.8.04</td>
</tr>
<tr bgcolor="#ffffff">
<td>Finnish</td>
@@ -146,13 +146,13 @@ when the translator was updated.
<td>German</td>
<td>Peter Grotrian<br/>Jens Seidel</td>
<td>Peter dot Grotrian at pdv-FS dot de<br/>jensseidel at users dot sf dot net</td>
- <td>up-to-date</td>
+ <td>1.8.04</td>
</tr>
<tr bgcolor="#ffffff">
<td>Greek</td>
<td>Paul Gessos</td>
<td>gessos dot paul at yahoo dot gr</td>
- <td>up-to-date</td>
+ <td>1.8.04</td>
</tr>
<tr bgcolor="#ffffff">
<td>Hungarian</td>
@@ -266,7 +266,7 @@ when the translator was updated.
<td>Slovak</td>
<td>Kali+Laco Švec<br/>Petr Přikryl</td>
<td><span style="color: brown">[the Slovak language advisors]</span><br/>prikryl at atlas dot cz</td>
- <td>up-to-date</td>
+ <td>1.8.04</td>
</tr>
<tr bgcolor="#ffffff">
<td>Slovene</td>
@@ -278,7 +278,7 @@ when the translator was updated.
<td>Spanish</td>
<td>Bartomeu<br/>Francisco Oltra Thennet<br/>David Vaquero</td>
<td>bartomeu at loteria3cornella dot com<br/><span style="color: brown">[unreachable]</span><br/>david at grupoikusnet dot com</td>
- <td>up-to-date</td>
+ <td>1.8.04</td>
</tr>
<tr bgcolor="#ffffff">
<td>Swedish</td>
@@ -296,7 +296,7 @@ when the translator was updated.
<td>Ukrainian</td>
<td>Olexij Tkatchenko<br/>Petro Yermolenko</td>
<td><span style="color: brown">[resigned]</span><br/>python at i dot ua</td>
- <td>up-to-date</td>
+ <td>1.8.04</td>
</tr>
<tr bgcolor="#ffffff">
<td>Vietnamese</td>
@@ -341,26 +341,26 @@ when the translator was updated.
\hline
Croatian & Boris Bralo & {\tt\tiny boris dot bralo at gmail dot com} & 1.8.2 \\
\hline
- Czech & Petr Přikryl & {\tt\tiny prikryl at atlas dot cz} & up-to-date \\
+ Czech & Petr Přikryl & {\tt\tiny prikryl at atlas dot cz} & 1.8.04 \\
\hline
Danish & Poul-Erik Hansen & {\tt\tiny pouhan at gnotometrics dot dk} & 1.8.0 \\
~ & Erik Søe Sørensen & {\tt\tiny eriksoe+doxygen at daimi dot au dot dk} & ~ \\
\hline
- Dutch & Dimitri van Heesch & {\tt\tiny dimitri at stack dot nl} & up-to-date \\
+ Dutch & Dimitri van Heesch & {\tt\tiny dimitri at stack dot nl} & 1.8.04 \\
\hline
English & Dimitri van Heesch & {\tt\tiny dimitri at stack dot nl} & up-to-date \\
\hline
- Esperanto & Ander Martínez & {\tt\tiny ander dot basaundi at gmail dot com} & up-to-date \\
+ Esperanto & Ander Martínez & {\tt\tiny ander dot basaundi at gmail dot com} & 1.8.04 \\
\hline
Finnish & Antti Laine & {\tt\tiny antti dot a dot laine at tut dot fi} & 1.6.0 \\
\hline
French & David Martinet & {\tt\tiny contact at e-concept-applications dot fr} & 1.8.0 \\
~ & Xavier Outhier & {\tt\tiny xouthier at yahoo dot fr} & ~ \\
\hline
- German & Peter Grotrian & {\tt\tiny Peter dot Grotrian at pdv-FS dot de} & up-to-date \\
+ German & Peter Grotrian & {\tt\tiny Peter dot Grotrian at pdv-FS dot de} & 1.8.04 \\
~ & Jens Seidel & {\tt\tiny jensseidel at users dot sf dot net} & ~ \\
\hline
- Greek & Paul Gessos & {\tt\tiny gessos dot paul at yahoo dot gr} & up-to-date \\
+ Greek & Paul Gessos & {\tt\tiny gessos dot paul at yahoo dot gr} & 1.8.04 \\
\hline
Hungarian & Ákos Kiss & {\tt\tiny akiss at users dot sourceforge dot net} & 1.4.6 \\
~ & Földvári György & {\tt\tiny [unreachable] foldvari lost at cyberspace} & ~ \\
@@ -412,12 +412,12 @@ when the translator was updated.
\hline
SerbianCyrilic & Nedeljko Stefanovic & {\tt\tiny stenedjo at yahoo dot com} & 1.6.0 \\
\hline
- Slovak & Kali+Laco Švec & {\tt\tiny [the Slovak language advisors]} & up-to-date \\
+ Slovak & Kali+Laco Švec & {\tt\tiny [the Slovak language advisors]} & 1.8.04 \\
~ & Petr Přikryl & {\tt\tiny prikryl at atlas dot cz} & ~ \\
\hline
Slovene & Matjaž Ostroveršnik & {\tt\tiny matjaz dot ostroversnik at ostri dot org} & 1.4.6 \\
\hline
- Spanish & Bartomeu & {\tt\tiny bartomeu at loteria3cornella dot com} & up-to-date \\
+ Spanish & Bartomeu & {\tt\tiny bartomeu at loteria3cornella dot com} & 1.8.04 \\
~ & Francisco Oltra Thennet & {\tt\tiny [unreachable] foltra at puc dot cl} & ~ \\
~ & David Vaquero & {\tt\tiny david at grupoikusnet dot com} & ~ \\
\hline
@@ -425,7 +425,7 @@ when the translator was updated.
\hline
Turkish & Emin Ilker Cetinbas & {\tt\tiny niw3 at yahoo dot com} & 1.7.5 \\
\hline
- Ukrainian & Olexij Tkatchenko & {\tt\tiny [resigned] olexij at tkatchenko dot com} & up-to-date \\
+ Ukrainian & Olexij Tkatchenko & {\tt\tiny [resigned] olexij at tkatchenko dot com} & 1.8.04 \\
~ & Petro Yermolenko & {\tt\tiny python at i dot ua} & ~ \\
\hline
Vietnamese & Dang Minh Tuan & {\tt\tiny tuanvietkey at gmail dot com} & 1.6.0 \\
@@ -651,8 +651,8 @@ for the supported languages, the \c translator.py Python
script was developed (located in \c doxygen/doc directory).
It extracts the important information about obsolete and
new methods from the source files for each of the languages.
-The information is stored in the <em>translator report</em> ASCII file
-(translator_report.txt).
+The information is stored in the translator report ASCII file
+(\c translator_report.txt).
\htmlonly If you compiled this documentation
from sources and if you have also doxygen sources available the
@@ -751,5 +751,10 @@ used if possible. On the other hand, implementation of adapters for
really obsolete translators brings too much maintenance and
run-time overhead.
+\htmlonly
+Go to the <a href="perlmod.html">next</a> section or return to the
+ <a href="index.html">index</a>.
+\endhtmlonly
+
*/
diff --git a/doc/language.tpl b/doc/language.tpl
index 7ec6621..661e67b 100644
--- a/doc/language.tpl
+++ b/doc/language.tpl
@@ -254,8 +254,8 @@ for the supported languages, the \c translator.py Python
script was developed (located in \c doxygen/doc directory).
It extracts the important information about obsolete and
new methods from the source files for each of the languages.
-The information is stored in the <em>translator report</em> ASCII file
-(%(translatorReportFileName)s).
+The information is stored in the translator report ASCII file
+(\c %(translatorReportFileName)s).
\htmlonly If you compiled this documentation
from sources and if you have also doxygen sources available the
@@ -353,5 +353,10 @@ used if possible. On the other hand, implementation of adapters for
really obsolete translators brings too much maintenance and
run-time overhead.
+\htmlonly
+Go to the <a href="perlmod.html">next</a> section or return to the
+ <a href="index.html">index</a>.
+\endhtmlonly
+
*/
diff --git a/doc/markdown.doc b/doc/markdown.doc
index bd4a3aa..b32cca4 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -520,7 +520,7 @@ stars, so the following will appear as-is:
a_nice_identifier
-Futhermore, a `*` or `_` only starts an emphasis if
+Furthermore, a `*` or `_` only starts an emphasis if
- it is followed by an alphanumberical character, and
- it is preceded by a space, newline, or one the following characters `<{([,:;`
diff --git a/doc/output.doc b/doc/output.doc
index 752123b..face02a 100644
--- a/doc/output.doc
+++ b/doc/output.doc
@@ -21,37 +21,39 @@
The following output formats are \e directly supported by doxygen:
<dl>
<dt><b>HTML</b>
-<dd>Generated if \c GENERATE_HTML is set to \c YES in the configuration file.
+<dd>Generated if \ref cfg_generate_html "GENERATE_HTML" is set to \c YES in the configuration file.
<dt>\f$\mbox{\LaTeX}\f$
-<dd>Generated if \c GENERATE_LATEX is set to \c YES in the configuration file.
+<dd>Generated if \ref cfg_generate_latex "GENERATE_LATEX" is set to \c YES in the configuration file.
<dt><b>Man pages</b>
-<dd>Generated if \c GENERATE_MAN is set to \c YES in the configuration file.
+<dd>Generated if \ref cfg_generate_man "GENERATE_MAN" is set to \c YES in the configuration file.
<dt><b>RTF</b>
-<dd>Generated if \c GENERATE_RTF is set to \c YES in the configuration file.<p>
+<dd>Generated if \ref cfg_generate_rtf "GENERATE_RTF" is set to \c YES in the configuration file.<p>
Note that the RTF output probably only looks nice with Microsoft's
Word. If you have success with other programs, please let me know.
<dt><b>XML</b>
-<dd>Generated if \c GENERATE_XML is set to \c YES in the configuration file.<p>
+<dd>Generated if \ref cfg_generate_xml "GENERATE_XML" is set to \c YES in the configuration file.<p>
+<dt><b>Docbook</b>
+<dd>Generated if \ref cfg_generate_docbook "GENERATE_DOCBOOOK" is set to \c YES in the configuration file.<p>
</dl>
The following output formats are \e indirectly supported by doxygen:
<dl>
<dt><b>Compiled HTML Help</b> (a.k.a. Windows 98 help)
<dd>Generated by Microsoft's HTML Help workshop from the HTML output if
- \c GENERATE_HTMLHELP is set to \c YES.
+ \ref cfg_generate_htmlhelp "GENERATE_HTMLHELP" is set to \c YES.
<dt><b>Qt Compressed Help (.qch)</b>
<dd>Generated by Qt's qhelpgenerator tool from the HTML output if
- \c GENERATE_QHP is set to \c YES.
+ \ref cfg_generate_qhp "GENERATE_QHP" is set to \c YES.
<dt><b>Eclipse Help</b>
<dd>Generated from HTML with a special index file that is generated when
- \c GENERATE_ECLIPSEHELP is set to \c YES.
+ \ref cfg_generate_eclipsehelp "GENERATE_ECLIPSEHELP" is set to \c YES.
<dt><b>XCode DocSets</b>
<dd>Compiled from HTML with a special index file that is generated when
- \c GENERATE_DOCSET is set to \c YES.
+ \ref cfg_generate_docset "GENERATE_DOCSET" is set to \c YES.
<dt><b>PostScript</b>
<dd>Generated from the \f$\mbox{\LaTeX}\f$ output by
running <code>make ps</code> in the output directory.
- For the best results \c PDF_HYPERLINKS should be set to \c NO.
+ For the best results \ref cfg_pdf_hyperlinks "PDF_HYPERLINKS" should be set to \c NO.
<dt><b>PDF</b>\htmlonly &nbsp;&nbsp;&nbsp;\endhtmlonly
<dd>Generated from the \f$\mbox{\LaTeX}\f$ output by
running <code>make pdf</code> in the output directory.
diff --git a/doc/perlmod.doc b/doc/perlmod.doc
index 00bff63..6a04434 100644
--- a/doc/perlmod.doc
+++ b/doc/perlmod.doc
@@ -23,27 +23,27 @@ doxygen-develop mailing list. Suggestions are welcome as well.
\section using_perlmod_fmt Usage
-<p>When the <b>GENERATE_PERLMOD</b> tag is enabled in the Doxyfile,
-running Doxygen generates a number of files in the <b>perlmod/</b>
+<p>When the \ref cfg_generate_perlmod "GENERATE_PERLMOD" tag is enabled in the Doxyfile,
+running Doxygen generates a number of files in the `perlmod/`
subdirectory of your output directory. These files are the following:
<ul>
-<li><b>DoxyDocs.pm</b>. This is the Perl module that actually
+<li>`DoxyDocs.pm`: This is the Perl module that actually
contains the documentation, in the Perl Module format described
\ref doxydocs_format "below".
-<li><b>DoxyModel.pm</b>. This Perl module describes the structure of
-<b>DoxyDocs.pm</b>, independently of the actual documentation. See
+<li>`DoxyModel.pm`: This Perl module describes the structure of
+`DoxyDocs.pm`, independently of the actual documentation. See
\ref doxymodel_format "below" for details.
-<li><b>doxyrules.make</b>. This file contains the make rules to build
+<li>`doxyrules.make`: This file contains the make rules to build
and clean the files that are generated from the Doxyfile. Also
contains the paths to those files and other relevant information. This
file is intended to be included by your own Makefile.
-<li><b>Makefile</b>. This is a simple Makefile including
-<b>doxyrules.make</b>.
+<li>`Makefile`: This is a simple Makefile including
+`doxyrules.make`.
</ul>
@@ -65,70 +65,71 @@ within files and classes and can be customized quite a lot by
redefining TeX macros. However, there is still no documentation on
how to do this.
-<p>Setting the <b>PERLMOD_LATEX</b> tag to <b>YES</b> in the Doxyfile
-enables the creation of some additional files in the <b>perlmod/</b>
+<p>Setting the \ref cfg_perlmod_latex "PERLMOD_LATEX" tag to \c YES in the
+\c Doxyfile enables the creation of some additional files in the `perlmod/`
subdirectory of your output directory. These files contain the Perl
scripts and LaTeX code necessary to generate PDF and DVI output from
-the Perl Module output, using PDFLaTeX and LaTeX respectively. Rules
+the Perl Module output, using `pdflatex` and `latex` respectively. Rules
to automate the use of these files are also added to
-<b>doxyrules.make</b> and the <b>Makefile</b>.
+`doxyrules.make` and the `Makefile`.
<p>The additional generated files are the following:
<ul>
-<li><b>doxylatex.pl</b>. This Perl script uses DoxyDocs.pm and
-DoxyModel.pm to generate <b>doxydocs.tex</b>, a TeX file containing
+<li>`doxylatex.pl`: This Perl script uses `DoxyDocs.pm` and
+DoxyModel.pm to generate `doxydocs.tex`, a TeX file containing
the documentation in a format that can be accessed by LaTeX code. This
file is not directly LaTeXable.
-<li><b>doxyformat.tex</b>. This file contains the LaTeX code that
+<li>`doxyformat.tex`: This file contains the \f$\mbox{\LaTeX}\f$ code that
transforms the documentation from doxydocs.tex into LaTeX text
-suitable to be LaTeX'ed and presented to the user.
+suitable to be \f$\mbox{\LaTeX}\f$'ed and presented to the user.
-<li><b>doxylatex-template.pl</b>. This Perl script uses DoxyModel.pm
-to generate <b>doxytemplate.tex</b>, a TeX file defining default
+<li>`doxylatex-template.pl`: This Perl script uses `DoxyModel.pm`
+to generate `doxytemplate.tex`, a \f$\mbox{\TeX}\f$ file defining default
values for some macros. doxytemplate.tex is included by
doxyformat.tex to avoid the need of explicitly defining some macros.
-<li><b>doxylatex.tex</b>. This is a very simple LaTeX document that
+<li>`doxylatex.tex`: This is a very simple \f$\mbox{\LaTeX}\f$ document that
loads some packages and includes doxyformat.tex and doxydocs.tex. This
-document is LaTeX'ed to produce the PDF and DVI documentation by the
-rules added to <b>doxyrules.make</b>.
+document is \f$\mbox{\LaTeX}\f$'ed to produce the PDF and DVI documentation by the
+rules added to `doxyrules.make`.
</ul>
\subsection pm_pdf_gen Creation of PDF and DVI output
<p>To try this you need to have installed LaTeX, PDFLaTeX and the
-packages used by <b>doxylatex.tex</b>.
+packages used by `doxylatex.tex`.
<ol>
-<li>Update your Doxyfile to the latest version using:
+<li>Update your `Doxyfile` to the latest version using:
<pre>doxygen -u Doxyfile</pre>
-<li>Set both <b>GENERATE_PERLMOD</b> and <b>PERLMOD_LATEX</b> tags to
-YES in your Doxyfile.
+<li>Set both \ref cfg_generate_perlmod "GENERATE_PERLMOD" and
+\ref cfg_perlmod_latex "PERLMOD_LATEX" tags to
+\c YES in your Doxyfile.
<li>Run Doxygen on your Doxyfile:
<pre>doxygen Doxyfile</pre>
-<li>A <b>perlmod/</b> subdirectory should have appeared in your output
-directory. Enter the <b>perlmod/</b> subdirectory and run:
+<li>A `perlmod/` subdirectory should have appeared in your output
+directory. Enter the `perlmod/` subdirectory and run:
<pre>make pdf</pre>
-<p>This should generate a <b>doxylatex.pdf</b> with the documentation
+<p>This should generate a `doxylatex.pdf` with the documentation
in PDF format.
<li>Run:
<pre>make dvi</pre>
-<p>This should generate a <b>doxylatex.dvi</b> with the documentation
+<p>This should generate a `doxylatex.dvi` with the documentation
in DVI format.
</ol>
@@ -136,29 +137,29 @@ in DVI format.
\section doxydocs_format Documentation format.
<p>The Perl Module documentation generated by Doxygen is stored in
-<b>DoxyDocs.pm</b>. This is a very simple Perl module that contains
-only two statements: an assignment to the variable <b>$doxydocs</b> and
-the customary <b>1;</b> statement which usually ends Perl modules.
-The documentation is stored in the variable <b>$doxydocs</b>, which
-can then be accessed by a Perl script using <b>DoxyDocs.pm</b>.
+`DoxyDocs.pm`. This is a very simple Perl module that contains
+only two statements: an assignment to the variable `$doxydocs` and
+the customary `1;` statement which usually ends Perl modules.
+The documentation is stored in the variable `$doxydocs`, which
+can then be accessed by a Perl script using `DoxyDocs.pm`.
-<p><b>$doxydocs</b> contains a tree-like structure composed of three
+<p>`$doxydocs` contains a tree-like structure composed of three
types of nodes: strings, hashes and lists.
<ul>
-<li><b>Strings</b>. These are normal Perl strings. They can be of
+<li>`Strings`: These are normal Perl strings. They can be of
any length can contain any character. Their semantics depends on
their location within the tree. This type of node has no children.
-<li><b>Hashes</b>. These are references to anonymous Perl hashes. A
+<li>`Hashes`: These are references to anonymous Perl hashes. A
hash can have multiple fields, each with a different key. The value
of a hash field can be a string, a hash or a list, and its semantics
depends on the key of the hash field and the location of the hash
within the tree. The values of the hash fields are the children of
the node.
-<li><b>Lists</b>. These are references to anonymous Perl lists. A
+<li>`Lists`: These are references to anonymous Perl lists. A
list has an undefined number of elements, which are the children of
the node. Each element has the same type (string, hash or list) and
the same semantics, depending on the location of the list within the
@@ -166,12 +167,12 @@ tree.
</ul>
-<p>As you can see, the documentation contained in <b>$doxydocs</b>
+<p>As you can see, the documentation contained in `$doxydocs`
does not present any special impediment to be processed by a simple
Perl script.
<!--
To be able to generate meaningful output using the
-documentation contained in <b>$doxydocs</b> you'll probably need to
+documentation contained in `$doxydocs` you'll probably need to
know the semantics of the nodes of the documentation tree, which we
present in \ref perlmod_tree "this page".
-->
@@ -179,16 +180,16 @@ present in \ref perlmod_tree "this page".
\section doxymodel_format Data structure
<p>You might be interested in processing the documentation contained
-in <b>DoxyDocs.pm</b> without needing to take into account the
+in `DoxyDocs.pm` without needing to take into account the
semantics of each node of the documentation tree. For this purpose,
-Doxygen generates a <b>DoxyModel.pm</b> file which contains a data
+Doxygen generates a `DoxyModel.pm` file which contains a data
structure describing the type and children of each node in the
documentation tree.
<p>The rest of this section is to be written yet, but in the meantime
you can look at the Perl scripts generated by Doxygen (such as
-<b>doxylatex.pl</b> or <b>doxytemplate-latex.pl</b>) to get an idea on
-how to use <b>DoxyModel.pm</b>.
+`doxylatex.pl` or `doxytemplate-latex.pl`) to get an idea on
+how to use `DoxyModel.pm`.
\htmlonly
diff --git a/doc/searching.doc b/doc/searching.doc
index 9d3261e..5a9c39e 100644
--- a/doc/searching.doc
+++ b/doc/searching.doc
@@ -59,7 +59,7 @@ has its own advantages and disadvantages:
Advantages over the client side search engine are that it provides full
text search and it scales well to medium side projects.
- Disadvantages are that it does not work locally (i.e. using a file:// URL)
+ Disadvantages are that it does not work locally (i.e. using a "file://" URL)
and that it does not provide live search capabilities.
@note In the future this option will probably be replaced by the next
@@ -80,7 +80,7 @@ has its own advantages and disadvantages:
\ref cfg_server_based_search "SERVER_BASED_SEARCH" and
\ref cfg_external_search "EXTERNAL_SEARCH" all to \c YES.
- See \ref extsearch for configuration details.
+ See \subpage extsearch for configuration details.
Advantages over option 2 are that this method (potentially) scales to
very large projects. It is also possible to combine multiple doxygen
@@ -126,7 +126,7 @@ has its own advantages and disadvantages:
options you may want to set. After doxygen has finished you will find
a Makefile in the HTML output directory. Running "make install" on this
Makefile will compile and install the doc set.
- See <a href="http://developer.apple.com/tools/creatingdocsetswithdoxygen.html">this
+ See <a href="https://developer.apple.com/library/mac/#featuredarticles/DoxygenXcode/_index.html">this
article</a> for more info.
Advantage of this method is that it nicely integrates with the Xcode
@@ -139,7 +139,7 @@ has its own advantages and disadvantages:
<h2>6. Qt Compressed Help</h2>
If you develop for or want to install the Qt application framework,
you will get an application
- called <a href="http://doc.trolltech.com/4.6/assistant-manual.html">Qt assistant</a>.
+ called <a href="http://qt-project.org/doc/qt-4.8/assistant-manual.html">Qt assistant</a>.
This is a help viewer for Qt Compressed Help files (.qch).
To enable this feature set \ref cfg_generate_qhp "GENERATE_QHP" to \c YES.
@@ -147,7 +147,7 @@ has its own advantages and disadvantages:
\ref cfg_qhp_namespace "QHP_NAMESPACE",
\ref cfg_qhg_location "QHG_LOCATION",
\ref cfg_qhp_virtual_folder "QHP_VIRTUAL_FOLDER".
- See <a href="http://doc.trolltech.com/qq/qq28-qthelp.html#htmlfilesandhelpprojects">this article</a>
+ See <a href="http://doc.qt.digia.com/qq/qq28-qthelp.html#htmlfilesandhelpprojects">this article</a>
for more info.
Feature wise the Qt compressed help feature is comparable with the CHM
diff --git a/doc/translator.py b/doc/translator.py
index 816482b..3550fc7 100644
--- a/doc/translator.py
+++ b/doc/translator.py
@@ -1714,7 +1714,7 @@ class TrManager:
in the Translator class but their identifiers do not appear
in source files. The situation should be checked. The .cpp
files and .h files excluding the '*translator*' files
- in doxygen/src directory were simply searched for occurence
+ in doxygen/src directory were simply searched for occurrence
of the method identifiers:'''
f.write('\n' + '=' * 70 + '\n')
f.write(fill(s) + '\n\n')
diff --git a/doc/translator_report.txt b/doc/translator_report.txt
index b7fa558..0bba380 100644
--- a/doc/translator_report.txt
+++ b/doc/translator_report.txt
@@ -10,25 +10,17 @@ Macedonian, Norwegian, Persian, Polish, Portuguese, Romanian, Russian,
Serbian, SerbianCyrilic, Slovak, Slovene, Spanish, Swedish, Turkish,
Ukrainian, and Vietnamese.
-Of them, 10 translators are up-to-date, 30 translators are based on
+Of them, 2 translators are up-to-date, 38 translators are based on
some adapter class, and 2 are English based.
----------------------------------------------------------------------
The following translator classes are up-to-date (sorted
alphabetically). This means that they derive from the Translator class
-and they implement all 242 of the required methods. Anyway, there
+and they implement all 250 of the required methods. Anyway, there
still may be some details listed even for them:
- TranslatorCzech
- TranslatorDutch
TranslatorEnglish
- TranslatorEsperanto
- TranslatorGerman
- TranslatorGreek
TranslatorLatvian -- Reimplementation using UTF-8 suggested.
- TranslatorSlovak
- TranslatorSpanish
- TranslatorUkrainian
----------------------------------------------------------------------
The following translator classes need some maintenance (the most
@@ -36,66 +28,90 @@ obsolete at the end). The other info shows the estimation of Doxygen
version when the class was last updated and number of methods that
must be implemented to become up-to-date:
- TranslatorPolish 1.8.2 7 methods to implement (2 %)
- TranslatorKorean 1.8.02 7 methods to implement (2 %)
+ TranslatorUkrainian 1.8.04 8 methods to implement (3 %)
+ Note: Change the base class to TranslatorAdapter_1_8_4.
+
+ TranslatorSpanish 1.8.04 8 methods to implement (3 %)
+ Note: Change the base class to TranslatorAdapter_1_8_4.
+
+ TranslatorSlovak 1.8.04 8 methods to implement (3 %)
+ Note: Change the base class to TranslatorAdapter_1_8_4.
+
+ TranslatorGreek 1.8.04 8 methods to implement (3 %)
+ Note: Change the base class to TranslatorAdapter_1_8_4.
+
+ TranslatorGerman 1.8.04 8 methods to implement (3 %)
+ Note: Change the base class to TranslatorAdapter_1_8_4.
+
+ TranslatorEsperanto 1.8.04 8 methods to implement (3 %)
+ Note: Change the base class to TranslatorAdapter_1_8_4.
+
+ TranslatorDutch 1.8.04 8 methods to implement (3 %)
+ Note: Change the base class to TranslatorAdapter_1_8_4.
+
+ TranslatorCzech 1.8.04 8 methods to implement (3 %)
+ Note: Change the base class to TranslatorAdapter_1_8_4.
+
+ TranslatorPolish 1.8.2 14 methods to implement (5 %)
+ TranslatorKorean 1.8.02 15 methods to implement (6 %)
Note: Change the base class to TranslatorAdapter_1_8_2.
- TranslatorItalian 1.8.2 7 methods to implement (2 %)
- TranslatorCroatian 1.8.2 7 methods to implement (2 %)
- TranslatorChinese 1.8.2 7 methods to implement (2 %)
- TranslatorPortuguese 1.8.0 14 methods to implement (5 %)
- TranslatorIndonesian 1.8.0 14 methods to implement (5 %)
+ TranslatorItalian 1.8.2 15 methods to implement (6 %)
+ TranslatorCroatian 1.8.2 15 methods to implement (6 %)
+ TranslatorChinese 1.8.2 15 methods to implement (6 %)
+ TranslatorPortuguese 1.8.0 22 methods to implement (8 %)
+ TranslatorIndonesian 1.8.0 22 methods to implement (8 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorFrench 1.8.0 14 methods to implement (5 %)
+ TranslatorFrench 1.8.0 22 methods to implement (8 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorDanish 1.8.0 14 methods to implement (5 %)
+ TranslatorDanish 1.8.0 22 methods to implement (8 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorChinesetraditional 1.8.0 14 methods to implement (5 %)
+ TranslatorChinesetraditional 1.8.0 22 methods to implement (8 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorCatalan 1.8.0 14 methods to implement (5 %)
- TranslatorBrazilian 1.8.0 14 methods to implement (5 %)
- TranslatorArmenian 1.8.0 14 methods to implement (5 %)
- TranslatorTurkish 1.7.5 17 methods to implement (7 %)
- TranslatorRussian 1.7.5 17 methods to implement (7 %)
+ TranslatorCatalan 1.8.0 22 methods to implement (8 %)
+ TranslatorBrazilian 1.8.0 22 methods to implement (8 %)
+ TranslatorArmenian 1.8.0 22 methods to implement (8 %)
+ TranslatorTurkish 1.7.5 25 methods to implement (10 %)
+ TranslatorRussian 1.7.5 25 methods to implement (10 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorPersian 1.7.5 17 methods to implement (7 %)
- TranslatorVietnamese 1.6.0 26 methods to implement (10 %)
- TranslatorSwedish 1.6.0 26 methods to implement (10 %)
+ TranslatorPersian 1.7.5 25 methods to implement (10 %)
+ TranslatorVietnamese 1.6.0 34 methods to implement (13 %)
+ TranslatorSwedish 1.6.0 34 methods to implement (13 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorSerbian 1.6.0 26 methods to implement (10 %)
+ TranslatorSerbian 1.6.0 34 methods to implement (13 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorSerbianCyrilic 1.6.0 26 methods to implement (10 %)
- TranslatorRomanian 1.6.0 26 methods to implement (10 %)
+ TranslatorSerbianCyrilic 1.6.0 34 methods to implement (13 %)
+ TranslatorRomanian 1.6.0 34 methods to implement (13 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorMacedonian 1.6.0 26 methods to implement (10 %)
- TranslatorJapanese 1.6.0 26 methods to implement (10 %)
+ TranslatorMacedonian 1.6.0 34 methods to implement (13 %)
+ TranslatorJapanese 1.6.0 33 methods to implement (13 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorFinnish 1.6.0 26 methods to implement (10 %)
- TranslatorAfrikaans 1.6.0 26 methods to implement (10 %)
+ TranslatorFinnish 1.6.0 34 methods to implement (13 %)
+ TranslatorAfrikaans 1.6.0 34 methods to implement (13 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorSlovene 1.4.6 50 methods to implement (20 %)
+ TranslatorSlovene 1.4.6 58 methods to implement (23 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorNorwegian 1.4.6 49 methods to implement (20 %)
+ TranslatorNorwegian 1.4.6 56 methods to implement (22 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorLithuanian 1.4.6 50 methods to implement (20 %)
+ TranslatorLithuanian 1.4.6 58 methods to implement (23 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorHungarian 1.4.6 50 methods to implement (20 %)
+ TranslatorHungarian 1.4.6 58 methods to implement (23 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorArabic 1.4.6 49 methods to implement (20 %)
+ TranslatorArabic 1.4.6 56 methods to implement (22 %)
Note: Reimplementation using UTF-8 suggested.
@@ -113,7 +129,7 @@ WARNING: The following translator methods are declared in the
Translator class but their identifiers do not appear in source files.
The situation should be checked. The .cpp files and .h files excluding
the '*translator*' files in doxygen/src directory were simply searched
-for occurence of the method identifiers:
+for occurrence of the method identifiers:
QCString idLanguageCharset()
QCString trAlphabeticalList()
@@ -122,6 +138,7 @@ for occurence of the method identifiers:
QCString trFuncProtos()
QCString trFunctionPrototypeDocumentation()
QCString trSearchForIndex()
+ QCString trWrittenBy()
======================================================================
@@ -129,10 +146,10 @@ Details for translators (classes sorted alphabetically):
-TranslatorAfrikaans (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorAfrikaans (TranslatorAdapter_1_6_0) 34 methods to implement (13 %)
-------------------
- Implements 216 of the required methods (89 %).
+ Implements 216 of the required methods (86 %).
Missing methods (should be implemented):
@@ -142,12 +159,16 @@ TranslatorAfrikaans (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -156,18 +177,22 @@ TranslatorAfrikaans (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorArabic (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
+TranslatorArabic (TranslatorAdapter_1_4_6) 56 methods to implement (22 %)
----------------
- Implements 193 of the required methods (79 %).
+ Implements 194 of the required methods (77 %).
Missing methods (should be implemented):
@@ -180,18 +205,22 @@ TranslatorArabic (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
virtual QCString trLoading()
virtual QCString trSubprograms()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trModulesList()
virtual QCString trTypeConstraints()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trCompoundListDescriptionFortran()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trTypeDocumentation()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
@@ -208,9 +237,11 @@ TranslatorArabic (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
virtual QCString trDirDependency(const char * name)
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trCallerGraph()
virtual QCString trExtendsClass()
@@ -219,6 +250,7 @@ TranslatorArabic (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trCompoundMembersFortran()
virtual QCString trSubprogramDocumentation()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
Obsolete methods (should be removed, never used):
@@ -228,163 +260,269 @@ TranslatorArabic (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
virtual QCString trPackageDocumentation()
virtual QCString trSources()
virtual QCString trReimplementedForInternalReasons()
- virtual QCString trInterfaces()
virtual QCString trHeaderFiles()
virtual QCString trBugsAndLimitations()
virtual QCString trNoDescriptionAvailable()
-TranslatorArmenian (TranslatorAdapter_1_8_0) 14 methods to implement (5 %)
+TranslatorArmenian (TranslatorAdapter_1_8_0) 22 methods to implement (8 %)
------------------
- Implements 228 of the required methods (94 %).
+ Implements 228 of the required methods (91 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorBrazilian (TranslatorAdapter_1_8_0) 14 methods to implement (5 %)
+TranslatorBrazilian (TranslatorAdapter_1_8_0) 22 methods to implement (8 %)
-------------------
- Implements 228 of the required methods (94 %).
+ Implements 228 of the required methods (91 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorCatalan (TranslatorAdapter_1_8_0) 14 methods to implement (5 %)
+TranslatorCatalan (TranslatorAdapter_1_8_0) 22 methods to implement (8 %)
-----------------
- Implements 228 of the required methods (94 %).
+ Implements 228 of the required methods (91 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorChinese (TranslatorAdapter_1_8_2) 7 methods to implement (2 %)
+TranslatorChinese (TranslatorAdapter_1_8_2) 15 methods to implement (6 %)
-----------------
- Implements 235 of the required methods (97 %).
+ Implements 235 of the required methods (94 %).
Missing methods (should be implemented):
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorChinesetraditional (TranslatorAdapter_1_8_0) 14 methods to implement (5 %)
+TranslatorChinesetraditional (TranslatorAdapter_1_8_0) 22 methods to implement (8 %)
----------------------------
- Implements 228 of the required methods (94 %).
+ Implements 228 of the required methods (91 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorCroatian (TranslatorAdapter_1_8_2) 7 methods to implement (2 %)
+TranslatorCroatian (TranslatorAdapter_1_8_2) 15 methods to implement (6 %)
------------------
- Implements 235 of the required methods (97 %).
+ Implements 235 of the required methods (94 %).
Missing methods (should be implemented):
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorDanish (TranslatorAdapter_1_8_0) 14 methods to implement (5 %)
+TranslatorCzech (TranslatorAdapter_1_8_2) 8 methods to implement (3 %)
+---------------
+
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
+
+
+TranslatorDanish (TranslatorAdapter_1_8_0) 22 methods to implement (8 %)
----------------
- Implements 228 of the required methods (94 %).
+ Implements 228 of the required methods (91 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorFinnish (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorDutch (TranslatorAdapter_1_8_2) 8 methods to implement (3 %)
+---------------
+
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
+
+
+TranslatorEsperanto (TranslatorAdapter_1_8_2) 8 methods to implement (3 %)
+-------------------
+
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
+
+
+TranslatorFinnish (TranslatorAdapter_1_6_0) 34 methods to implement (13 %)
-----------------
- Implements 216 of the required methods (89 %).
+ Implements 216 of the required methods (86 %).
Missing methods (should be implemented):
@@ -394,12 +532,16 @@ TranslatorFinnish (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -408,41 +550,87 @@ TranslatorFinnish (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorFrench (TranslatorAdapter_1_8_0) 14 methods to implement (5 %)
+TranslatorFrench (TranslatorAdapter_1_8_0) 22 methods to implement (8 %)
----------------
- Implements 228 of the required methods (94 %).
+ Implements 228 of the required methods (91 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorHungarian (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
+TranslatorGerman (TranslatorAdapter_1_8_2) 8 methods to implement (3 %)
+----------------
+
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
+
+
+TranslatorGreek (TranslatorAdapter_1_8_2) 8 methods to implement (3 %)
+---------------
+
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
+
+
+TranslatorHungarian (TranslatorAdapter_1_4_6) 58 methods to implement (23 %)
-------------------
- Implements 192 of the required methods (79 %).
+ Implements 192 of the required methods (76 %).
Missing methods (should be implemented):
@@ -455,18 +643,22 @@ TranslatorHungarian (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trLoading()
virtual QCString trSubprograms()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trModulesList()
virtual QCString trTypeConstraints()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trCompoundListDescriptionFortran()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trTypeDocumentation()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
@@ -481,11 +673,14 @@ TranslatorHungarian (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trCallerGraph()
virtual QCString trExtendsClass()
@@ -495,52 +690,69 @@ TranslatorHungarian (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trCompoundMembersFortran()
virtual QCString trSubprogramDocumentation()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorIndonesian (TranslatorAdapter_1_8_0) 14 methods to implement (5 %)
+TranslatorIndonesian (TranslatorAdapter_1_8_0) 22 methods to implement (8 %)
--------------------
- Implements 228 of the required methods (94 %).
+ Implements 228 of the required methods (91 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorItalian (TranslatorAdapter_1_8_2) 7 methods to implement (2 %)
+TranslatorItalian (TranslatorAdapter_1_8_2) 15 methods to implement (6 %)
-----------------
- Implements 235 of the required methods (97 %).
+ Implements 235 of the required methods (94 %).
Missing methods (should be implemented):
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorJapanese (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorJapanese (TranslatorAdapter_1_6_0) 33 methods to implement (13 %)
------------------
- Implements 216 of the required methods (89 %).
+ Implements 217 of the required methods (86 %).
Missing methods (should be implemented):
@@ -550,12 +762,16 @@ TranslatorJapanese (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -566,9 +782,12 @@ TranslatorJapanese (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trDirDependency(const char * name)
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
Obsolete methods (should be removed, never used):
@@ -578,13 +797,12 @@ TranslatorJapanese (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trPackageDocumentation()
virtual QCString trSources()
virtual QCString trReimplementedForInternalReasons()
- virtual QCString trInterfaces()
virtual QCString trHeaderFiles()
virtual QCString trBugsAndLimitations()
virtual QCString trNoDescriptionAvailable()
-TranslatorJapaneseEn (TranslatorEnglish) 237 methods to implement (97 %)
+TranslatorJapaneseEn (TranslatorEnglish) 245 methods to implement (98 %)
--------------------
Implements 5 of the required methods (2 %).
@@ -598,23 +816,31 @@ TranslatorJapaneseEn (TranslatorEnglish) 237 methods to implement (97 %)
virtual QCString latexLanguageSupportCommand()
-TranslatorKorean (TranslatorAdapter_1_7_5) 7 methods to implement (2 %)
+TranslatorKorean (TranslatorAdapter_1_7_5) 15 methods to implement (6 %)
----------------
- Implements 235 of the required methods (97 %).
+ Implements 235 of the required methods (94 %).
Missing methods (should be implemented):
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorKoreanEn (TranslatorEnglish) 237 methods to implement (97 %)
+TranslatorKoreanEn (TranslatorEnglish) 245 methods to implement (98 %)
------------------
Implements 5 of the required methods (2 %).
@@ -628,16 +854,27 @@ TranslatorKoreanEn (TranslatorEnglish) 237 methods to implement (97 %)
virtual QCString latexLanguageSupportCommand()
-TranslatorLatvian (Translator)
+TranslatorLatvian (Translator) 8 methods to implement (3 %)
-----------------
- Implements 242 of the required methods (100 %).
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
-TranslatorLithuanian (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
+TranslatorLithuanian (TranslatorAdapter_1_4_6) 58 methods to implement (23 %)
--------------------
- Implements 192 of the required methods (79 %).
+ Implements 192 of the required methods (76 %).
Missing methods (should be implemented):
@@ -650,18 +887,22 @@ TranslatorLithuanian (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trLoading()
virtual QCString trSubprograms()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trModulesList()
virtual QCString trTypeConstraints()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trCompoundListDescriptionFortran()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trTypeDocumentation()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
@@ -676,11 +917,14 @@ TranslatorLithuanian (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trCallerGraph()
virtual QCString trExtendsClass()
@@ -690,13 +934,14 @@ TranslatorLithuanian (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trCompoundMembersFortran()
virtual QCString trSubprogramDocumentation()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorMacedonian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorMacedonian (TranslatorAdapter_1_6_0) 34 methods to implement (13 %)
--------------------
- Implements 216 of the required methods (89 %).
+ Implements 216 of the required methods (86 %).
Missing methods (should be implemented):
@@ -706,12 +951,16 @@ TranslatorMacedonian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -720,18 +969,22 @@ TranslatorMacedonian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorNorwegian (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
+TranslatorNorwegian (TranslatorAdapter_1_4_6) 56 methods to implement (22 %)
-------------------
- Implements 193 of the required methods (79 %).
+ Implements 194 of the required methods (77 %).
Missing methods (should be implemented):
@@ -744,18 +997,22 @@ TranslatorNorwegian (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
virtual QCString trLoading()
virtual QCString trSubprograms()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trModulesList()
virtual QCString trTypeConstraints()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trCompoundListDescriptionFortran()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trTypeDocumentation()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
@@ -772,9 +1029,11 @@ TranslatorNorwegian (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
virtual QCString trDirDependency(const char * name)
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trCallerGraph()
virtual QCString trExtendsClass()
@@ -783,6 +1042,7 @@ TranslatorNorwegian (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trCompoundMembersFortran()
virtual QCString trSubprogramDocumentation()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
Obsolete methods (should be removed, never used):
@@ -792,51 +1052,65 @@ TranslatorNorwegian (TranslatorAdapter_1_4_6) 49 methods to implement (20 %)
virtual QCString trPackageDocumentation()
virtual QCString trSources()
virtual QCString trReimplementedForInternalReasons()
- virtual QCString trInterfaces()
virtual QCString trHeaderFiles()
virtual QCString trBugsAndLimitations()
virtual QCString trNoDescriptionAvailable()
-TranslatorPersian (TranslatorAdapter_1_7_5) 17 methods to implement (7 %)
+TranslatorPersian (TranslatorAdapter_1_7_5) 25 methods to implement (10 %)
-----------------
- Implements 225 of the required methods (92 %).
+ Implements 225 of the required methods (90 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorPolish (TranslatorAdapter_1_8_2) 7 methods to implement (2 %)
+TranslatorPolish (TranslatorAdapter_1_8_2) 14 methods to implement (5 %)
----------------
- Implements 235 of the required methods (97 %).
+ Implements 236 of the required methods (94 %).
Missing methods (should be implemented):
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
Obsolete methods (should be removed, never used):
@@ -846,39 +1120,46 @@ TranslatorPolish (TranslatorAdapter_1_8_2) 7 methods to implement (2 %)
virtual QCString trPackageDocumentation()
QCString trSources()
QCString trReimplementedForInternalReasons()
- virtual QCString trInterfaces()
QCString trHeaderFiles()
QCString trBugsAndLimitations()
QCString trNoDescriptionAvailable()
-TranslatorPortuguese (TranslatorAdapter_1_8_0) 14 methods to implement (5 %)
+TranslatorPortuguese (TranslatorAdapter_1_8_0) 22 methods to implement (8 %)
--------------------
- Implements 228 of the required methods (94 %).
+ Implements 228 of the required methods (91 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorRomanian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorRomanian (TranslatorAdapter_1_6_0) 34 methods to implement (13 %)
------------------
- Implements 216 of the required methods (89 %).
+ Implements 216 of the required methods (86 %).
Missing methods (should be implemented):
@@ -888,12 +1169,16 @@ TranslatorRomanian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -902,44 +1187,56 @@ TranslatorRomanian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorRussian (TranslatorAdapter_1_7_5) 17 methods to implement (7 %)
+TranslatorRussian (TranslatorAdapter_1_7_5) 25 methods to implement (10 %)
-----------------
- Implements 225 of the required methods (92 %).
+ Implements 225 of the required methods (90 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorSerbian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorSerbian (TranslatorAdapter_1_6_0) 34 methods to implement (13 %)
-----------------
- Implements 216 of the required methods (89 %).
+ Implements 216 of the required methods (86 %).
Missing methods (should be implemented):
@@ -949,12 +1246,16 @@ TranslatorSerbian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -963,18 +1264,22 @@ TranslatorSerbian (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorSerbianCyrilic (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorSerbianCyrilic (TranslatorAdapter_1_6_0) 34 methods to implement (13 %)
------------------------
- Implements 216 of the required methods (89 %).
+ Implements 216 of the required methods (86 %).
Missing methods (should be implemented):
@@ -984,12 +1289,16 @@ TranslatorSerbianCyrilic (TranslatorAdapter_1_6_0) 26 methods to implement (1
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -998,18 +1307,39 @@ TranslatorSerbianCyrilic (TranslatorAdapter_1_6_0) 26 methods to implement (1
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorSlovene (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
+TranslatorSlovak (TranslatorAdapter_1_8_2) 8 methods to implement (3 %)
+----------------
+
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
+
+
+TranslatorSlovene (TranslatorAdapter_1_4_6) 58 methods to implement (23 %)
-----------------
- Implements 192 of the required methods (79 %).
+ Implements 192 of the required methods (76 %).
Missing methods (should be implemented):
@@ -1022,18 +1352,22 @@ TranslatorSlovene (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trLoading()
virtual QCString trSubprograms()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trModulesList()
virtual QCString trTypeConstraints()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trCompoundListDescriptionFortran()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trTypeDocumentation()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
@@ -1048,11 +1382,14 @@ TranslatorSlovene (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trCallerGraph()
virtual QCString trExtendsClass()
@@ -1062,13 +1399,31 @@ TranslatorSlovene (TranslatorAdapter_1_4_6) 50 methods to implement (20 %)
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trCompoundMembersFortran()
virtual QCString trSubprogramDocumentation()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorSwedish (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorSpanish (TranslatorAdapter_1_8_2) 8 methods to implement (3 %)
-----------------
- Implements 216 of the required methods (89 %).
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
+
+
+TranslatorSwedish (TranslatorAdapter_1_6_0) 34 methods to implement (13 %)
+-----------------
+
+ Implements 216 of the required methods (86 %).
Missing methods (should be implemented):
@@ -1078,12 +1433,16 @@ TranslatorSwedish (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -1092,44 +1451,73 @@ TranslatorSwedish (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorTurkish (TranslatorAdapter_1_7_5) 17 methods to implement (7 %)
+TranslatorTurkish (TranslatorAdapter_1_7_5) 25 methods to implement (10 %)
-----------------
- Implements 225 of the required methods (92 %).
+ Implements 225 of the required methods (90 %).
Missing methods (should be implemented):
virtual QCString trDetailLevel()
virtual QCString trTemplateParameters()
+ virtual QCString trServices()
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trMethodDocumentation()
virtual QCString trEnumReference(const char * name)
virtual QCString trInheritedFrom(const char * members, const char * what)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods()
-TranslatorVietnamese (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
+TranslatorUkrainian (TranslatorAdapter_1_8_2) 8 methods to implement (3 %)
+-------------------
+
+ Implements 242 of the required methods (96 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trServices()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
+ virtual QCString trServiceReference(const char * sName)
+ virtual QCString trConstantGroups()
+ virtual QCString trInterfaces()
+ virtual QCString trServiceGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
+ virtual QCString trSingletonReference(const char * sName)
+
+
+TranslatorVietnamese (TranslatorAdapter_1_6_0) 34 methods to implement (13 %)
--------------------
- Implements 216 of the required methods (89 %).
+ Implements 216 of the required methods (86 %).
Missing methods (should be implemented):
@@ -1139,12 +1527,16 @@ TranslatorVietnamese (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trNoMatches()
virtual QCString trLoading()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
+ virtual QCString trServices()
virtual QCString trFileIn(const char * name)
virtual QCString trClassMethods()
virtual QCString trProvidedByCategory()
+ virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trGlobalNamespace()
+ virtual QCString trServiceReference(const char * sName)
virtual QCString trDesignOverview()
virtual QCString trAndMore(const QCString & number)
+ virtual QCString trConstantGroups()
virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
virtual QCString trMethodDocumentation()
@@ -1153,9 +1545,13 @@ TranslatorVietnamese (TranslatorAdapter_1_6_0) 26 methods to implement (10 %)
virtual QCString trCiteReferences()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trInterfaces()
virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
+ virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trEnumGeneratedFromFiles(bool single)
+ virtual QCString trConstantGroupReference(const char * namespaceName)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trExtendsClass()
+ virtual QCString trSingletonReference(const char * sName)
virtual QCString trInstanceMethods() \ No newline at end of file
diff --git a/doc/trouble.doc b/doc/trouble.doc
index 81604a2..133ccaf 100644
--- a/doc/trouble.doc
+++ b/doc/trouble.doc
@@ -51,7 +51,7 @@
\endverbatim
then doxygen will remove the braces and correctly parse the result.
<li>Not all names in code fragments that are included in the documentation
- are replaced by links (for instance when using \c SOURCE_BROWSER = \c YES)
+ are replaced by links (for instance when using \ref cfg_source_browser "SOURCE_BROWSER" = `YES`)
and links to overloaded members may point to the wrong member.
This also holds for the "Referenced by" list that is generated for
each function.
@@ -62,7 +62,8 @@
documentation, because of possible ambiguities or lack of
information about the context in which the code fragment is found.
<li>It is not possible to insert a non-member function f in a class A
- using the \\relates or \\relatesalso command, if class A already
+ using the \ref cmdrelates "\\relates" or \ref cmdrelatesalso "\\relatesalso"
+ command, if class A already
has a member with name f and the same argument list.
<li>There is only very limited support for member specialization at the
moment. It only works if there is a specialized template class as