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
Doxygen now supports @module to document a file that is a C++20 module. The @module part is not highlighted by the current syntax highlighting, unlike @file.
Feature Request
Doxygen now supports
@moduleto document a file that is a C++20 module. The@modulepart is not highlighted by the current syntax highlighting, unlike@file.