diff options
author | Lars Thorsen <[email protected]> | 2011-11-17 12:27:59 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-11-18 14:28:44 +0100 |
commit | 4424b10d7054025eef3e721f64fb53ad7b357282 (patch) | |
tree | 3021ca22d285757cd63054e6925b7c56ec8724a7 /lib/erl_docgen/doc/src/refman_dtds.xml | |
parent | ebaf44e2d10bdf6bca2fc83d10e75e144dcbde2d (diff) | |
download | otp-4424b10d7054025eef3e721f64fb53ad7b357282.tar.gz otp-4424b10d7054025eef3e721f64fb53ad7b357282.tar.bz2 otp-4424b10d7054025eef3e721f64fb53ad7b357282.zip |
[erl_docgen] Tidy up the documentation moved from docbuilder to erl_docgen
Diffstat (limited to 'lib/erl_docgen/doc/src/refman_dtds.xml')
-rw-r--r-- | lib/erl_docgen/doc/src/refman_dtds.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/erl_docgen/doc/src/refman_dtds.xml b/lib/erl_docgen/doc/src/refman_dtds.xml index a7beaed708..7b01c57db4 100644 --- a/lib/erl_docgen/doc/src/refman_dtds.xml +++ b/lib/erl_docgen/doc/src/refman_dtds.xml @@ -573,8 +573,8 @@ a <c><![CDATA[<nametext>]]></c> (function name and arguments, plain text).</p> - <p>In the case of an <c>erlref</c> DTD, DocBuilder will - automatically try to add a + <p>In the case of an <c>erlref</c> DTD, it will + automatically be added a <seealso marker="inline_tags#markerTAG">marker</seealso>, <c><![CDATA[<marker id="Name/Arity">]]></c> or <c><![CDATA[<marker id="Name">]]></c>, based on the contents of @@ -585,7 +585,7 @@ <name>foo(Arg1, Arg2) -> ok | {error, Reason}</name> ]]></pre> - <p>DocBuilder will create a marker + <p>Then a marker like this will be added <c><![CDATA[<marker id="foo/2">]]></c> before the function definition in the generated HTML. That is, referring to the function using |