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
4edf2204
Commit
4edf2204
authored
Nov 19, 2011
by
dimitri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release-1.7.5.1-20111119
parent
1e2fe510
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
doxygen.css
src/doxygen.css
+2
-0
doxygen_css.h
src/doxygen_css.h
+2
-0
vhdlparser.y
src/vhdlparser.y
+1
-1
Doxygen.vcproj
winbuild/Doxygen.vcproj
+2
-2
No files found.
src/doxygen.css
View file @
4edf2204
...
...
@@ -199,6 +199,8 @@ td.indexkey {
border
:
1px
solid
#
#cc
;
margin
:
2px
0px
2px
0
;
padding
:
2px
10px
;
white-space
:
nowrap
;
vertical-align
:
top
;
}
td
.indexvalue
{
...
...
src/doxygen_css.h
View file @
4edf2204
...
...
@@ -199,6 +199,8 @@
" border: 1px solid ##cc;
\n
"
" margin: 2px 0px 2px 0;
\n
"
" padding: 2px 10px;
\n
"
" white-space: nowrap;
\n
"
" vertical-align: top;
\n
"
"}
\n
"
"
\n
"
"td.indexvalue {
\n
"
...
...
src/vhdlparser.y
View file @
4edf2204
...
...
@@ -363,7 +363,7 @@ physical_literal_1 : /* empty */ {$$="";}
physical_literal_no_default : t_AbstractLit t_Identifier {$$=$1+" "+$2;}
idf_list : t_Identifier {$$=$1;}
| idf_list t_Comma t_Identifier {$$=$1+","+$3}
;
| idf_list t_Comma t_Identifier {$$=$1+","+$3}
;
/*------------------------------------------
...
...
winbuild/Doxygen.vcproj
View file @
4edf2204
...
...
@@ -1983,7 +1983,7 @@
>
<Tool
Name=
"Lex"
CommandLine=
"flex -i -Pvhdl
s
canYY [AllOptions] [AdditionalOptions] [inputs]"
CommandLine=
"flex -i -Pvhdl
S
canYY [AllOptions] [AdditionalOptions] [inputs]"
/>
</FileConfiguration>
<FileConfiguration
...
...
@@ -1991,7 +1991,7 @@
>
<Tool
Name=
"Lex"
CommandLine=
"flex -i -Pvhdl
s
canYY [AllOptions] [AdditionalOptions] [inputs]"
CommandLine=
"flex -i -Pvhdl
S
canYY [AllOptions] [AdditionalOptions] [inputs]"
/>
</FileConfiguration>
</File>
...
...
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