- Code: Alles auswählen
// <SCD>S <Short description>
// <SCD>B <long description> [Multiline]
// <SCD>E <author>
Example class documentation:
- Code: Alles auswählen
// <SCD>S Class to save column properties
// <SCD>B This class saved the following informations
// <SCD>B - name
// <SCD>B - size
// <SCD>B - horizontal alignment
// <SCD>E Matthias Korte
General Information block:
- Code: Alles auswählen
// <SCD>TI Example Information
// <SCD>I Line 1
// <SCD>I Line 2
// <SCD>I Line 3
Information block related to a class:
- Code: Alles auswählen
// <SCD>TI Example Information
// <SCD>CI <CLASS NAME>
// <SCD>I Line 1
// <SCD>I Line 2
// <SCD>I Line 3