[erlang-patches] small fixes for documentation
Björn Gustavsson
bgustavsson@REDACTED
Tue Sep 7 11:21:07 CEST 2010
2010/9/6 Björn Gustavsson <bgustavsson@REDACTED>:
> <section>
> <title>See Also</title>
> - <p><seealso marker="erl_parse">erl_parse(3)</seealso>, compile(3).</p>
> + <p><seealso marker="erl_parse">erl_parse(3)</seealso>,
> + <seealso marker="compile">compiler:compile(3)</seealso>.</p>
I got it wrong. Obviously, the add "compiler:" prefix should go inside the
marker value, not where I put it. It should look like this:
diff --git a/lib/stdlib/doc/src/erl_id_trans.xml
b/lib/stdlib/doc/src/erl_id_trans.xml
index 7c821d2..cfb18ec 100644
--- a/lib/stdlib/doc/src/erl_id_trans.xml
+++ b/lib/stdlib/doc/src/erl_id_trans.xml
@@ -70,7 +70,8 @@
<section>
<title>See Also</title>
- <p><seealso marker="erl_parse">erl_parse(3)</seealso>, compile(3).</p>
+ <p><seealso marker="erl_parse">erl_parse(3)</seealso>,
+ <seealso marker="compiler:compile">compile(3)</seealso>.</p>
</section>
</erlref>
--
Björn Gustavsson, Erlang/OTP, Ericsson AB
More information about the erlang-patches
mailing list