FIX: NOBUG_LOG env parsing error
[nobug.git] / doc / annotationtable.txt
blobaadbb14d8f4ae4c4b20474d55c6c601900ae97e4
2 HEAD~ Annotation Semantics; annotation,semantics; actions taken on annotations
4 The action that should be taken when an annotated source line is reached
5 depends on the build level.
7 [frame="topbot",options="header"]
8 |================================================
9 |              |ALPHA |BETA         |RELEASE
10 |DEPRECATED    |
11 log footnote:[will only log once for each source line (not on each hit)] |
12 nothing footnote:[optimized out, irrelevant] |
13 won't compile footnote:[aborts compilation with an error message]
15 |UNIMPLEMENTED |abort footnote:[spew a log message, then abort the program] |
16 abort |won't compile
18 |FIXME         |log   |won't compile |won't compile
19 |TODO          |log   |log          |won't compile
20 |PLANNED       |log   |nothing      |nothing
21 |NOTREACHED    |abort |abort        |removed footnote:[optmized out, size]
22 |================================================