瀏覽代碼

Fix EDoc error - remove EDoc tag for the commented out function

pull/3/head
Grzegorz Junka 11 年之前
父節點
當前提交
15045117df
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/glc_code.erl

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

@ -299,7 +299,7 @@ field_variable_([]) ->
param_variable(Key) -> param_variable(Key) ->
?erl:variable("Param_" ++ integer_to_list(Key)). ?erl:variable("Param_" ++ integer_to_list(Key)).
%% @private Generate a list of field variable names.
%% @ private Generate a list of field variable names.
%% Walk the query tree and generate a safe variable name string for each field %% Walk the query tree and generate a safe variable name string for each field
%% that is accessed by the conditions in the query. Only allow alpha-numeric. %% that is accessed by the conditions in the query. Only allow alpha-numeric.
%%-spec field_variables(glc_ops:op()) -> [{atom(), string()}]. %%-spec field_variables(glc_ops:op()) -> [{atom(), string()}].

Loading…
取消
儲存