]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent comments in the documentation: part 2.
authorDavid Wells <wellsd2@rpi.edu>
Wed, 20 Jan 2016 18:50:58 +0000 (13:50 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Wed, 20 Jan 2016 18:59:43 +0000 (13:59 -0500)
Up until 801cfbfc1d deal.II used a style where comments would start at
about the 20th character for visibility. Some comments within the
documentation were not updated at the time.

include/deal.II/grid/intergrid_map.h

index c7f67c79dfb6ed47f670fe69aefd7120722c524b..287b42960511c8ee1dc6c5db8f530f3fc3ad9528 100644 (file)
@@ -81,16 +81,14 @@ DEAL_II_NAMESPACE_OPEN
  *
  * In practice, use of this class is as follows:
  * @verbatim
- *                   // have two grids, which are derived from the
- *                   // same coarse grid
+ *   // have two grids, which are derived from the same coarse grid
  *   Triangulation<dim> tria1, tria2;
  *   DoFHandler<dim> dof_handler_1(tria1), dof_handler_2(tria2);
  *   ...
- *                   // do something with these objects, e.g.
- *                   // refine the triangulations differently,
- *                   // distribute degrees of freedom, etc
+ *   // do something with these objects, e.g. refine the triangulations
+ *   // differently, distribute degrees of freedom, etc
  *   ...
- *                   // create the mapping
+ *   // create the mapping
  *   InterGridMap<DoFHandler<dim> > grid_1_to_2_map;
  *   grid_1_to_2_map.make_mapping (dof_handler_1,
  *                                 dof_handler_2);
@@ -98,9 +96,8 @@ DEAL_II_NAMESPACE_OPEN
  *   typename DoFHandler<dim>::cell_iterator cell = dof_handler_1.begin(),
  *                                           endc = dof_handler_1.end();
  *   for (; cell!=endc; ++cell)
- *                    // now do something with the cell of dof_handler_2
- *                    // corresponding to @p cell (which is one of
- *                    // dof_handler_1
+ *     // now do something with the cell of dof_handler_2 corresponding to
+ *     // @p cell (which is one of dof_handler_1
  *     f( grid_1_to_2_map[cell]);
  * @endverbatim
  *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.