summaryrefslogtreecommitdiff
path: root/navit/vehicle.c
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2017-11-27 06:58:58 +0100
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2017-11-26 21:58:58 -0800
commitb98cd3b04199a7a166777ca100b114ce0fb21698 (patch)
tree2b8b6eb458e0bec39981a4f23af284083e04b633 /navit/vehicle.c
parenta353f7c4d588603c628b35797e9413da87ddee9c (diff)
downloadnavit-b98cd3b04199a7a166777ca100b114ce0fb21698.tar.gz
Add some Documentation to Plugins (#375)
Diffstat (limited to 'navit/vehicle.c')
-rw-r--r--navit/vehicle.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/navit/vehicle.c b/navit/vehicle.c
index 33cecb0e9..26dc457cb 100644
--- a/navit/vehicle.c
+++ b/navit/vehicle.c
@@ -18,6 +18,8 @@
*/
/** @file vehicle.c
+ * @defgroup vehicle-plugins vehicle plugins
+ * @ingroup plugins
* @brief Generic components of the vehicle object.
*
* This file implements the generic vehicle interface, i.e. everything which is
@@ -52,6 +54,7 @@
#include "vehicle.h"
#include "navit_nls.h"
+
struct vehicle {
NAVIT_OBJECT
struct vehicle_methods meth;