summaryrefslogtreecommitdiff
path: root/src/request.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-08-15 13:50:48 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-08-15 14:10:24 +0100
commitecb247eb155ff5495a91e32b6e416fd0b6c6a53e (patch)
treefe6ed570cdb90f43eb225236006fbd9e68dc9cb0 /src/request.h
parent6a783002e8b17995132fc6334b4e0900c36bf9a0 (diff)
downloadlibnslayout-ecb247eb155ff5495a91e32b6e416fd0b6c6a53e.tar.gz
libnslayout-ecb247eb155ff5495a91e32b6e416fd0b6c6a53e.tar.bz2
Style: Use spaces, not tabs, for alignment.
Tabs are only allowed at the start of a line.
Diffstat (limited to 'src/request.h')
-rw-r--r--src/request.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/request.h b/src/request.h
index 7c21731..ea15147 100644
--- a/src/request.h
+++ b/src/request.h
@@ -16,9 +16,9 @@
/**
* Perform GET_RESOURCE client callback
*
- * \param[in] layout Layout object that the request concerns.
- * \param[in] url Absolute URL to request replaced object handle for.
- * \param[out] replaced Returns the replaced element content handle.
+ * \param[in] layout Layout object that the request concerns.
+ * \param[in] url Absolute URL to request replaced object handle for.
+ * \param[out] replaced Returns the replaced element content handle.
* \return NSL_OK on success, appropriate error otherwise.
*/
static inline nsl_error nsl_request_get_resource(
@@ -41,9 +41,9 @@ static inline nsl_error nsl_request_get_resource(
/**
* Perform CREATE_REPLACED client callback
*
- * \param[in] layout Layout object that the request concerns.
- * \param[in] element DOM element that needs replacement object.
- * \param[out] replaced Returns the replaced element content handle.
+ * \param[in] layout Layout object that the request concerns.
+ * \param[in] element DOM element that needs replacement object.
+ * \param[out] replaced Returns the replaced element content handle.
* \return NSL_OK on success, appropriate error otherwise.
*/
static inline nsl_error nsl_request_create_replaced(
@@ -66,8 +66,8 @@ static inline nsl_error nsl_request_create_replaced(
/**
* Perform RENDER client callback
*
- * \param[in] layout Layout object being rendered.
- * \param[in] list Render list to render.
+ * \param[in] layout Layout object being rendered.
+ * \param[in] list Render list to render.
* \return NSL_OK on success, appropriate error otherwise.
*/
static inline nsl_error nsl_request_render(
@@ -88,9 +88,9 @@ static inline nsl_error nsl_request_render(
/**
* Perform SET_EXTENTS client callback
*
- * \param[in] layout Layout object that the request concerns.
- * \param[in] width The layout's full width.
- * \param[in] height The layout's full height.
+ * \param[in] layout Layout object that the request concerns.
+ * \param[in] width The layout's full width.
+ * \param[in] height The layout's full height.
* \return NSL_OK on success, appropriate error otherwise.
*/
static inline nsl_error nsl_request_set_extents(
@@ -113,10 +113,10 @@ static inline nsl_error nsl_request_set_extents(
/**
* Perform GET_INTRINSIC_SIZE client callback
*
- * \param[in] layout Layout object that the request concerns.
- * \param[in] replaced Replaced object to get intrinsic size of.
- * \param[out] width Returns the replaced object's width.
- * \param[out] height Returns the replaced object's height.
+ * \param[in] layout Layout object that the request concerns.
+ * \param[in] replaced Replaced object to get intrinsic size of.
+ * \param[out] width Returns the replaced object's width.
+ * \param[out] height Returns the replaced object's height.
* \return NSL_OK on success, appropriate error otherwise.
*/
static inline nsl_error nsl_request_get_intrinsic_size(