web/data/cubicweb.goa.js
brancholdstable
changeset 6665 90f2f20367bc
parent 6215 759cf097f5aa
--- a/web/data/cubicweb.goa.js	Tue Jul 27 12:36:03 2010 +0200
+++ b/web/data/cubicweb.goa.js	Wed Nov 03 16:38:28 2010 +0100
@@ -1,10 +1,16 @@
-/*
+/**
  *  functions specific to cubicweb on google appengine
  *
  *  :organization: Logilab
- *  :copyright: 2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+ *  :copyright: 2008-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
  */
 
-/* overrides rql_for_eid function from htmlhelpers.hs */
-function rql_for_eid(eid) { return 'Any X WHERE X eid "' + eid + '"'; }
+/**
+ * .. function:: rql_for_eid(eid)
+ *
+ * overrides rql_for_eid function from htmlhelpers.hs
+ */
+function rql_for_eid(eid) {
+        return 'Any X WHERE X eid "' + eid + '"';
+}