From deb988f5cf59891ccbb943c02afe2d781b28d86e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 22 Jul 2009 18:16:49 +0000 Subject: Clarify operation svn path=/trunk/libcss/; revision=8706 --- src/select/computed.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/select/computed.c') 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, -- cgit v1.2.3