From: young Date: Sat, 19 Jan 2013 09:32:50 +0000 (+0000) Subject: Fix doxygen typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b554954cc7f80ccb842cc37d2551f9e58c6432e;p=dealii-svn.git Fix doxygen typo. git-svn-id: https://svn.dealii.org/trunk@28142 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. */