diff options
author | Noel Grandin <noel@peralex.com> | 2011-12-12 22:35:05 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-12 22:35:05 +0100 |
commit | 583582c5bf11abf04393c378131be75f14a46922 (patch) | |
tree | 16a8c7116ad06b57dd8d1e21e797e4f8ca4f2d7c /autodoc | |
parent | 444eb68e8a6b35752bac4ff12fc83e44f36bb44b (diff) |
German translations
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser/cpp/all_toks.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/parser/cpp/all_toks.hxx b/autodoc/source/parser/cpp/all_toks.hxx index 4aeae6e1ce0e..1531dd789586 100644 --- a/autodoc/source/parser/cpp/all_toks.hxx +++ b/autodoc/source/parser/cpp/all_toks.hxx @@ -189,8 +189,8 @@ class Tok_UnblockMacro : public ::TextToken class Tok_TypeKey : public cpp::Token // file-><type-PE> class Tok_Template : public cpp::Token // file class Tok_Namespace : public cpp::Token // file -class Tok_Bracket : public cpp::Token // ueberall -class Tok_Separator : public cpp::Token // ueberall +class Tok_Bracket : public cpp::Token // everywhere +class Tok_Separator : public cpp::Token // everywhere class Tok_Identifier : public cpp::Token // ueberall class Tok_NameSeparator : public cpp::Token // Type, Name |