From: kanschat Date: Sun, 28 Nov 2010 20:47:29 +0000 (+0000) Subject: allow doxygen to find the symbol... although it is probably an undocumented class... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feeb4f8f72254f573f8a4c7b7d95c87707fe8470;p=dealii-svn.git allow doxygen to find the symbol... although it is probably an undocumented class anyway git-svn-id: https://svn.dealii.org/trunk@22866 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 54e260fb09..b9f58cd667 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -3,7 +3,7 @@ /* $Id$ */ /* */ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors */ +/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -795,7 +795,7 @@ namespace LaplaceSolver // of freedom of the primal solver, // we would have to indicate this // like so: - // PrimalSolver@::n_dofs(). + // PrimalSolver::n_dofs(). // However, the compiler does not // accept this since the n_dofs // function is actually from a base