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
92d53a47
Commit
92d53a47
authored
Dec 31, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Context enhancement
parent
4d1951eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
context.cpp
src/context.cpp
+6
-0
No files found.
src/context.cpp
View file @
92d53a47
...
...
@@ -504,6 +504,10 @@ class TranslateContext::Private : public PropertyMapper
{
return
theTranslator
->
trCompoundList
();
}
TemplateVariant
classListDescription
()
const
{
return
theTranslator
->
trCompoundListDescription
();
}
TemplateVariant
classIndex
()
const
{
return
theTranslator
->
trCompoundIndex
();
...
...
@@ -727,6 +731,8 @@ class TranslateContext::Private : public PropertyMapper
addProperty
(
"classes"
,
this
,
&
Private
::
classes
);
//%% string classList
addProperty
(
"classList"
,
this
,
&
Private
::
classList
);
//%% string classListDescription
addProperty
(
"classListDescription"
,
this
,
&
Private
::
classListDescription
);
//%% string classIndex
addProperty
(
"classIndex"
,
this
,
&
Private
::
classIndex
);
//%% string classHierarchy
...
...
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