Переглянути джерело

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) ->
?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
%% that is accessed by the conditions in the query. Only allow alpha-numeric.
%%-spec field_variables(glc_ops:op()) -> [{atom(), string()}].

Завантаження…
Відмінити
Зберегти