summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-22 18:16:49 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-22 18:16:49 +0000
commitdeb988f5cf59891ccbb943c02afe2d781b28d86e (patch)
tree38bb4444a498665ac46a0ba06f8802cc7116dbc1 /src
parent382175dd2228927173c55e859885a67ecfb7cb40 (diff)
downloadlibcss-deb988f5cf59891ccbb943c02afe2d781b28d86e.tar.gz
libcss-deb988f5cf59891ccbb943c02afe2d781b28d86e.tar.bz2
Clarify operation
svn path=/trunk/libcss/; revision=8706
Diffstat (limited to 'src')
-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,