OEGetComment¶
const char *OEGetComment(const OEMolBase &mol)
Returns a pointer to the text comment attached to a molecule. These
comments are written to the comment field of .sdf and .mol2 formats
and are also stored in OEBinary format. This property may be set
using the OESetComment
function.