Skip to content

Commit

Permalink
Merge pull request #4333 from reneme/doc/module_name
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme authored Sep 4, 2024
2 parents a7f2305 + 5741c85 commit 33c953a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/build-data/module_info.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
%{endif}
* @defgroup %{identifier} %{title}
%{if brief}
* @brief %{brief}
* @brief `%{identifier}`: %{brief}
%{endif}
%{unless brief}
* @brief `%{identifier}`
%{endif}
*
%{if internal}
* @note This module is not part of the library's public interface.
* Library users may not enable or disable it directly, neither via a
Expand Down

0 comments on commit 33c953a

Please sign in to comment.