From: David Wells Date: Sun, 31 May 2015 22:52:04 +0000 (-0400) Subject: Add an '@ingroup output' label to an output flag. X-Git-Tag: v8.3.0-rc1~136^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d34c45581ca16db85f4b28eb4a0e424216cc3be;p=dealii.git Add an '@ingroup output' label to an output flag. --- diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index debf9c2e1f..768ab37217 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -909,6 +909,8 @@ namespace DataOutBase /** * Flags for SVG output. + * + * @ingroup output */ struct SvgFlags : public OutputFlagsBase {