diff options
author | Stuart Rackham <srackham@methods.co.nz> | 2009-03-05 12:02:46 +1300 |
---|---|---|
committer | Stuart Rackham <srackham@methods.co.nz> | 2009-03-05 12:02:46 +1300 |
commit | aa79ef3d32aa58d02c9c3956df5e738317a4e632 (patch) | |
tree | 27fc1d4f1fec8ae84782801a9af233631017f02f /asciidocapi.py | |
parent | 195bf7b7f2f337009e5587246b1124ca95ebcdcd (diff) | |
download | asciidoc-aa79ef3d32aa58d02c9c3956df5e738317a4e632.tar.gz |
Added asciidoc(1) --doctest option.
Diffstat (limited to 'asciidocapi.py')
-rw-r--r-- | asciidocapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidocapi.py b/asciidocapi.py index 9042670..2daac5f 100644 --- a/asciidocapi.py +++ b/asciidocapi.py @@ -12,7 +12,7 @@ compiles `mydoc.txt` to `mydoc.html`: - Full documentation in asciidocapi.txt. - See the doctests below for more examples. -== Doctests == +Doctests: 1. Check execution: |