Improve doxygen documentation.
This commit is contained in:
@@ -3,11 +3,17 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/** @file
|
||||
* Utility functions to map integers to strings and strings to strings.
|
||||
*/
|
||||
|
||||
/** Mapping from an unsigned int to a string*/
|
||||
struct UCValStr {
|
||||
unsigned int val;
|
||||
const char *str;
|
||||
};
|
||||
|
||||
/** Mapping from a string to another string*/
|
||||
struct UCStrStr {
|
||||
const char *val;
|
||||
const char *str;
|
||||
|
||||
Reference in New Issue
Block a user