bengeisler / TcLog

Flexible logging functionality for TwinCAT 3.
MIT License
54 stars 10 forks source link

doc: optimized struct-entry comments #9

Closed seehma closed 1 year ago

seehma commented 1 year ago

Here is a second PR for struct-comments. (every variable comment, no matter if it is in an VAR_INPUT myVar : BOOL; //< blabla END_VAR or a method should be done in that way. These comments should no show up in the description section of your struct-api-doc.

However, it should also work with three / above of the to-be-commented-variable. We are looking into this...

seehma commented 1 year ago

ok, we fixed this one, should now also work with tripple / above the variables...