Used to set the Documentation annotation of a class. An empty argument (e.g. for revisions) means no annotation is added.
function setDocumentationAnnotation input TypeName class_; input String info = ""; input String revisions = ""; output Boolean bool; end setDocumentationAnnotation;