-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I noticed when building the documentation that the comments are in a wrong order.
The given Code Sample:
// Analog input value
iAnalogValue AT %I* : INT;
// Config data for analog input scaling
stScalingConfig : ST_ANALOG_IO_CONFIG;
// Config data for warning and error levels
stEWConfig : ST_ANALOG_EW_LEVELS;
// Config data for warning and error levels delay times
stEWDelayConfig : ST_ANALOG_EW_DELAYS;
This will output the documentation like this:

Is there a way to make this work, without having to reorder my comments for multiple projects?
It would make sense to allow comments above, below and in the same row
Metadata
Metadata
Assignees
Labels
No labels