#![cfg(feature = "doc_on")]
pub const EVENT_SHOULD_BE_BROKEN_LINK: &str = "Event must be broken link.";
pub const FORMAT_SHOULD_SUCCESS: &str = "Format to string should be success.";
pub const EVENT_NEST_LV_UNDERFLOW: &str = "Event nest level is underflowed.";
pub const EVENT_NEST_LV_OVERFLOW: &str = "Event nest level is overflowed.";
pub const FRAGMENT_NOT_FOUND: &str = "Fragment not found.";
pub const INVALID_ITEM_TYPE: &str = "Invalid item type is detected.";
pub const MD_PRINT_FAIL: &str = "Markdown print failed.";
pub const UNEXPECTED_ITEM: &str = "`doc_share` can not use this item type.";
pub const MODERATE_SAME_TITLES: &str = "Too many same titles.";