~fginther/geis/geis-2.2.9.1

« back to all changes in this revision

Viewing changes to libgeis/geis_filter_term.h

  • Committer: Francis Ginther
  • Date: 2012-08-15 17:54:47 UTC
  • Revision ID: francis.ginther@canonical.com-20120815175447-5tc8slc57n8jqb8w
Rename project to simply geis

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * @file geis_filter_term.h
3
 
 * @brief internal uTouch Geis filter term module private interface
 
3
 * @brief internal Geis filter term module private interface
4
4
 *
5
5
 * Copyright 2011 Canonical Ltd.
6
6
 *
24
24
#include "geis/geis.h"
25
25
 
26
26
/**
27
 
 * @defgroup utouch_geis_filter_term Filter Terms.
 
27
 * @defgroup geis_filter_term Filter Terms.
28
28
 * @{
29
29
 */
30
30
 
107
107
/** @} */
108
108
 
109
109
/**
110
 
 * @defgroup utouch_geis_filter_term_container A Filter Term Container
 
110
 * @defgroup geis_filter_term_container A Filter Term Container
111
111
 * @{
112
112
 */
113
113