Hi all,


I just stumbled on something that seems like a bug in Doxygen to me. In VHDL 
you can use the keyword 'to' within a case statement. For example:



------

case some_integer is

    when 0 => -- do something



    when 1 to 5  =>  -- do something else

    when others =>  -- do this in all other situations

end case;

------



Although this is 'legal' (and synthesizeable) VHDL, Doxygen reports this 'to' 
keyword as a 'syntax error'. The resulting corresponding output of Doxygen is 
not complete after this.



Is there a way around this errror?



Thanks in advance,



Filip



P.S. I'm using Doxygen version 1.8.9.1 on Windows 7 (64-bit, Service Pack 1).



------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to