[Doxygen-develop] Patch to suppress QFile warning when documenting VHDL
Brought to you by:
dimitri
From: Keith J O. <kjo...@Ra...> - 2008-02-19 19:57:45
|
Greetings, Here is a small patch against the current Doxygen SVN head to suppress QFile warnings when parsing VHDL files. Index: vhdlscanner.l =================================================================== --- vhdlscanner.l (revision 613) +++ vhdlscanner.l (working copy) @@ -1668,6 +1668,7 @@ current=0; groupLeaveFile(yyFileName,yyLineNr); + inputFile.close(); //mergeBrief(current_root); //mergeGrouping(current_root,0) Regards, Keith |