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/edoc/src/edoc_doclet.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/edoc/src') diff --git a/lib/edoc/src/edoc_doclet.erl b/lib/edoc/src/edoc_doclet.erl index f55cffe158..6cb3095507 100644 --- a/lib/edoc/src/edoc_doclet.erl +++ b/lib/edoc/src/edoc_doclet.erl @@ -40,7 +40,7 @@ -import(edoc_report, [report/2, warning/2]). -%% @headerfile "edoc_doclet.hrl" +%% @headerfile "../include/edoc_doclet.hrl" -include("../include/edoc_doclet.hrl"). -define(EDOC_APP, edoc). -- cgit v1.2.3