From 15045117df6cd3ca0f4bbcd9c91ea345a20a4027 Mon Sep 17 00:00:00 2001 From: Grzegorz Junka Date: Sat, 27 Jul 2013 16:26:27 +0000 Subject: [PATCH] Fix EDoc error - remove EDoc tag for the commented out function --- src/glc_code.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glc_code.erl b/src/glc_code.erl index 810ca3c..5a3c377 100644 --- a/src/glc_code.erl +++ b/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()}].