Commit f85cf6d1 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Release-1.7.5.1-20111119

parent d0ad09e7
DOXYGEN Version 1.7.5.1-20111117 DOXYGEN Version 1.7.5.1-20111119
Please read the installation section of the manual Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions. (http://www.doxygen.org/install.html) for instructions.
-------- --------
Dimitri van Heesch (17 November 2011) Dimitri van Heesch (19 November 2011)
DOXYGEN Version 1.7.5.1_20111117 DOXYGEN Version 1.7.5.1_20111119
Please read INSTALL for compilation instructions. Please read INSTALL for compilation instructions.
...@@ -26,4 +26,4 @@ forum. ...@@ -26,4 +26,4 @@ forum.
Enjoy, Enjoy,
Dimitri van Heesch (dimitri@stack.nl) (17 November 2011) Dimitri van Heesch (dimitri@stack.nl) (19 November 2011)
...@@ -20,7 +20,7 @@ doxygen_version_minor=7 ...@@ -20,7 +20,7 @@ doxygen_version_minor=7
doxygen_version_revision=5.1 doxygen_version_revision=5.1
#NOTE: Setting version_mmn to "NO" will omit mmn info from the package. #NOTE: Setting version_mmn to "NO" will omit mmn info from the package.
doxygen_version_mmn=20111117 doxygen_version_mmn=20111119
bin_dirs=`echo $PATH | sed -e "s/:/ /g"` bin_dirs=`echo $PATH | sed -e "s/:/ /g"`
......
...@@ -969,14 +969,21 @@ D ...@@ -969,14 +969,21 @@ D
unput('#'); unput('#');
yy_push_state(COMMENTLINE); yy_push_state(COMMENTLINE);
} }
<COMMAND>\x1A { <COMMAND>{ws}*\x1A {
D D
tcl.string_commentcodify = ""; tcl.string_commentcodify = "";
tcl.string_commentline = ""; tcl.string_commentline = "";
tcl.line_body1=yylineno-1; tcl.line_body1=yylineno;
tcl_command(-1,""); 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 D
tcl.string_commentcodify = ""; tcl.string_commentcodify = "";
tcl.string_commentline = ""; tcl.string_commentline = "";
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment