diff -r ef903fff826d -r 7b9553a9db65 web/data/cubicweb.goa.js --- a/web/data/cubicweb.goa.js Thu Jun 03 10:17:44 2010 +0200 +++ b/web/data/cubicweb.goa.js Thu Jun 03 14:51:42 2010 +0200 @@ -1,10 +1,17 @@ -/* +/** * functions specific to cubicweb on google appengine * * :organization: Logilab - * :copyright: 2008 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 + '"'; +} +