From: Guido Kanschat Date: Wed, 17 Aug 2011 10:10:26 +0000 (+0000) Subject: fixed documentation X-Git-Tag: v8.0.0~3662 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da23d5b1493456c90a255692fdeb295f6c657747;p=dealii.git fixed documentation git-svn-id: https://svn.dealii.org/trunk@24106 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/table_handler.h b/deal.II/include/deal.II/base/table_handler.h index 9a85f61fc1..ea46588c6a 100644 --- a/deal.II/include/deal.II/base/table_handler.h +++ b/deal.II/include/deal.II/base/table_handler.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -154,7 +154,7 @@ class TableEntry : public TableEntryBase * square roots are set to be 6 (instead of 4 as default). * * @code - * TableHandler table(); + * TableHandler table; * * for (unsigned int i=1; i<=n; ++i) * {