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
5fb9998a
Commit
5fb9998a
authored
Dec 16, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #260 from zmhuang/master
fix docbookgen.cpp to support other than english
parents
2716fc48
1a403d80
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
139 additions
and
104 deletions
+139
-104
docbookgen.cpp
src/docbookgen.cpp
+137
-104
docbookvisitor.cpp
src/docbookvisitor.cpp
+2
-0
No files found.
src/docbookgen.cpp
View file @
5fb9998a
This diff is collapsed.
Click to expand it.
src/docbookvisitor.cpp
View file @
5fb9998a
...
@@ -1028,6 +1028,8 @@ void DocbookDocVisitor::visitPre(DocParamSect *s)
...
@@ -1028,6 +1028,8 @@ void DocbookDocVisitor::visitPre(DocParamSect *s)
}
}
m_t
<<
" </title>"
<<
endl
;
m_t
<<
" </title>"
<<
endl
;
m_t
<<
" <tgroup cols=
\"
2
\"
align=
\"
left
\"
colsep=
\"
1
\"
rowsep=
\"
1
\"
>"
<<
endl
;
m_t
<<
" <tgroup cols=
\"
2
\"
align=
\"
left
\"
colsep=
\"
1
\"
rowsep=
\"
1
\"
>"
<<
endl
;
m_t
<<
" <colspec colwidth=
\"
1*
\"
/>"
<<
endl
;
m_t
<<
" <colspec colwidth=
\"
4*
\"
/>"
<<
endl
;
m_t
<<
" <tbody>"
<<
endl
;
m_t
<<
" <tbody>"
<<
endl
;
}
}
...
...
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