mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[ntcore] Fix doxygen module in generated C types (NFC) (#5374)
This commit is contained in:
@@ -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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user