From d010321789bbe7105b75d64389e7fd5b47d38fbe Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 18 Feb 2013 00:18:14 +0000 Subject: [PATCH] Make doxygen not complain. git-svn-id: https://svn.dealii.org/trunk@28448 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_out.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_out.h b/deal.II/include/deal.II/grid/grid_out.h index 9955caa003..4e478cec99 100644 --- a/deal.II/include/deal.II/grid/grid_out.h +++ b/deal.II/include/deal.II/grid/grid_out.h @@ -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 ¶m); }; + /** * 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 -- 2.39.5