From cac6da3fb700c6e408b86a2e820e5039039166ce Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Wed, 24 May 2017 18:23:30 +0200 Subject: [PATCH] doc: fix "Creating an application" page --- doc/doxygen/src/creating-an-application.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/doxygen/src/creating-an-application.md b/doc/doxygen/src/creating-an-application.md index be5d1044b8..8d0ddad030 100644 --- a/doc/doxygen/src/creating-an-application.md +++ b/doc/doxygen/src/creating-an-application.md @@ -78,11 +78,11 @@ Including modules {#including-modules} ----------------- By default a RIOT application comprises only of the applications' code itself, the kernel, and platform specific code. In order to use additional modules, -such as a particular @ref drivers "device driver" or @ref sys "a system -library" (including @ref net "networking capabilities"), you have to append the -modules' names to the USEMODULE variable. For example, to build an application -using the SHT11 temperature sensor and UDP/IPv6 functionalities of the GNRC -network stack, your Makefile needs to contain these lines: +such as a particular [device driver](@ref drivers) or [a system library](@ref sys) +(including [networking capabilities](@ref net)), you have to append the modules' +names to the USEMODULE variable. For example, to build an application using the +SHT11 temperature sensor and UDP/IPv6 functionalities of the GNRC network stack, +your Makefile needs to contain these lines: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk} USEMODULE += sht11