build: Fix make docs.

This commit is contained in:
Cory McWilliams 2025-01-19 16:03:21 -05:00
parent 57bae341a2
commit faca63946c

View File

@ -10,6 +10,7 @@
#include <stdbool.h> #include <stdbool.h>
/** An event loop. */
typedef struct uv_loop_s uv_loop_t; typedef struct uv_loop_s uv_loop_t;
/** /**