more complete documentation
This commit is contained in:
parent
45a0c89316
commit
929a99cdbb
@ -887,7 +887,9 @@ TMH_PARSE_release_data (struct TMH_PARSE_FieldSpecification *spec)
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse absolute time specified in JSON format.
|
* Parse absolute time specified in JSON format. The JSON format is
|
||||||
|
* "/TIMEVAL/" where TIMEVAL is in milliseconds. Additionally, we
|
||||||
|
* support "/forever/" to represent the end of time.
|
||||||
*
|
*
|
||||||
* @param connection the MHD connection (to report errors)
|
* @param connection the MHD connection (to report errors)
|
||||||
* @param f json specification of the amount
|
* @param f json specification of the amount
|
||||||
|
@ -323,7 +323,9 @@ TMH_PARSE_amount_json (struct MHD_Connection *connection,
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse absolute time specified in JSON format.
|
* Parse absolute time specified in JSON format. The JSON format is
|
||||||
|
* "/TIMEVAL/" where TIMEVAL is in milliseconds. Additionally, we
|
||||||
|
* support "/forever/" to represent the end of time.
|
||||||
*
|
*
|
||||||
* @param connection the MHD connection (to report errors)
|
* @param connection the MHD connection (to report errors)
|
||||||
* @param f json specification of the amount
|
* @param f json specification of the amount
|
||||||
|
Loading…
Reference in New Issue
Block a user