--- /dev/null
+//-------------------------------------------------------------------------
+// $Id: slepc.h 22855 2011-01-01 15:01:47Z young $
+// Version: $Name$
+//
+// Copyright (C) 2011 by the deal.II authors
+//
+// This file is subject to QPL and may not be distributed
+// without copyright and license information. Please refer
+// to the file deal.II/doc/license.html for the text and
+// further information on this license.
+//
+//-------------------------------------------------------------------------
+
+
+/**
+ * @defgroup SLEPcWrappers SLEPcWrappers
+ *
+ * The classes in this module are wrappers around functionality
+ * provided by the SLEPc library. All classes and functions in this
+ * group reside in a namespace @p PETScWrappers.
+ *
+ * These classes are only available if a SLEPc installation and a
+ * PETSc installation was detected during configuration of
+ * deal.II. Refer to the README file for more details about this.
+ *
+ * @author Toby D. Young, 2011
+ *
+ * @ingroup LAC PETScWrappers
+ */