]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make doxygen not complain.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 Feb 2013 00:18:14 +0000 (00:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 Feb 2013 00:18:14 +0000 (00:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@28448 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/grid_out.h

index 9955caa0037baa057102d23df2f2e03b1aff9b59..4e478cec99345a471eb68c76d8fc365c989d0fe5 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -611,6 +611,7 @@ namespace GridOutFlags
      */
     void parse_parameters (ParameterHandler &param);
   };
+
   /**
    * Flags for XFig output.
    *
@@ -622,6 +623,7 @@ namespace GridOutFlags
      * Draw boundary lines. Default is true.
      */
     bool draw_boundary;
+
     /**
      * An enum used for deciding which field is used for coloring the cells.
      */
@@ -636,8 +638,10 @@ namespace GridOutFlags
       /// Convert the level subdomain id into the cell color
       level_subdomain_id
     } color_by;
+
     /**
-     * @deprecated Use the #color_by enum instead. If #color_by is different from #material_id, this flag is ignored.
+     * @deprecated Use the color_by enum instead. If color_by is different
+     * from material_id, this flag is ignored.
      *
      * Change color depending on
      * level. Default is false, therefore,
@@ -645,6 +649,7 @@ namespace GridOutFlags
      * boundary id.
      */
     bool level_color;
+
     /**
      * Code level to depth. Default is
      * true. If false, color depends on
@@ -654,6 +659,7 @@ namespace GridOutFlags
      * this value is true.
      */
     bool level_depth;
+
     /**
      * Additional points for curved
      * boundaries. Default is none.
@@ -666,6 +672,7 @@ namespace GridOutFlags
      * one inch.
      */
     Point<2> scaling;
+
     /**
      * Offset of the graph. Before
      * scaling, the coordinates are
@@ -674,6 +681,7 @@ namespace GridOutFlags
      * each direction.
      */
     Point<2> offset;
+
     /**
      * Style for filling cells. Default is
      * solid fill (20). This value is
@@ -683,6 +691,7 @@ namespace GridOutFlags
      * object of XFig.
      */
     int fill_style;
+
     /**
      * Style for drawing border lines of
      * polygons. Defaults to solid (0) and

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.