ndsev / zserio

zero sugar, zero fat, zero serialization overhead
https://zserio.org/
BSD 3-Clause "New" or "Revised" License
108 stars 26 forks source link

Cleanup deprecated logic in HTML generator #250

Open Mi-La opened 3 years ago

Mi-La commented 3 years ago

Currently each classic documentation comment can contain @deprecated, but HTML generator only reflects it with types and their members (fields and functions). What to do if @deprected is used e.g. in a package comment. We should define how to handle it on each single place. Note that currently the @deprecated is not handled for enum items or bitmask values and probably somewhere else e.g. pubsub / service. It's needed to review it properly.

Mi-La commented 11 months ago

See #486 and consider if it's related :-).