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
7075a09b
Commit
7075a09b
authored
Mar 19, 2000
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.1.1-20000319
parent
92fa8641
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
144 additions
and
0 deletions
+144
-0
translator_ru.h
src/translator_ru.h
+144
-0
No files found.
src/translator_ru.h
0 → 100644
View file @
7075a09b
/******************************************************************************
*
* $Id$
*
* Copyright (C) 1997-1999 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
* granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
*
* All output generated with Doxygen is not covered by this license.
*
*/
#ifndef TRANSLATOR_RU_H
#define TRANSLATOR_RU_H
#include "translator.h"
class
TranslatorRussian
:
public
Translator
{
public
:
QCString
latexBabelPackage
()
{
return
"russian"
;
}
QCString
trRelatedFunctions
()
{
return
" "
;
}
QCString
trRelatedSubscript
()
{
return
"( , )"
;
}
QCString
trDetailedDescription
()
{
return
" "
;
}
QCString
trMemberTypedefDocumentation
()
{
return
" typedef"
;
}
QCString
trMemberEnumerationDocumentation
()
{
return
" "
;
}
QCString
trMemberFunctionDocumentation
()
{
return
" "
;
}
QCString
trMemberDataDocumentation
()
{
return
" "
;
}
QCString
trMore
()
{
return
"..."
;
}
QCString
trListOfAllMembers
()
{
return
"C "
;
}
QCString
trMemberList
()
{
return
" "
;
}
QCString
trThisIsTheListOfAllMembers
()
{
return
" "
;
}
QCString
trIncludeIncludingInheritedMembers
()
{
return
", ."
;
}
QCString
trGeneratedAutomatically
(
const
char
*
s
)
{
QCString
result
=
" Doxygen"
;
if
(
s
)
result
+=
(
QCString
)
" "
+
s
;
result
+=
" ."
;
return
result
;
}
QCString
trEnumName
()
{
return
" "
;
}
QCString
trEnumValue
()
{
return
" "
;
}
QCString
trDefinedIn
()
{
return
" "
;
}
QCString
trVerbatimText
(
const
char
*
f
)
{
return
(
QCString
)
" "
+
f
+
" "
;
}
QCString
trModules
()
{
return
""
;
}
QCString
trClassHierarchy
()
{
return
" "
;
}
QCString
trCompoundList
()
{
return
" (compound list)"
;
}
QCString
trFileList
()
{
return
" "
;
}
QCString
trHeaderFiles
()
{
return
" "
;
}
QCString
trCompoundMembers
()
{
return
" (compound members)"
;
}
QCString
trFileMembers
()
{
return
" "
;
}
QCString
trRelatedPages
()
{
return
" "
;
}
QCString
trExamples
()
{
return
""
;
}
QCString
trSearch
()
{
return
""
;
}
QCString
trClassHierarchyDescription
()
{
return
" (inheritance) , "
;
}
};
#endif
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