The existing Documentation annotation of the class is overwritten, so an empty argument for e.g. revisions means that an existing revisions annotation is removed.
function setDocumentationAnnotation input TypeName class_; input String info = ""; input String revisions = ""; output Boolean bool; end setDocumentationAnnotation;