diff options
author | wisberg <wisberg> | 2003-09-27 01:48:51 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-09-27 01:48:51 +0000 |
commit | 0043498e4384daa48bdd0e976003148e5d06ac53 (patch) | |
tree | b63973384a61b416c700693fe2bcb6dca80f8275 /docs | |
parent | 8e5311a519d73ae81180906b5ec705146a2a66e4 (diff) | |
download | aspectj-0043498e4384daa48bdd0e976003148e5d06ac53.tar.gz aspectj-0043498e4384daa48bdd0e976003148e5d06ac53.zip |
doc handling of code gone stale...
Diffstat (limited to 'docs')
-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> |