diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-12-25 14:56:45 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2017-12-25 14:56:45 (GMT) |
commit | e204b982eebd54bd15148a520da6608935e33e50 (patch) | |
tree | 107ff80b7fbef9f728e691f68c158fc1de341545 | |
parent | aac84d5624b96d8937ff543ab8724c269b8726ab (diff) | |
download | Doxygen-e204b982eebd54bd15148a520da6608935e33e50.zip Doxygen-e204b982eebd54bd15148a520da6608935e33e50.tar.gz Doxygen-e204b982eebd54bd15148a520da6608935e33e50.tar.bz2 |
Bug 779014 - Add "\~" command to internatioalization article
-rw-r--r-- | doc/language.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/language.tpl b/doc/language.tpl index 01d906b..9e334c6 100644 --- a/doc/language.tpl +++ b/doc/language.tpl @@ -24,8 +24,10 @@ change the language.doc, make the changes here and inside maintainers.txt. Doxygen has built-in support for multiple languages. This means that the text fragments, generated by doxygen, can be produced in languages other than English (the default). The output language is chosen through the -configuration option \ref cfg_output_language "OUTPUT_LANGUAGE" in the -configuration file (with default name and known as Doxyfile). +configuration option \ref cfg_output_language "OUTPUT_LANGUAGE" in the +configuration file (with default name and known as Doxyfile). To switch +between languages inside a comment block the \ref cmdtilde "\\~" command +can be used. Currently (version %(doxVersion)s), %(numLangStr)s languages are supported (sorted alphabetically): |