summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPetr Prikryl <prikryl@atlas.cz>2013-06-25 13:24:36 (GMT)
committerPetr Prikryl <prikryl@atlas.cz>2013-06-25 13:24:36 (GMT)
commit38441166353235f5d1a360b09ccdbee86100ee3f (patch)
tree63ec83fb4776da7d7d484cf8b1197f0eda92d1b9 /src
parent39425bc2a15a2fb5b71fe5456e90d5cb7545179d (diff)
downloadDoxygen-38441166353235f5d1a360b09ccdbee86100ee3f.zip
Doxygen-38441166353235f5d1a360b09ccdbee86100ee3f.tar.gz
Doxygen-38441166353235f5d1a360b09ccdbee86100ee3f.tar.bz2
CN + FI: trFunctionPrototypeDocumentation() removed
Diffstat (limited to 'src')
-rw-r--r--src/translator_cn.h3
-rw-r--r--src/translator_fi.h6
2 files changed, 0 insertions, 9 deletions
diff --git a/src/translator_cn.h b/src/translator_cn.h
index 133c011..f8e03c5 100644
--- a/src/translator_cn.h
+++ b/src/translator_cn.h
@@ -352,9 +352,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
virtual QCString trDefineDocumentation()
{ return "宏定义说明"; }
- virtual QCString trFunctionPrototypeDocumentation()
- { return "函数原型说明"; }
-
virtual QCString trTypedefDocumentation()
{ return "类型定义说明"; }
diff --git a/src/translator_fi.h b/src/translator_fi.h
index 876b494..fa42259 100644
--- a/src/translator_fi.h
+++ b/src/translator_fi.h
@@ -515,12 +515,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
{ return "Määritysten dokumentointi"; } // "Define Documentation"
/*! This is used in the documentation of a file/namespace before the list
- * of documentation blocks for function prototypes
- */
- virtual QCString trFunctionPrototypeDocumentation()
- { return "Funktioprototyyppien dokumentaatio"; } // "Function Prototype Documentation"
-
- /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
*/
virtual QCString trTypedefDocumentation()