mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 03:12:15 +02:00
Fix documentation
This commit is contained in:
parent
0ff59bbc18
commit
9ddd168a04
@ -8,6 +8,7 @@
|
||||
#include "../types.h"
|
||||
#include "../services/applet.h"
|
||||
|
||||
/// Error configuration struct
|
||||
typedef struct {
|
||||
u8 custom_text; ///< Whether to show a custom error message. If this is false, a default message will be shown.
|
||||
u8 unk[7];
|
||||
@ -27,8 +28,8 @@ typedef struct {
|
||||
void errorCreate(ErrorConfig* c);
|
||||
|
||||
/**
|
||||
* @brief Closes an ErrorConfg struct.
|
||||
* @param c ErrorConfg struct.
|
||||
* @brief Closes an ErrorConfig struct.
|
||||
* @param c ErrorConfig struct.
|
||||
*/
|
||||
void errorClose(ErrorConfig* c);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user