Skip to content

Comments for variables show up in a wrong order #31

@Philipp1297

Description

@Philipp1297

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:
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions