Re: [Doxygen-users] VHDL Process Comments Grouped Wrong

2016-01-21 Thread spaceman_spiff
I kept digging and found a work around for this issue. This appears to be related to conditionals. If, for instance, I have the code below without a dummy signal work around, all comments for processes (and functions) get shifted to the wrong processes (and functions). e.g. For the below example

[Doxygen-users] VHDL Process Comments Grouped Wrong

2016-01-21 Thread spaceman_spiff
I'm new to Doxygen and am setting up my process statements like the following; however, they are grouped incorrectly. When I output the html, all comments associated with example_process1 are grouped with example_process2. In my actual code, they are all off by one grouping. Process 1 groups with p