Re: [PATCH] doc: replace code blocks with includes in logging guide

2024-03-06 Thread David Marchand
On Tue, Feb 27, 2024 at 3:22 PM David Marchand wrote: > > Rather than have a block of code as example that gets unaligned as > time passes, add literal includes. > > The coding style guide points at the cfgfile library, let's use it too > as an example. > > Fixes: 97433132c2ed ("lib: use per line

[PATCH] doc: replace code blocks with includes in logging guide

2024-02-27 Thread David Marchand
Rather than have a block of code as example that gets unaligned as time passes, add literal includes. The coding style guide points at the cfgfile library, let's use it too as an example. Fixes: 97433132c2ed ("lib: use per line logging in helpers") Signed-off-by: David Marchand --- doc/guides/