updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -54,4 +54,4 @@ struct uci_config_t {
|
||||
*/
|
||||
uci_config_t *uci_config_create(uci_parser_t *parser);
|
||||
|
||||
#endif /* UCI_CONFIG_H_ @}*/
|
||||
#endif /** UCI_CONFIG_H_ @}*/
|
||||
|
||||
@@ -25,19 +25,20 @@
|
||||
|
||||
typedef struct uci_control_t uci_control_t;
|
||||
|
||||
/**
|
||||
* UCI control interface, uses a simple FIFO file
|
||||
*/
|
||||
struct uci_control_t {
|
||||
|
||||
|
||||
/**
|
||||
* Destroy the controller
|
||||
*/
|
||||
|
||||
* Destroy the controller
|
||||
*/
|
||||
void (*destroy)(uci_control_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
* Create a UCI based configuration backend.
|
||||
*/
|
||||
|
||||
uci_control_t *uci_control_create();
|
||||
|
||||
#endif /*UCI_CONTROL_H_@}*/
|
||||
#endif /** UCI_CONTROL_H_ @}*/
|
||||
|
||||
@@ -54,4 +54,4 @@ struct uci_creds_t {
|
||||
*/
|
||||
uci_creds_t *uci_creds_create(uci_parser_t *parser);
|
||||
|
||||
#endif /* UCI_CREDS_H_ @}*/
|
||||
#endif /** UCI_CREDS_H_ @}*/
|
||||
|
||||
@@ -58,5 +58,4 @@ struct uci_parser_t {
|
||||
*/
|
||||
uci_parser_t *uci_parser_create(char *package);
|
||||
|
||||
#endif /* UCI_PARSER_H_ @}*/
|
||||
|
||||
#endif /** UCI_PARSER_H_ @}*/
|
||||
|
||||
@@ -47,4 +47,4 @@ struct uci_plugin_t {
|
||||
*/
|
||||
plugin_t *plugin_create();
|
||||
|
||||
#endif /* UCI_PLUGIN_H_ @}*/
|
||||
#endif /** UCI_PLUGIN_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user