Remove the !hide special tag

This commit is contained in:
Martin Hořeňovský
2020-01-28 20:48:32 +01:00
parent 49e000b505
commit ddd0e7218d
4 changed files with 5 additions and 4 deletions

View File

@@ -49,6 +49,8 @@
* `SectionInfo` no longer contains section description as a member (#1319)
* You can still write `SECTION("ShortName", "Long and wordy description")`, but the description is thrown away
* The description type now must be a `const char*` or implicitly convertible to it
* The `[!hide]` tag has been removed.
* Use `[.]` or `[.foo]` instead.
### Fixes
* The `INFO` macro no longer contains superfluous semicolon (#1456)