Home
last modified time | relevance | path

Searched refs:showDeprecationHint (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/highlight/highlight-4.1/src/cli/
H A Dcmdlineoptions.cpp336 showDeprecationHint(OPT_COMPAT_CSS, "style-outfile"); in parseRuntimeOptions()
354 showDeprecationHint(OPT_COMPAT_NODOC, "fragment"); in parseRuntimeOptions()
412 showDeprecationHint(OPT_COMPAT_OUTDIR, "outdir"); in parseRuntimeOptions()
436 showDeprecationHint(OPT_COMPAT_SRCLANG, "syntax"); in parseRuntimeOptions()
448 showDeprecationHint(OPT_COMPAT_TAB, "replace-tabs"); in parseRuntimeOptions()
485 showDeprecationHint(OPT_COMPAT_FAILSAFE, OPT_FORCE_OUTPUT); in parseRuntimeOptions()
536 showDeprecationHint(OPT_PLUGIN_READFILE, OPT_PLUGIN_PARAMETER); in parseRuntimeOptions()
552 showDeprecationHint(OPT_COMPAT_DOC, "NONE"); in parseRuntimeOptions()
564 showDeprecationHint(OPT_EOL_DELIM_CR, "NONE"); in parseRuntimeOptions()
569 showDeprecationHint(OPT_START_NESTED, "NONE"); in parseRuntimeOptions()
[all …]
H A Dcmdlineoptions.h586 void showDeprecationHint ( const std::string & option, const std::string & alt ) const;