bind9/doc
Ondřej Surý fe7ce629f4 Add FALLTHROUGH macro for __attribute__((fallthrough))
Gcc 7+ and Clang 10+ have implemented __attribute__((fallthrough)) which
is explicit version of the /* FALLTHROUGH */ comment we are currently
using.

Add and apply FALLTHROUGH macro that uses the attribute if available,
but does nothing on older compilers.

In one case (lib/dns/zone.c), using the macro revealed that we were
using the /* FALLTHROUGH */ comment in wrong place, remove that comment.
2022-03-25 08:33:43 +01:00
..
arm Fix dig option hyperlinks in the TSIG section of the ARM 2022-03-14 13:22:40 +01:00
design Drop documents that have been folded into doc/dev/dev.md 2022-03-09 18:01:28 +00:00
dev Add FALLTHROUGH macro for __attribute__((fallthrough)) 2022-03-25 08:33:43 +01:00
dnssec-guide Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
doxygen Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
man Fix named.conf man page documentation 2022-03-15 14:13:45 +01:00
misc Fix named.conf man page documentation 2022-03-15 14:13:45 +01:00
notes Add CHANGES and release note for [GL #3129] 2022-03-16 22:11:49 +01:00
Makefile.am Install man pages when sphinx-build tool is missing 2021-05-25 11:21:32 +02:00