From 143fef34f1f0ad2510c9e865b720def2b04c8f4b Mon Sep 17 00:00:00 2001 From: Andrea Aime Date: Wed, 28 Dec 2005 15:17:29 +0000 Subject: [PATCH] Explainations for the new option resetting feature --- doc/cd-opt.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/cd-opt.xml b/doc/cd-opt.xml index 711827c..bd29760 100644 --- a/doc/cd-opt.xml +++ b/doc/cd-opt.xml @@ -132,4 +132,16 @@ using @opt attributes on individual classes. In this case the @opt specification temporarily overrides the particular global setting for the class being processed. +

Finally, you can reset an option to its default value by prefixing it + with an exclamation mark. For example: + +/** + * @opt !attributes + * @opt !nodefontsize + */ +class MyClass {} + + +will disable attribute listing for MyClass, and reset the node font size +to its default value (10).