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).