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
+5 -5
View File
@@ -1,8 +1,8 @@
/**
* @file sender.h
*
* @brief Implements the Sender Thread encapsulated in the sender_t-object
*
*
* @brief Implements the Sender Thread encapsulated in the sender_t object
*
*/
/*
@@ -30,11 +30,11 @@
*/
typedef struct sender_s sender_t;
struct sender_s {
struct sender_s {
/**
* @brief Destroys a sender object
*
*
* @param sender sender object
* @return SUCCESSFUL if succeeded, FAILED otherwise
*/