diff options
author | Rickard Green <[email protected]> | 2014-12-17 21:07:55 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-03-20 15:00:38 +0100 |
commit | cd917e88f5718eead826c896864cfe85cd3d301b (patch) | |
tree | e0afeb8fd3f335bccf57b98fc61003e9440c70a7 /lib/erl_docgen/priv/dtd/chapter.dtd | |
parent | 843cf9120d2845be2c3304fc8dcb4c16b49bbfca (diff) | |
download | otp-cd917e88f5718eead826c896864cfe85cd3d301b.tar.gz otp-cd917e88f5718eead826c896864cfe85cd3d301b.tar.bz2 otp-cd917e88f5718eead826c896864cfe85cd3d301b.zip |
Support for <do> and <dont> doc tags
Diffstat (limited to 'lib/erl_docgen/priv/dtd/chapter.dtd')
-rw-r--r-- | lib/erl_docgen/priv/dtd/chapter.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_docgen/priv/dtd/chapter.dtd b/lib/erl_docgen/priv/dtd/chapter.dtd index eb2c96b04f..4beff6cc54 100644 --- a/lib/erl_docgen/priv/dtd/chapter.dtd +++ b/lib/erl_docgen/priv/dtd/chapter.dtd @@ -29,8 +29,8 @@ <!-- Structure --> -<!ELEMENT chapter (header,(%block;|quote|warning|note|br| +<!ELEMENT chapter (header,(%block;|quote|warning|note|dont|do|br| image|marker|table)*,section+) > <!ELEMENT section (marker*,title, - (%block;|quote|warning|note|br|image|marker| + (%block;|quote|warning|note|dont|do|br|image|marker| table|section)*) > |