From: Wolfgang Bangerth Date: Sun, 12 Apr 2009 16:16:57 +0000 (+0000) Subject: Cross-reference step-34. X-Git-Tag: v8.0.0~7863 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae15cb93cef68b27744a8facd526d1b9c9a63e22;p=dealii.git Cross-reference step-34. git-svn-id: https://svn.dealii.org/trunk@18602 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 8227a81fe1..9a8d1f3d09 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -772,7 +772,8 @@ namespace Patterns * * The ParameterHandler class is discussed in detail in the @ref * step_19 "step-19" example program, and is used in more realistic - * situations in @ref step_29 "step-29" and @ref step_33 "step-33". + * situations in @ref step_29 "step-29", @ref step_33 "step-33" + * and @ref step_34 "step-34". * *

Declaring entries

*