Skip to content

Harmonize and document enums

Martin Stump requested to merge harmonize-and-document-enums into preview-v6.0.0
  • Document all enums, if possible according to OSI
  • Use the smallest possible underlying type for all enums: either std::uint8_t or std::int8_t

The program was tested solely for our own use cases, which might differ from yours.

Martin Stump martin.stump@mercedes-benz.com on behalf of Mercedes-Benz Tech Innovation GmbH, Provider Information

Merge request reports