mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 02:58:12 +01:00
Fix some doxygen header groups.
This commit is contained in:
parent
10a085dd23
commit
b48055dcb5
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* \defgroup nn_ac Auto Connect
|
||||
* \defgroup nn_ac nn_ac
|
||||
*/
|
||||
|
||||
#include <nn/ac/ac_c.h>
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <nn/result.h>
|
||||
|
||||
/**
|
||||
* \defgroup nn_ac_c Auto Connect C API
|
||||
* \ingroup nn_ac
|
||||
* @{
|
||||
*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <nn/result.h>
|
||||
|
||||
/**
|
||||
* \defgroup nn_ac_cpp Auto Connect C++ API
|
||||
* \ingroup nn_ac
|
||||
* @{
|
||||
*/
|
||||
|
3
include/nn/nn.dox
Normal file
3
include/nn/nn.dox
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* \defgroup nn nn
|
||||
*/
|
@ -2,7 +2,7 @@
|
||||
#include <wut.h>
|
||||
|
||||
/**
|
||||
* \defgroup nn Result
|
||||
* \defgroup nn_result Result
|
||||
* \ingroup nn
|
||||
* @{
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* \defgroup nn_swkbd Software Keyboard
|
||||
* \defgroup nn_swkbd nn_swkbd
|
||||
*/
|
||||
|
||||
#include <nn/swkbd/swkbd_cpp.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* \defgroup nn_swkbd_swkbd Software Keyboard
|
||||
* \ingroup nn_swkbd
|
||||
* @{
|
||||
*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <nn/swkbd.h>
|
||||
|
||||
/**
|
||||
* \defgroup swkbd_rpl RPL Interface
|
||||
* \ingroup swkbd
|
||||
* @{
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user