From 1b554954cc7f80ccb842cc37d2551f9e58c6432e Mon Sep 17 00:00:00 2001 From: young Date: Sat, 19 Jan 2013 09:32:50 +0000 Subject: [PATCH] Fix doxygen typo. git-svn-id: https://svn.dealii.org/trunk@28142 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/multigrid/mg_smoother.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/multigrid/mg_smoother.h b/deal.II/include/deal.II/multigrid/mg_smoother.h index c3737cffd3..b50788d9cb 100644 --- a/deal.II/include/deal.II/multigrid/mg_smoother.h +++ b/deal.II/include/deal.II/multigrid/mg_smoother.h @@ -137,7 +137,7 @@ protected: */ bool symmetric; - /* + /** * Use the transpose of the * relaxation method instead of * the method itself. This has no @@ -152,6 +152,7 @@ protected: * nonzero. */ unsigned int debug; + /** * Memory for auxiliary vectors. */ -- 2.39.5