Clarification in documentation.
This commit is contained in:
		@@ -50,7 +50,7 @@ struct message {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @brief Status of a message.
 | 
					 * @brief Status of a sent message.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
enum {
 | 
					enum {
 | 
				
			||||||
	NC_PENDING  = 1, ///< Status of message is pending.
 | 
						NC_PENDING  = 1, ///< Status of message is pending.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user