tidy-html5/include
Jim Derry 626375346d Adds message squelching (muting) to Tidy, avoiding the need to specify a new
option every time we might want to allow or disallow new output. Adds two new
options:
  - `squelch-id` (default **no**) will provide tags during Tidy's output that
    can be used to silence warnings. For example, `MISSING_ENDTAG_OPTIONAL`
    will be shown after warnings of that type. Then in the future, the user can
    use...
  - `squelch` (default NULL) takes a list of message identification tags.
    Messages of this tag type will then be muted from output.

This gives the user great control over hiding things that he or she doesn't care
about seeing. However, muted errors/warnings still count toward error summaries.

If we merge this, then TidyShowMetaChange and TidyWarnPropAttrs are candidates
for removal (using the deprecation mechanism Tidy now has, these will continue
to work, though).
2017-10-08 10:47:03 -04:00
..
buffio.h Improve doxy comment formating - no code changes 2016-09-11 17:20:43 +02:00
platform.h Improve doxy comment formating - no code changes 2016-09-11 17:20:43 +02:00
tidy.h SPRTF is now compatible with macOS and Linux, and most likely all supported 2017-10-03 22:31:55 -04:00
tidybuffio.h Documentation-only changes to the public headers for consistency with other 2017-09-30 09:35:00 -04:00
tidyenum.h Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
tidyplatform.h Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00