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
222753a9
Commit
222753a9
authored
Nov 29, 2014
by
albert-github
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some comment statements.
parent
fd91442b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
util.cpp
src/util.cpp
+0
-5
No files found.
src/util.cpp
View file @
222753a9
...
...
@@ -6564,14 +6564,9 @@ bool checkExtension(const char *fName, const char *ext)
return
(
QCString
(
fName
).
right
(
QCString
(
ext
).
length
())
==
ext
);
}
//QCString stripExtension(const char *fName, const char *ext)
QCString
stripExtensionGeneral
(
const
char
*
fName
,
const
char
*
ext
)
{
QCString
result
=
fName
;
//if (result.right(Doxygen::htmlFileExtension.length())==Doxygen::htmlFileExtension)
//{
//result=result.left(result.length()-Doxygen::htmlFileExtension.length());
//}
if
(
result
.
right
(
QCString
(
ext
).
length
())
==
QCString
(
ext
))
{
result
=
result
.
left
(
result
.
length
()
-
QCString
(
ext
).
length
());
...
...
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