Skip to content

Commit

Permalink
Merge pull request #43 from zuckschwerdt/fix-doc-include-fun
Browse files Browse the repository at this point in the history
documentation fix for Include_fun
  • Loading branch information
willemdj committed Sep 11, 2015
2 parents 8d7fdd5 + 352e351 commit f83088e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/erlsom.erl
Expand Up @@ -64,9 +64,11 @@
%%
%% 'Include_fun' is a function that finds the files that are
%% included or imported in the XSD. It should be a function that
%% takes 3 arguments:
%% takes 4 arguments:
%% Namespace (from the XSD). This is a string or 'undefined'
%% SchemaLocation (from the XSD). This is a string or 'undefined'
%% Include_files. This is the value of the ‘include_files’ option if this
%% option was passed to compile_xsd(); [] otherwise.
%% Include_Dirs. This is the value of the Include_dirs option if provided,
%% 'undefined' otherwise.
%% Prefix_list
Expand Down

0 comments on commit f83088e

Please sign in to comment.