From b0a9f75cc1894e8261ec2e95fa171a5534a65328 Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 2 Aug 2019 17:59:20 +0200 Subject: warning: Member func2InGroup1() (function) of class Memgrp_Test is not documented. Correcting code due to the fact that `//@{` isn't seen by doxygen as block start (#7116). Thi s problem is shown when generating the doxygen documentation. --- doc/commands.doc | 2 +- examples/memgrp.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/commands.doc b/doc/commands.doc index 6c8b696..48991fb 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -849,7 +849,7 @@ Structural indicators This command turns a comment block into a header definition of a member group. The comment block should be followed by a - //\@{ ... //\@} block containing the + ///\@{ ... ///\@} block containing the members of the group. See section \ref memgroup for an example. diff --git a/examples/memgrp.cpp b/examples/memgrp.cpp index 9a24774..fdcf028 100644 --- a/examples/memgrp.cpp +++ b/examples/memgrp.cpp @@ -2,11 +2,11 @@ class Memgrp_Test { public: - //@{ + ///@{ /** Same documentation for both members. Details */ void func1InGroup1(); void func2InGroup1(); - //@} + ///@} /** Function without group. Details. */ void ungroupedFunction(); -- cgit v0.12