Method: IsoDoc::WordFunction::Comments#comment_cleanup
- Defined in:
- lib/isodoc/word_function/comments.rb
#comment_cleanup(docxml) ⇒ Object
59 60 61 62 63 |
# File 'lib/isodoc/word_function/comments.rb', line 59 def comment_cleanup(docxml) move_comment_link_to_from(docxml) reorder_comments_by_comment_link(docxml) (docxml) end |