updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -44,4 +44,4 @@ struct auth_controller_t {
|
||||
*/
|
||||
controller_t *auth_controller_create(context_t *context, void *param);
|
||||
|
||||
#endif /* AUTH_CONTROLLER_H_ @} */
|
||||
#endif /** AUTH_CONTROLLER_H_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct config_controller_t {
|
||||
*/
|
||||
controller_t *config_controller_create(context_t *context, void *param);
|
||||
|
||||
#endif /* CONFIG_CONTROLLER_H_ @} */
|
||||
#endif /** CONFIG_CONTROLLER_H_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct control_controller_t {
|
||||
*/
|
||||
controller_t *control_controller_create(context_t *context, void *param);
|
||||
|
||||
#endif /* CONTROL_CONTROLLER_H_ */
|
||||
#endif /** CONTROL_CONTROLLER_H_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct gateway_controller_t {
|
||||
*/
|
||||
controller_t *gateway_controller_create(context_t *context, void *param);
|
||||
|
||||
#endif /* GATEWAY_CONTROLLER_H_ @} */
|
||||
#endif /** GATEWAY_CONTROLLER_H_ @}*/
|
||||
|
||||
@@ -44,4 +44,4 @@ struct ikesa_controller_t {
|
||||
*/
|
||||
controller_t *ikesa_controller_create(context_t *context, void *param);
|
||||
|
||||
#endif /* IKESA_CONTROLLER_H_ @} */
|
||||
#endif /** IKESA_CONTROLLER_H_ @}*/
|
||||
|
||||
@@ -74,9 +74,9 @@ struct gateway_t {
|
||||
enumerator_t* (*initiate)(gateway_t *this, bool ike, char *name);
|
||||
|
||||
/**
|
||||
* Destroy a gateway instance.
|
||||
*/
|
||||
void (*destroy)(gateway_t *this);
|
||||
* Destroy a gateway instance.
|
||||
*/
|
||||
void (*destroy)(gateway_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -84,7 +84,7 @@ struct gateway_t {
|
||||
*
|
||||
* @param name name of the gateway
|
||||
* @param host gateway connection endpoint
|
||||
* @param
|
||||
* @return gateway connection
|
||||
*/
|
||||
gateway_t *gateway_create_tcp(char *name, host_t *host);
|
||||
|
||||
@@ -92,8 +92,8 @@ gateway_t *gateway_create_tcp(char *name, host_t *host);
|
||||
* Create a gateway instance using a UNIX socket.
|
||||
*
|
||||
* @param name name of the gateway
|
||||
* @param
|
||||
* @return gateway connection
|
||||
*/
|
||||
gateway_t *gateway_create_unix(char *name);
|
||||
|
||||
#endif /* GATEWAY_H_ @} */
|
||||
#endif /** GATEWAY_H_ @}*/
|
||||
|
||||
@@ -95,4 +95,4 @@ struct manager_t {
|
||||
*/
|
||||
manager_t *manager_create(storage_t *storage);
|
||||
|
||||
#endif /* MANAGER_H_ @} */
|
||||
#endif /** MANAGER_H_ @}*/
|
||||
|
||||
@@ -66,4 +66,4 @@ struct storage_t {
|
||||
*/
|
||||
storage_t *storage_create(char *uri);
|
||||
|
||||
#endif /* STORAGE_H_ @} */
|
||||
#endif /** STORAGE_H_ @}*/
|
||||
|
||||
+1
-1
@@ -60,4 +60,4 @@ struct xml_t {
|
||||
*/
|
||||
xml_t *xml_create(char *xml);
|
||||
|
||||
#endif /* XML_H_ @} */
|
||||
#endif /** XML_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user