Skip to main content

pm_comment_type

Function pm_comment_type 

Source
pub unsafe extern "C" fn pm_comment_type(
    comment: *const pm_comment_t,
) -> pm_comment_type_t
Expand 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.