doc: use the same formatting for the gcc command as for everything else

Without the @code tag, the font size differs to everything else in this file

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-06-13 12:32:43 +10:00
parent bb5db8dbca
commit 2c9de57667

View file

@ -190,7 +190,9 @@ Software that uses libinput should use pkg-config and the
Otherwise, the most rudimentary way to compile and link a program against
libinput is:
@code
gcc -o myprogram myprogram.c `pkg-config --cflags --libs libinput`
@endcode
For further information on using pkgconfig see the pkg-config documentation.