pub unsafe extern "C" fn pm_comment_type(
comment: *const pm_comment_t,
) -> pm_comment_type_tExpand description
Returns the type associated with the given comment.
@param comment the comment whose type we want to get @returns the type associated with the given comment. This can either be PM_COMMENT_INLINE or PM_COMMENT_EMBDOC.