From 5d34c45581ca16db85f4b28eb4a0e424216cc3be Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 31 May 2015 18:52:04 -0400 Subject: [PATCH] Add an '@ingroup output' label to an output flag. --- include/deal.II/base/data_out_base.h | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.39.5