From: Wolfgang Bangerth Date: Mon, 29 Jun 2009 15:56:19 +0000 (+0000) Subject: Reformat a few comments. X-Git-Tag: v8.0.0~7560 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c83ad52d9e114b9a36d405d340363247a8c0d1d;p=dealii.git Reformat a few comments. git-svn-id: https://svn.dealii.org/trunk@18998 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 462645d524..e275f3db6f 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1767,16 +1767,22 @@ class Triangulation : public Subscriptor bool prepare_coarsening_and_refinement (); /** - * Add a RefinementListener. Adding listeners - * to the Triangulation allows other classes to - * be informed, when the Triangulation is refined. + * Add a + * RefinementListener. Adding + * listeners to the + * Triangulation allows other + * classes to be informed, when + * the Triangulation is refined. */ void add_refinement_listener (RefinementListener &listener) const; /** - * Removes a RefinementListener. When some class - * needs no longer to be informed about refinements, - * the listener should be removed from the + * Removes a + * RefinementListener. When some + * class needs no longer to be + * informed about refinements, + * the listener should be + * removed from the * Triangulation. */ void remove_refinement_listener (RefinementListener &listener) const; @@ -2633,14 +2639,20 @@ class Triangulation : public Subscriptor /*@{*/ /** - * In the following, most functions are provided in two - * versions, with and without an argument describing - * the level. The versions with this argument are only - * applicable for objects descibing the cells of the - * present triangulation. For example: in 2D - * n_lines(level) cannot be called, only - * n_lines(), as lines are faces in 2D and - * therefore have no level. + * In the following, most + * functions are provided in two + * versions, with and without an + * argument describing the + * level. The versions with this + * argument are only applicable + * for objects descibing the + * cells of the present + * triangulation. For example: in + * 2D n_lines(level) + * cannot be called, only + * n_lines(), as lines + * are faces in 2D and therefore + * have no level. */ /**