From 559151878b46925bd4ede1d6230e294f90798262 Mon Sep 17 00:00:00 2001
From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Mon, 18 Feb 2013 00:16:10 +0000
Subject: [PATCH] Markup fix.

git-svn-id: https://svn.dealii.org/trunk@28447 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/multigrid/mg_transfer_component.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/deal.II/include/deal.II/multigrid/mg_transfer_component.h b/deal.II/include/deal.II/multigrid/mg_transfer_component.h
index 15a3d368f2..708175b29a 100644
--- a/deal.II/include/deal.II/multigrid/mg_transfer_component.h
+++ b/deal.II/include/deal.II/multigrid/mg_transfer_component.h
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2012 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -69,12 +69,12 @@ protected:
    * This function is only called
    * by derived classes. These can
    * also set the member variables
-   * #selected and #mg_selected to
+   * <code>selected_component</code> and <code>mg_selected_component</code> member variables to
    * restrict the transfer matrices
    * to certain components.
    * Furthermore, they use
-   * #target_component and
-   * #mg_target_component for
+   * <code>target_component</code> and
+   * <code>mg_target_component</code> for
    * re-ordering and grouping of
    * components.
    */
-- 
2.39.5