From: wolf Date: Tue, 10 May 2005 15:32:22 +0000 (+0000) Subject: Fix up a few comments. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70858349ff584319f82d0141fc4ff7d9a8e61f2;p=dealii-svn.git Fix up a few comments. git-svn-id: https://svn.dealii.org/trunk@10662 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 69089e1ab0..4bb5181299 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -157,11 +157,20 @@ class DoFTools */ enum Coupling { - /// The two components do not couple + /** + * The two components do not + * couple. + */ none, - /// The two components do couple + /** + * The two components do couple. + */ always, -/// The two components couple only if their shape functions can be nonzero on this face + /** + * The two components couple only + * if their shape functions can be + * nonzero on this face. + */ nonzero };