Re: [Doxygen-users] vhdlflow command

2013-01-29 Thread vikesh rambaran
Hi On Tue, Jan 29, 2013 at 11:00 AM, mkk wrote: > 1. don't make comments which are starting with --! inside sequential > statements ! > 2. if you make some comments inside your vhdlflow example try this: > > PROC_TEST_FLOW : process (p_Clk) > --# PROC_TEST_FLOW ... > --# p_Clk -> clock >

Re: [Doxygen-users] Comments in VHDL Process

2013-01-28 Thread vikesh rambaran
Hi Thanx for the quick reply and work around The whitespace after the --! solves the problem Keep well Vicki On Mon, Jan 28, 2013 at 7:42 PM, mkk wrote: > It is a bug and should be fixed in the next update. > > > --! @brief Process 4to manage reception of nrzi bits > --! {w

[Doxygen-users] vhdlflow command

2013-01-28 Thread vikesh rambaran
Hi Is it possible to configure the \vdhlflow command to only include conditional statements and associated comments instead of all the code as well. For the simple example below, the reset case includes the following two lines in the diagram s_t_MpxState <= t_MpxIdle; v_DataTransaction := '1';

[Doxygen-users] Comments in VHDL Process

2013-01-28 Thread vikesh rambaran
Hi Doxygen does not seem to generate html output correctly for vhdl processes with a 'single' parameter in the sensitivity list. I have tried version 1.8.3.1 and an earlier version. Using the attached example file, the following html output is incorrect: 1. Process section : The brief descriptio

[Doxygen-users] VHDL Process comments

2013-01-28 Thread vikesh rambaran
Hi Doxygen does not seem to generate html output correctly for vhdl processes with a 'single' parameter in the sensitivity list. I have tried version 1.8.3.1 and an earlier version. Using the attached example file, the following html output is incorrect: 1. Process section : The brief description