summaryrefslogtreecommitdiff
path: root/doc/asciidocapi.txt
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2009-03-14 11:46:30 +1300
committerStuart Rackham <srackham@methods.co.nz>2009-03-14 11:46:30 +1300
commitdb539abbefac7fe5918dea9d9f6dcb9bf84dedd8 (patch)
tree6db5d83de758e4ab1f460430fab34271c915cf38 /doc/asciidocapi.txt
parent5d8105342bec0b9ccd5f6f33e4bd63ebca1008f1 (diff)
downloadasciidoc-git-db539abbefac7fe5918dea9d9f6dcb9bf84dedd8.tar.gz
asciidocapi: Setting an attribute value to `None` will undefine (delete) the
attribute (this in addition to the `name!` attribute name format that the `asciidoc(1)` command uses).
Diffstat (limited to 'doc/asciidocapi.txt')
-rw-r--r--doc/asciidocapi.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/asciidocapi.txt b/doc/asciidocapi.txt
index 8a8385f..cc572fd 100644
--- a/doc/asciidocapi.txt
+++ b/doc/asciidocapi.txt
@@ -116,7 +116,10 @@ Instance attributes
The imported `asciidoc.py` module.
`attributes`::
-A dictionary of AsciiDoc attribute values passed to AsciiDoc.
+A dictionary of AsciiDoc attribute values passed to AsciiDoc. Setting
+an attribute value to `None` will undefine (delete) the attribute
+(this in addition to the `name!` attribute name format that the
+`asciidoc(1)` command uses).
`cmd`::
The file path of the `asciidoc.py` script. Set by the `__init__`