[erlang-questions] edoc and nested src folder tree structure

Maxim Sokhatsky maxim@REDACTED
Tue Nov 4 13:10:24 CET 2014


Thanks, now it fails at

-include("api.hrl").
-export(?API).

whre in api.hrl I have 

-define(API, [find_executable/0, start_port/2, known_events/0, line_to_event/1]).

with:

/Users/5HT/depot/.../deps/fs/src/sys/fanotify.erl: at line 3: bad function arity
edoc: skipping source file '/Users/5HT/depot/.../deps/fs/src/sys/fanotify.erl': {'EXIT',error}.

--  
Maxim





More information about the erlang-questions mailing list