aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/cerl_trees.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2015-03-25 15:55:48 +0100
committerBjörn Gustavsson <[email protected]>2015-03-25 15:55:48 +0100
commit7d3a9c237dcc476dfa1a0d6e10cfe6c5e3b8ce44 (patch)
tree3789d4e57d001c3ae74be5d4b5bcd12dabac3527 /lib/compiler/src/cerl_trees.erl
parentc2fb3160dee9ad90783ad993c656177c7963d07c (diff)
parenta0390ae92bff9aa42c8a06081dcf58bc6336bf93 (diff)
downloadotp-7d3a9c237dcc476dfa1a0d6e10cfe6c5e3b8ce44.tar.gz
otp-7d3a9c237dcc476dfa1a0d6e10cfe6c5e3b8ce44.tar.bz2
otp-7d3a9c237dcc476dfa1a0d6e10cfe6c5e3b8ce44.zip
Merge branch 'bjorn/doc'
* bjorn/doc: cerl_trees: Fix incorrect EDoc reference to the cerl module cerl: Correct incorrect EDoc references
Diffstat (limited to 'lib/compiler/src/cerl_trees.erl')
-rw-r--r--lib/compiler/src/cerl_trees.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/cerl_trees.erl b/lib/compiler/src/cerl_trees.erl
index b93da8e97f..f1bf0e02e7 100644
--- a/lib/compiler/src/cerl_trees.erl
+++ b/lib/compiler/src/cerl_trees.erl
@@ -19,7 +19,7 @@
%% @doc Basic functions on Core Erlang abstract syntax trees.
%%
%% <p>Syntax trees are defined in the module <a
-%% href=""><code>cerl</code></a>.</p>
+%% href="cerl"><code>cerl</code></a>.</p>
%%
%% @type cerl() = cerl:cerl()