diff options
-rw-r--r-- | docs/sandbox/readme-sandbox.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/sandbox/readme-sandbox.html b/docs/sandbox/readme-sandbox.html index d5757ef57..e83539882 100644 --- a/docs/sandbox/readme-sandbox.html +++ b/docs/sandbox/readme-sandbox.html @@ -207,6 +207,18 @@ and before samples are extracted. </li> </ul> +If the code is broken (e.g., if it no longer works in the latest +version of AspectJ), then prefix SAMPLE with BROKEN in the tag: + +<pre> + {comment} START-<skipParse/>BROKEN-SAMPLE ... + ... sample code ... + {comment} END-<skipParse/>BROKEN-SAMPLE ... + ... more text ... +</pre> + +It will no longer be gathered, but can be fixed and reinstated. + <p> Happy coding! <hr> |