Commit 38441166 authored by Petr Prikryl's avatar Petr Prikryl

CN + FI: trFunctionPrototypeDocumentation() removed

parent 39425bc2
......@@ -352,9 +352,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
virtual QCString trDefineDocumentation()
{ return "宏定义说明"; }
virtual QCString trFunctionPrototypeDocumentation()
{ return "函数原型说明"; }
virtual QCString trTypedefDocumentation()
{ return "类型定义说明"; }
......
......@@ -514,12 +514,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
virtual QCString trDefineDocumentation()
{ 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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment