diff options
author | Cristian Greco <[email protected]> | 2010-09-06 11:31:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-09-07 11:14:07 +0200 |
commit | e51b9af5bf80b034ef427669a3fbcb39943674d7 (patch) | |
tree | 6540f9e7b973622a2532d9594d56252d26cde4ed /lib/stdlib/doc | |
parent | 731b8398e57f55459d4616b12775a3738517e2e5 (diff) | |
download | otp-e51b9af5bf80b034ef427669a3fbcb39943674d7.tar.gz otp-e51b9af5bf80b034ef427669a3fbcb39943674d7.tar.bz2 otp-e51b9af5bf80b034ef427669a3fbcb39943674d7.zip |
Linkify applications listed under "See Also"
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/erl_id_trans.xml | 5 | ||||
-rw-r--r-- | lib/stdlib/doc/src/erl_parse.xml | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/erl_id_trans.xml b/lib/stdlib/doc/src/erl_id_trans.xml index 7c821d2efc..cfb18ec131 100644 --- a/lib/stdlib/doc/src/erl_id_trans.xml +++ b/lib/stdlib/doc/src/erl_id_trans.xml @@ -5,7 +5,7 @@ <header> <copyright> <year>1996</year> - <year>2007</year> + <year>2010</year> <holder>Ericsson AB, All Rights Reserved</holder> </copyright> <legalnotice> @@ -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> diff --git a/lib/stdlib/doc/src/erl_parse.xml b/lib/stdlib/doc/src/erl_parse.xml index ae8a8afd5c..18b592deea 100644 --- a/lib/stdlib/doc/src/erl_parse.xml +++ b/lib/stdlib/doc/src/erl_parse.xml @@ -39,7 +39,7 @@ expressions, or terms. The Abstract Format is described in the ERTS User's Guide. Note that a token list must end with the <em>dot</em> token in order - to be acceptable to the parse functions (see erl_scan).</p> + to be acceptable to the parse functions (see <seealso marker="erl_scan">erl_scan(3)</seealso>).</p> </description> <funcs> <func> |