| 135 | } |
| 136 | |
| 137 | void MdComment::ToXml(IXmlNode& root_node) const { |
| 138 | ToTx(root_node); |
| 139 | ToNames(root_node); |
| 140 | ToFormula(root_node); |
| 141 | ToCommonProp(root_node); |
| 142 | } |
| 143 | |
| 144 | void MdComment::ToTx(IXmlNode& root_node) const { |
| 145 | comment_.ToXml(root_node, "TX"); |
no test coverage detected