[ntcore] Fix doxygen module in generated C types (NFC) (#5374)

This commit is contained in:
Ryan Blue
2023-06-07 12:56:20 -04:00
committed by GitHub
parent 1c00a52b67
commit 753cb49a5e

View File

@@ -15,7 +15,7 @@ extern "C" {
{% for t in types %}
/**
* Timestamped {{ t.TypeName }}.
* @ingroup ntcore_c_handle_api
* @ingroup ntcore_c_api
*/
struct NT_Timestamped{{ t.TypeName }} {
/**
@@ -42,7 +42,7 @@ struct NT_Timestamped{{ t.TypeName }} {
/**
* @defgroup ntcore_{{ t.TypeName }}_cfunc {{ t.TypeName }} Functions
* @ingroup ntcore_c_handle_api
* @ingroup ntcore_c_api
* @{
*/