objects in source documentation renamed from xy-object to xy object

This commit is contained in:
Jan Hutter
2005-11-10 09:35:28 +00:00
parent c7748338f2
commit c3dc6f1aae
20 changed files with 272 additions and 272 deletions
+7 -7
View File
@@ -1,8 +1,8 @@
/**
* @file message.h
*
*
* @brief Class message_t. Object of this type represents an IKEv2-Message
*
*
*/
/*
@@ -27,16 +27,16 @@
/**
* @brief This class is used to represent an IKEv2-Message.
*
*
* An IKEv2-Message is either a request or response.
*/
typedef struct message_s message_t;
struct message_s {
struct message_s {
/**
* @brief Destroys a message object
*
*
* @param this message_t object
* @return SUCCESSFUL if succeeded, FAILED otherwise
*/
@@ -44,8 +44,8 @@ struct message_s {
};
/**
* Creates an message_t-object
*
* Creates an message_t object
*
* @return created message_t object
*/
message_t * message_create();