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
1e2fe510
Commit
1e2fe510
authored
Nov 19, 2011
by
dimitri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release-1.7.5.1-20111119
parent
fc748fd2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
284 additions
and
262 deletions
+284
-262
INSTALL
INSTALL
+2
-2
README
README
+2
-2
configure
configure
+1
-1
tclscanner.l
src/tclscanner.l
+10
-3
vhdlparser.y
src/vhdlparser.y
+269
-254
No files found.
INSTALL
View file @
1e2fe510
DOXYGEN Version 1.7.5.1-2011111
7
DOXYGEN Version 1.7.5.1-2011111
9
Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions.
--------
Dimitri van Heesch (1
7
November 2011)
Dimitri van Heesch (1
9
November 2011)
README
View file @
1e2fe510
DOXYGEN Version 1.7.5.1_2011111
7
DOXYGEN Version 1.7.5.1_2011111
9
Please read INSTALL for compilation instructions.
...
...
@@ -26,4 +26,4 @@ forum.
Enjoy,
Dimitri van Heesch (dimitri@stack.nl) (1
7
November 2011)
Dimitri van Heesch (dimitri@stack.nl) (1
9
November 2011)
configure
View file @
1e2fe510
...
...
@@ -20,7 +20,7 @@ doxygen_version_minor=7
doxygen_version_revision
=
5.1
#NOTE: Setting version_mmn to "NO" will omit mmn info from the package.
doxygen_version_mmn
=
2011111
7
doxygen_version_mmn
=
2011111
9
bin_dirs
=
`
echo
$PATH
|
sed
-e
"s/:/ /g"
`
...
...
src/tclscanner.l
View file @
1e2fe510
...
...
@@ -969,14 +969,21 @@ D
unput('#');
yy_push_state(COMMENTLINE);
}
<COMMAND>\x1A {
<COMMAND>
{ws}*
\x1A {
D
tcl.string_commentcodify = "";
tcl.string_commentline = "";
tcl.line_body1=yylineno
-1
;
tcl.line_body1=yylineno;
tcl_command(-1,"");
}
<COMMAND>{ws}*[;\n] {
<COMMAND>{ws}*; {
D
tcl.string_commentcodify = "";
tcl.string_commentline = "";
tcl.line_body1=yylineno;
tcl_command(-1,yytext);
}
<COMMAND>{ws}*\n {
D
tcl.string_commentcodify = "";
tcl.string_commentline = "";
...
...
src/vhdlparser.y
View file @
1e2fe510
This diff is collapsed.
Click to expand it.
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