You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 17:35:46 UTC

[13/23] goldrush commit: updated refs/heads/import-master to 71e6321

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


Project: http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/commit/15045117
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/tree/15045117
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/diff/15045117

Branch: refs/heads/import-master
Commit: 15045117df6cd3ca0f4bbcd9c91ea345a20a4027
Parents: 879c698
Author: Grzegorz Junka <li...@gjunka.com>
Authored: Sat Jul 27 16:26:27 2013 +0000
Committer: Grzegorz Junka <li...@gjunka.com>
Committed: Sat Jul 27 16:26:27 2013 +0000

----------------------------------------------------------------------
 src/glc_code.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-goldrush/blob/15045117/src/glc_code.erl
----------------------------------------------------------------------
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()}].