-doxygen
This commit is contained in:
parent
1e88796045
commit
737b3338ed
@ -31,7 +31,13 @@
|
|||||||
<member kind="define">
|
<member kind="define">
|
||||||
<type>#define</type>
|
<type>#define</type>
|
||||||
<name>GNUNET_TIME_UNIT_FOREVER_ABS</name>
|
<name>GNUNET_TIME_UNIT_FOREVER_ABS</name>
|
||||||
<anchorfile>gnunet_util_lib.h</anchorfile>
|
<anchorfile>gnunet_time_lib.h</anchorfile>
|
||||||
|
<arglist></arglist>
|
||||||
|
</member>
|
||||||
|
<member kind="define">
|
||||||
|
<type>#define</type>
|
||||||
|
<name>GNUNET_TIME_UNIT_ZERO_ABS</name>
|
||||||
|
<anchorfile>gnunet_time_lib.h</anchorfile>
|
||||||
<arglist></arglist>
|
<arglist></arglist>
|
||||||
</member>
|
</member>
|
||||||
</compound>
|
</compound>
|
||||||
|
@ -528,7 +528,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection,
|
|||||||
*
|
*
|
||||||
* @param connection the MHD connection
|
* @param connection the MHD connection
|
||||||
* @param name the name of the parameter with the key
|
* @param name the name of the parameter with the key
|
||||||
* @param[out] out_data pointer to store the result, type must determine size
|
* @param[out] val pointer to store the result, type must determine size
|
||||||
* @param[in,out] required pass true to require presence of this argument; if 'false'
|
* @param[in,out] required pass true to require presence of this argument; if 'false'
|
||||||
* set to true if the argument was found
|
* set to true if the argument was found
|
||||||
* @return
|
* @return
|
||||||
@ -566,7 +566,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection,
|
|||||||
*
|
*
|
||||||
* @param connection the MHD connection
|
* @param connection the MHD connection
|
||||||
* @param name the name of the parameter with the key
|
* @param name the name of the parameter with the key
|
||||||
* @param[out] out_data pointer to store the result, type must determine size
|
* @param[out] val pointer to store the result, type must determine size
|
||||||
* @return
|
* @return
|
||||||
* #GNUNET_YES if the the argument is present
|
* #GNUNET_YES if the the argument is present
|
||||||
* #GNUNET_NO if the argument is absent or malformed
|
* #GNUNET_NO if the argument is absent or malformed
|
||||||
@ -583,7 +583,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection,
|
|||||||
*
|
*
|
||||||
* @param connection the MHD connection
|
* @param connection the MHD connection
|
||||||
* @param name the name of the header with the key
|
* @param name the name of the header with the key
|
||||||
* @param[out] out_data pointer to store the result, type must determine size
|
* @param[out] val pointer to store the result, type must determine size
|
||||||
* @param[in,out] required pass true to require presence of this argument; if 'false'
|
* @param[in,out] required pass true to require presence of this argument; if 'false'
|
||||||
* set to true if the argument was found
|
* set to true if the argument was found
|
||||||
* @return
|
* @return
|
||||||
@ -621,7 +621,7 @@ TALER_MHD_parse_request_header_data (struct MHD_Connection *connection,
|
|||||||
*
|
*
|
||||||
* @param connection the MHD connection
|
* @param connection the MHD connection
|
||||||
* @param name the name of the header with the key
|
* @param name the name of the header with the key
|
||||||
* @param[out] out_data pointer to store the result, type must determine size
|
* @param[out] val pointer to store the result, type must determine size
|
||||||
* @return
|
* @return
|
||||||
* #GNUNET_YES if the the argument is present
|
* #GNUNET_YES if the the argument is present
|
||||||
* #GNUNET_NO if the argument is absent or malformed
|
* #GNUNET_NO if the argument is absent or malformed
|
||||||
|
Loading…
Reference in New Issue
Block a user