Skip to content

Commit

Permalink
Fix source_path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Oct 15, 2011
1 parent 813c322 commit bcacbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make_doc
Expand Up @@ -10,7 +10,7 @@ main([]) ->
code:add_patha("ebin"),
R = edoc:application(edown, ".",
[{doclet, edown_doclet},
{src_path, ["src"]},
{source_path, ["src"]},
{app_default,"http://www.erlang.org/doc/man"},
{stylesheet, ""}, % don't copy stylesheet.css
{image, ""}, % don't copy erlang.png
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -10,7 +10,7 @@
%% This is a reasonable set of options to use for edown, but edown
%% doesn't actually use rebar to make its own docs.
%% {edoc_opts, [{doclet, edown_doclet},
%% {src_path, ["src", "test"]},
%% {source_path, ["src", "test"]},
%% {stylesheet, ""},
%% {image, ""},
%% {app_default,"http://www.erlang.org/doc/man"}]}.

0 comments on commit bcacbef

Please sign in to comment.