From 7c0e6017b699fb2b18c8ca3e202671a60e0e8991 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Mon, 14 Dec 2009 04:30:05 +0000 Subject: [PATCH] [CHG] Changed path to template code --- GRRLIB/GRRLIB/grrlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index 571444f..c3dda41 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -270,7 +270,7 @@ GRR_EXTERN u32 fb GRR_INIT(0); * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * - * @example template/main.c + * @example template/source/main.c * This example shows the minimum code required to use GRRLIB. * It could be used as a template to start a new project. * More elaborate examples can be found inside the \e examples folder.