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
57f1a23a
Commit
57f1a23a
authored
Oct 13, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 702265 - Generated Doxyfile differs from result of doxygen -u (partial fix)
parent
2c93aa6f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2244 deletions
+3
-2244
.gitignore
.gitignore
+2
-1
configdoc.cpp
addon/doxywizard/configdoc.cpp
+0
-2242
expert.cpp
addon/doxywizard/expert.cpp
+1
-1
No files found.
.gitignore
View file @
57f1a23a
...
...
@@ -32,7 +32,8 @@
/addon/doxyapp/Makefile.doxyapp
/addon/doxywizard/Makefile
/addon/doxywizard/Makefile.doxywizard
/addon/doxywizard/config_lex.cpp
/addon/doxywizard/config_doxyw.cpp
/addon/doxywizard/configdoc.cpp
/addon/doxywizard/moc
/addon/doxywizard/obj
/addon/doxywizard/rcc
...
...
addon/doxywizard/configdoc.cpp
deleted
100644 → 0
View file @
2c93aa6f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
addon/doxywizard/expert.cpp
View file @
57f1a23a
...
...
@@ -22,7 +22,7 @@ static QString convertToComment(const QString &s)
else
{
return
SA
(
"# "
)
+
s
.
trimmed
().
replace
(
SA
(
"
\n
"
),
SA
(
"
\n
# "
))
+
s
.
trimmed
().
replace
(
SA
(
"
\n
"
),
SA
(
"
\n
# "
))
.
replace
(
SA
(
"#
\n
"
),
SA
(
"#
\n
"
))
+
SA
(
"
\n
"
);
}
}
...
...
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