You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're looking for an ID attribute starting with `group__` to
work out if a page is a module or not. This isn't very robust because
the `group__` ID only appears if there's a `doxygengroup` in the page,
which isn't always the case.
Instead, this PR treats all pages as modules except the index page and
the release notes page, which we identify by their `<h1>`.
0 commit comments