Index: openacs-4/packages/acs-content-repository/www/doc/api/item.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/api/item.adp,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-content-repository/www/doc/api/item.adp 27 Oct 2014 16:39:14 -0000 1.2 +++ openacs-4/packages/acs-content-repository/www/doc/api/item.adp 20 Aug 2015 17:19:49 -0000 1.2.2.1 @@ -648,9 +648,9 @@ Parameters:Not yet documentedDeclaration:

 procedure unset_live_revision (
   --/** Set the live revision to null for the item
-  --    @author Michael Pih
-  --    @param item_id The id of the item for which to unset the live revision
-  --    @see {content_item.set_live_revision}
+  --    \@author Michael Pih
+  --    \@param item_id The id of the item for which to unset the live revision
+  --    \@see {content_item.set_live_revision}
   item_id      in cr_items.item_id%TYPE
 );