From 9755f308e5d76f9089fc5cd0390f747249ce9596 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 8 Jul 2014 13:28:48 -0400 Subject: [PATCH] gesture-tracker: Update documentation format --- src/core/gesture-tracker-private.h | 7 ------- src/core/gesture-tracker.c | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/core/gesture-tracker-private.h b/src/core/gesture-tracker-private.h index c991f18bc..94625aa23 100644 --- a/src/core/gesture-tracker-private.h +++ b/src/core/gesture-tracker-private.h @@ -1,12 +1,5 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ -/** - * \file gesture-tracker-private.h Manages gestures on windows/desktop - * - * Forwards touch events to clutter actors, and accepts/rejects touch sequences - * based on the outcome of those. - */ - /* * Copyright (C) 2014 Red Hat * diff --git a/src/core/gesture-tracker.c b/src/core/gesture-tracker.c index 8c84bee1d..7f86663c9 100644 --- a/src/core/gesture-tracker.c +++ b/src/core/gesture-tracker.c @@ -19,6 +19,15 @@ * Author: Carlos Garnacho */ +/** + * SECTION:gesture-tracker + * @Title: MetaGestureTracker + * @Short_Description: Manages gestures on windows/desktop + * + * Forwards touch events to clutter actors, and accepts/rejects touch sequences + * based on the outcome of those. + */ + #include "config.h" #include "gesture-tracker-private.h" #include "meta-surface-actor.h"