updated Doxyfile

properly close all doxygen groups
fixed remaining doxygen warnings
This commit is contained in:
Martin Willi
2009-03-24 17:43:01 +00:00
parent e4838d02b3
commit 1490ff4d9b
296 changed files with 1703 additions and 510 deletions
+1 -1
View File
@@ -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_ @}*/
+7 -6
View File
@@ -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_ @}*/
+1 -1
View File
@@ -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_ @}*/
+1 -2
View File
@@ -58,5 +58,4 @@ struct uci_parser_t {
*/
uci_parser_t *uci_parser_create(char *package);
#endif /* UCI_PARSER_H_ @}*/
#endif /** UCI_PARSER_H_ @}*/
+1 -1
View File
@@ -47,4 +47,4 @@ struct uci_plugin_t {
*/
plugin_t *plugin_create();
#endif /* UCI_PLUGIN_H_ @}*/
#endif /** UCI_PLUGIN_H_ @}*/