浏览代码

rebar_core: minor comment fix

pull/3/head
Tuncer Ayaz 11 年前
父节点
当前提交
39c38b6141
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_core.erl

+ 1
- 1
src/rebar_core.erl 查看文件

@ -577,7 +577,7 @@ get_base_plugin_dirs(Cwd, PredirsAssoc) ->
[filename:join(Dir, "plugins") || [filename:join(Dir, "plugins") ||
Dir <- get_plugin_base_dirs(Cwd, PredirsAssoc)]. Dir <- get_plugin_base_dirs(Cwd, PredirsAssoc)].
%% @doc PredirsAssoc is a dictionary of plugindir -> 'parent' pairs
%% @doc PredirsAssoc is a dictionary of plugindir -> 'parent' pairs.
%% 'parent' in this case depends on plugin; therefore we have to give %% 'parent' in this case depends on plugin; therefore we have to give
%% all plugins that Cwd ('parent' in this case) depends on. %% all plugins that Cwd ('parent' in this case) depends on.
get_plugin_base_dirs(Cwd, PredirsAssoc) -> get_plugin_base_dirs(Cwd, PredirsAssoc) ->

正在加载...
取消
保存