summaryrefslogtreecommitdiff
path: root/navit/plugin.c
diff options
context:
space:
mode:
authorPierre GRANDIN <pgrandin@users.noreply.github.com>2017-12-01 16:19:02 -0800
committerGitHub <noreply@github.com>2017-12-01 16:19:02 -0800
commitb1cff2d153bfdcdd5c697d1d53f9fb17ef6851ef (patch)
tree156cc33f8d814b0e729d7a07f3e7cd7c6fad8e17 /navit/plugin.c
parente64dcdf46bdc8de18deed9c2509607369255686c (diff)
parent683426ad2722099881518ddfc4c2bac52a196527 (diff)
downloadnavit-b1cff2d153bfdcdd5c697d1d53f9fb17ef6851ef.tar.gz
Merge branch 'trunk' into fixImperialAgainfixImperialAgain
Diffstat (limited to 'navit/plugin.c')
-rw-r--r--navit/plugin.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/navit/plugin.c b/navit/plugin.c
index 8c61bc9b7..aae09c470 100644
--- a/navit/plugin.c
+++ b/navit/plugin.c
@@ -1,4 +1,4 @@
-/**
+/*
* Navit, a modular navigation system.
* Copyright (C) 2005-2008 Navit Team
*
@@ -38,6 +38,13 @@
#include "item.h"
#include "debug.h"
+/**
+ * @defgroup plugins
+ * @brief A interface to handle all plugins inside navit
+ *
+ * @{
+ */
+
#ifdef USE_PLUGINS
#ifndef HAVE_GMODULE
typedef void * GModule;