comparison common/listutil.h @ 1053:78798d3af8f0

Fixed doxygen build warnings.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 09 Sep 2014 15:22:19 +0200
parents 44257ecdae6d
children edbf5e5e88f4
comparison
equal deleted inserted replaced
1052:0b2169f7ce09 1053:78798d3af8f0
84 /** 84 /**
85 * @brief Read a file into memory. 85 * @brief Read a file into memory.
86 * 86 *
87 * The caller needs to free data 87 * The caller needs to free data
88 * 88 *
89 * @param[in] fileName Name of the file. 89 * @param[in] file_name Name of the file.
90 * @param[out] data the file content 90 * @param[out] data the file content
91 * @param[out] size size in bytes of the file content. 91 * @param[out] size size in bytes of the file content.
92 * @param[in] max_size the maximum amount of bytes to read. 92 * @param[in] max_size the maximum amount of bytes to read.
93 * 93 *
94 * @return 0 on success an error code otherwise. 94 * @return 0 on success an error code otherwise.

http://wald.intevation.org/projects/trustbridge/