summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/select/computed.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/select/computed.c b/src/select/computed.c
index 1b6ec1e..72d3922 100644
--- a/src/select/computed.c
+++ b/src/select/computed.c
@@ -197,8 +197,9 @@ css_error css_computed_style_initialise(css_computed_style *style,
* \param result Pointer to style to compose into
* \return CSS_OK on success, appropriate error otherwise.
*
- * Precondition: Parent is a fully composed style (thus has no properties
- * marked as inherited)
+ * \pre \a parent is a fully composed style (thus has no inherited properties)
+ *
+ * \note \a child and \a result may point at the same object
*/
css_error css_computed_style_compose(const css_computed_style *parent,
const css_computed_style *child,