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
e590d56b
Commit
e590d56b
authored
Jun 14, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed type in function name
parent
bd76ec60
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.in
Makefile.in
+1
-1
qfileinfo_win32.cpp
qtools/qfileinfo_win32.cpp
+1
-1
vhdlscanner.l
src/vhdlscanner.l
+1
-1
No files found.
Makefile.in
View file @
e590d56b
...
...
@@ -82,7 +82,7 @@ pdf: docs
DISTFILES
=
Doxyfile libmd5 addon tmake doc examples bin lib objects
\
qtools src configure configure.bin Makefile.in Makefile.win_nmake.in
\
Makefile.win_make.in INSTALL LANGUAGE.HOWTO LICENSE PLATFORMS
\
VERSION packages winbuild jquery
VERSION
README.md
packages winbuild jquery
archive
:
clean
tar
zcvf dx
`
date
+%y%m%d
`
.tgz
$(DISTFILES)
...
...
qtools/qfileinfo_win32.cpp
View file @
e590d56b
...
...
@@ -266,7 +266,7 @@ void QFileInfo::doStat() const
}
#else
QString
file
=
fn
;
reslashify
(
QDir
::
clean
up
DirPath
(
file
));
reslashify
(
QDir
::
cleanDirPath
(
file
));
#ifdef QT_LARGEFILE_SUPPORT
if
(
_wstati64
(
(
wchar_t
*
)
file
.
ucs2
(),
b
)
==
-
1
)
{
#else
...
...
src/vhdlscanner.l
View file @
e590d56b
...
...
@@ -796,7 +796,7 @@ void VHDLLanguageScanner::parseInput(const char *fileName,
void VHDLLanguageScanner::parseCode(CodeOutputInterface &codeOutIntf,
const char *scopeName,
const QCString &input,
SrcLangExt
lang
,
SrcLangExt
/*lang*/
,
bool isExampleBlock,
const char *exampleName,
FileDef *fileDef,
...
...
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