Method: IsoDoc::HtmlFunction::Comments#comment_cleanup
- Defined in:
- lib/isodoc/html_function/comments.rb
#comment_cleanup(docxml) ⇒ Object
54 55 56 57 58 |
# File 'lib/isodoc/html_function/comments.rb', line 54 def comment_cleanup(docxml) # move_comment_link_to_from(docxml) # reorder_comments_by_comment_link(docxml) # embed_comment_in_comment_list(docxml) end |