diff --git a/ntcore/src/generate/include/ntcore_c_types.h.jinja b/ntcore/src/generate/include/ntcore_c_types.h.jinja index d5b24481d1..83cc807353 100644 --- a/ntcore/src/generate/include/ntcore_c_types.h.jinja +++ b/ntcore/src/generate/include/ntcore_c_types.h.jinja @@ -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 * @{ */