gesture-tracker: Update documentation format

This commit is contained in:
Jasper St. Pierre 2014-07-08 13:28:48 -04:00
parent 09610daea1
commit 9755f308e5
2 changed files with 9 additions and 7 deletions

View File

@ -1,12 +1,5 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* -*- 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 * Copyright (C) 2014 Red Hat
* *

View File

@ -19,6 +19,15 @@
* Author: Carlos Garnacho <carlosg@gnome.org> * Author: Carlos Garnacho <carlosg@gnome.org>
*/ */
/**
* 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 "config.h"
#include "gesture-tracker-private.h" #include "gesture-tracker-private.h"
#include "meta-surface-actor.h" #include "meta-surface-actor.h"