summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-06-13 12:32:43 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-06-13 12:32:43 +1000
commit2c9de57667a6f9c1d93488de2580f87b09073372 (patch)
treea8d633b5d8d2dbb2a1b46fc77cd3933b772a5622
parentbb5db8dbcaad7d0bf125fe548fc7a486e69e67c3 (diff)
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>
-rw-r--r--doc/building.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/building.dox b/doc/building.dox
index 0deed13..0ca1bb7 100644
--- a/doc/building.dox
+++ b/doc/building.dox
@@ -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.