From 1a6adf47cf8895a508cd76660ed69f1f3dfb0bcd Mon Sep 17 00:00:00 2001 From: Radek Szymczyszyn Date: Thu, 26 Apr 2018 19:10:40 +0200 Subject: Fix syntactic issues in EDoc comments across some libs See https://github.com/erszcz/docsh/issues/23 for an explanation about how the files were found. --- lib/compiler/src/cerl_trees.erl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/compiler') diff --git a/lib/compiler/src/cerl_trees.erl b/lib/compiler/src/cerl_trees.erl index c7a129b42c..533c984221 100644 --- a/lib/compiler/src/cerl_trees.erl +++ b/lib/compiler/src/cerl_trees.erl @@ -351,10 +351,9 @@ mapfold(F, S0, T) -> mapfold(fun(T0, A) -> {T0, A} end, F, S0, T). -%% @spec mapfold(Pre, Post, Initial::term(), Tree::cerl()) -> -%% {cerl(), term()} -%% -%% Pre = Post = (cerl(), term()) -> {cerl(), term()} +%% @spec mapfold(Pre, Post, Initial::term(), Tree::cerl()) -> {cerl(), term()} +%% Pre = (cerl(), term()) -> {cerl(), term()} +%% Post = (cerl(), term()) -> {cerl(), term()} %% %% @doc Does a combined map/fold operation on the nodes of the %% tree. It begins by calling Pre on the tree, using the -- cgit v1.2.3