Function tidyGetMessageDoc

Source
pub unsafe extern "C" fn tidyGetMessageDoc(
    tmessage: TidyMessage,
) -> TidyDoc
Expand description

Get the tidy document this message comes from. @param tmessage Specify the message that you are querying. @result Returns the TidyDoc that generated the message.