From: Wolfgang Bangerth Date: Tue, 10 May 2005 15:32:22 +0000 (+0000) Subject: Fix up a few comments. X-Git-Tag: v8.0.0~13893 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a0d11b7a9c0abc12db69bbdcc8e526a9979200;p=dealii.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 };