From 0043498e4384daa48bdd0e976003148e5d06ac53 Mon Sep 17 00:00:00 2001 From: wisberg Date: Sat, 27 Sep 2003 01:48:51 +0000 Subject: [PATCH] doc handling of code gone stale... --- docs/sandbox/readme-sandbox.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. +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: + +
+  {comment} START-BROKEN-SAMPLE ...
+  ... sample code ...
+  {comment} END-BROKEN-SAMPLE ...
+  ... more text ...
+
+ +It will no longer be gathered, but can be fixed and reinstated. +

Happy coding!


-- 2.39.5