Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
38441166
Commit
38441166
authored
Jun 25, 2013
by
Petr Prikryl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CN + FI: trFunctionPrototypeDocumentation() removed
parent
39425bc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
translator_cn.h
src/translator_cn.h
+0
-3
translator_fi.h
src/translator_fi.h
+0
-6
No files found.
src/translator_cn.h
View file @
38441166
...
@@ -352,9 +352,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
...
@@ -352,9 +352,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2
virtual
QCString
trDefineDocumentation
()
virtual
QCString
trDefineDocumentation
()
{
return
"宏定义说明"
;
}
{
return
"宏定义说明"
;
}
virtual
QCString
trFunctionPrototypeDocumentation
()
{
return
"函数原型说明"
;
}
virtual
QCString
trTypedefDocumentation
()
virtual
QCString
trTypedefDocumentation
()
{
return
"类型定义说明"
;
}
{
return
"类型定义说明"
;
}
...
...
src/translator_fi.h
View file @
38441166
...
@@ -514,12 +514,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
...
@@ -514,12 +514,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
virtual
QCString
trDefineDocumentation
()
virtual
QCString
trDefineDocumentation
()
{
return
"Määritysten dokumentointi"
;
}
// "Define Documentation"
{
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
/*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
* of documentation blocks for typedefs
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment