tidyOptGetIdForName

Function tidyOptGetIdForName 

Source
pub unsafe extern "C" fn tidyOptGetIdForName(
    optnam: ctmbstr,
) -> TidyOptionId
Expand description

Returns the TidyOptionId (enum value) by providing the name of a Tidy configuration option. @param optnam The name of the option ID to retrieve. @result The TidyOptionId of the given optname.