summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.h
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@newayselectronics.com>2017-12-05 14:35:16 (GMT)
committerAndreas Regel <andreas.regel@newayselectronics.com>2018-01-08 13:10:52 (GMT)
commitf1fea3603fa3e561d8f1efff5bc685e4484e7998 (patch)
tree5364f559d7270be2b18eff8d96e62b2ef78d6edb /src/vhdldocgen.h
parent6caac96a48e055807920f724d7de68f764e06441 (diff)
downloadDoxygen-f1fea3603fa3e561d8f1efff5bc685e4484e7998.zip
Doxygen-f1fea3603fa3e561d8f1efff5bc685e4484e7998.tar.gz
Doxygen-f1fea3603fa3e561d8f1efff5bc685e4484e7998.tar.bz2
Add VHDL strings to Translator class and add german translations.
Diffstat (limited to 'src/vhdldocgen.h')
-rw-r--r--src/vhdldocgen.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/vhdldocgen.h b/src/vhdldocgen.h
index 514dfe3..9dd8417 100644
--- a/src/vhdldocgen.h
+++ b/src/vhdldocgen.h
@@ -150,32 +150,6 @@ class VhdlDocGen
static bool isMisc(const MemberDef *mdef);
//-----------------------------------------------------
- // translatable items
-
- static QCString trVhdlType(uint64 type,bool sing=true);
-
- // trClassHierarchy.
- static QCString trDesignUnitHierarchy();
-
- // trCompoundList
- static QCString trDesignUnitList();
-
- // trCompoundMembers.
- static QCString trDesignUnitMembers();
-
- // trCompoundListDescription
- static QCString trDesignUnitListDescription();
-
- // trCompounds
- static QCString trDesignUnits();
-
- // trCompoundIndex
- static QCString trDesignUnitIndex();
-
- // trFunctions
- static QCString trFunctionAndProc();
-
- //-----------------------------------------------------
static void prepareComment(QCString&);
static void formatString(const QCString&,OutputList& ol,const MemberDef*);