diff options
author | Radek Szymczyszyn <[email protected]> | 2018-04-26 19:10:40 +0200 |
---|---|---|
committer | Radek Szymczyszyn <[email protected]> | 2018-05-04 12:30:48 +0200 |
commit | 1a6adf47cf8895a508cd76660ed69f1f3dfb0bcd (patch) | |
tree | cc9bcb807ae74506f232d58af82ac5db685a184a /lib/edoc | |
parent | 8313eae72dd170d2f4502d225b74dbf543198313 (diff) | |
download | otp-1a6adf47cf8895a508cd76660ed69f1f3dfb0bcd.tar.gz otp-1a6adf47cf8895a508cd76660ed69f1f3dfb0bcd.tar.bz2 otp-1a6adf47cf8895a508cd76660ed69f1f3dfb0bcd.zip |
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.
Diffstat (limited to 'lib/edoc')
-rw-r--r-- | lib/edoc/src/edoc_doclet.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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). |