[Doxygen-users] Nested groups not always nested on the modules page
Brought to you by:
dimitri
|
From: Yannick D. <yan...@ya...> - 2018-01-08 14:24:28
|
Hi all,
Say I have a top‑level group named foo and a sub‑group named bar in foo. If
elsewhere I also a group also named bar, however as a top‑level group, the
in the modules, Doxygen display the top‑level bar in the bar which is a
sub‑group of foo.
I mean if I have something like this:
Group Foo
Content-of-foo
Sub group Bar
Content-of-bar-1
Group bar
Content-of-bar-2
Then Doxygen understands it like this:
Group Foo
Content-of-foo
Sub group Bar
Content-of-bar-1
Content-of-bar-2
Is this expected or is this a bug?
--
Sent from: http://doxygen.10944.n7.nabble.com/Doxygen-Users-f3.html
|