diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-09-09 15:43:36 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-09-09 15:43:36 +0200 |
commit | 7b0552f2136cab272381b25685eec55fa5793ce4 (patch) | |
tree | 608fd1d41eaae4b8c12e83898548cfea58fe89d5 /lib/erl_docgen | |
parent | ac54f126d0a8aa4e7f5a7cf2e445d18e77443e30 (diff) | |
parent | fc13629197e7c3698ff0739b51d8219069444dec (diff) | |
download | otp-7b0552f2136cab272381b25685eec55fa5793ce4.tar.gz otp-7b0552f2136cab272381b25685eec55fa5793ce4.tar.bz2 otp-7b0552f2136cab272381b25685eec55fa5793ce4.zip |
Merge branch 'kenneth/doc_to_dtd/OTP-11193' into maint
* kenneth/doc_to_dtd/OTP-11193:
Corrections so that the documentation confirms to the DTD
Minor correction of xml structure to conform to the DTD
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/priv/dtd/common.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/dtd/common.dtd b/lib/erl_docgen/priv/dtd/common.dtd index fdc02c55a1..f999ef8ea4 100644 --- a/lib/erl_docgen/priv/dtd/common.dtd +++ b/lib/erl_docgen/priv/dtd/common.dtd @@ -67,7 +67,7 @@ <!-- References --> -<!ELEMENT seealso (#PCDATA) > +<!ELEMENT seealso (#PCDATA|c|em)* > <!ATTLIST seealso marker CDATA #REQUIRED > <!ELEMENT url (#PCDATA) > <!ATTLIST url href CDATA #REQUIRED > |