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 receiver.h
*
* @brief Implements the Receiver Thread encapsulated in the receiver_t-object
*
*
* @brief Implements the Receiver Thread encapsulated in the receiver_t object
*
*/
/*
@@ -30,11 +30,11 @@
*/
typedef struct receiver_s receiver_t;
struct receiver_s {
struct receiver_s {
/**
* @brief Destroys a receiver object
*
*
* @param receiver receiver object
* @return SUCCESSFUL if succeeded, FAILED otherwise
*/