From 4288cd3c33ea938f65776d8f6c54e54a2e4e69e4 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 14 Sep 2012 20:08:01 +0000 Subject: [PATCH] Add example path so that doxygen can find the file --- libnfc/additional-pages.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/additional-pages.dox b/libnfc/additional-pages.dox index 0971a19..37f1268 100644 --- a/libnfc/additional-pages.dox +++ b/libnfc/additional-pages.dox @@ -33,7 +33,7 @@ * * @section example_1_sec Simple tag UID reader. * This short commented code example should be helpful to quick start development with \b libnfc, it grab the first available NFC device and print the first found ISO14443-A tag (e.g. MIFARE Classic, MIFARE Ultralight). - * @include quick_start_example1.c + * @include examples/doc/quick_start_example1.c */ /**