From 13814f78d8fdd4076fdd6e2a3a01a45c3e6099c9 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 25 Sep 2014 16:50:19 +0100 Subject: [PATCH] lpd8806.h: fix typo in example Signed-off-by: Brendan Le Foll --- src/lpd8806/lpd8806.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lpd8806/lpd8806.h b/src/lpd8806/lpd8806.h index 8413a447..34122717 100644 --- a/src/lpd8806/lpd8806.h +++ b/src/lpd8806/lpd8806.h @@ -44,7 +44,7 @@ namespace upm { * The FastPixel lpd8806 is an RGB led strip controller. * * @ingroup lpd8806 - * @snippet lpd8806-example.cxx Interesting + * @snippet lpd8806.cxx Interesting * @image html lpd8806.jpeg */ class LPD8806 {