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