summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@ubuntu.com>2011-12-14 11:59:40 -0800
committerChase Douglas <chase.douglas@ubuntu.com>2011-12-14 11:59:40 -0800
commit67c98e96ab8ee10e2d399d1ed4fd1f20e3daffd5 (patch)
treee219effd0c6ba2b09c73e4c3bbfd112aa21b439f
parent286707f7a39ce7daa753994f35776ff2f273f07e (diff)
parentbe95cf5f4fccaf6393ac65f3c3f9254acfd8ee17 (diff)
Merge example documentation fixes
-rw-r--r--doc/Doxyfile4
-rw-r--r--examples/xorg-gtest.cpp21
2 files changed, 2 insertions, 23 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 4c29d9e..488b15c 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -613,7 +613,7 @@ WARN_LOGFILE =
# with spaces.
INPUT = ../include \
- .
+ ../examples
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -709,7 +709,7 @@ EXAMPLE_PATH = ../examples
# and *.h) to filter out the source-files in the directories. If left
# blank all files are included.
-EXAMPLE_PATTERNS = *
+EXAMPLE_PATTERNS =
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude
diff --git a/examples/xorg-gtest.cpp b/examples/xorg-gtest.cpp
index ec116fe..529fdda 100644
--- a/examples/xorg-gtest.cpp
+++ b/examples/xorg-gtest.cpp
@@ -1,24 +1,3 @@
-/*****************************************************************************
- *
- * X testing environment - Google Test environment feat. dummy x server
- *
- * Copyright (C) 2011 Canonical Ltd.
- *
- * This program is free software: you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation, either version 3 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- ****************************************************************************/
-
#include <xorg/gtest/test.h>
using namespace xorg::testing;