From 583582c5bf11abf04393c378131be75f14a46922 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Dec 2011 22:35:05 +0100 Subject: German translations By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch --- autodoc/source/parser/cpp/all_toks.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autodoc') 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-> 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 -- cgit