bind9/doc
Ondřej Surý 20f0936cf2 Remove use of the inline keyword used as suggestion to compiler
Historically, the inline keyword was a strong suggestion to the compiler
that it should inline the function marked inline.  As compilers became
better at optimising, this functionality has receded, and using inline
as a suggestion to inline a function is obsolete.  The compiler will
happily ignore it and inline something else entirely if it finds that's
a better optimisation.

Therefore, remove all the occurences of the inline keyword with static
functions inside single compilation unit and leave the decision whether
to inline a function or not entirely on the compiler

NOTE: We keep the usage the inline keyword when the purpose is to change
the linkage behaviour.
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 Remove use of the inline keyword used as suggestion to compiler 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