From 2bd0322811f55be14877508c630ea10950dcff22 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 23 Apr 2009 10:37:05 +0200 Subject: comments --- src/css.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/css.hh') diff --git a/src/css.hh b/src/css.hh index c5f755a6..ac9620dc 100644 --- a/src/css.hh +++ b/src/css.hh @@ -283,6 +283,7 @@ class CssSimpleSelector { /** * \brief CSS selector class. + * * \todo Implement missing selector options. */ class CssSelector { @@ -320,6 +321,7 @@ class CssSelector { /** * \brief A CssSelector CssPropertyList pair. + * * The CssPropertyList is applied if the CssSelector matches. */ class CssRule { @@ -341,6 +343,7 @@ class CssRule { /** * \brief A list of CssRules. + * * In apply () all matching rules are applied. */ class CssStyleSheet { -- cgit v1.2.3