diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-04 12:31:36 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-04 12:31:36 +0100 |
commit | dd3e14ec4dd2386cc8af61157975118acb4d6ee2 (patch) | |
tree | 0960f045f892e0e07946222342fdcd77448832c7 /src/plugins | |
parent | 96bee20ded86dc00e7c660632c5addb515930f47 (diff) |
improved documentation.
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/css/CSSParser.hpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/plugins/css/CSSParser.hpp b/src/plugins/css/CSSParser.hpp index 6d84dbf..1ec54f5 100644 --- a/src/plugins/css/CSSParser.hpp +++ b/src/plugins/css/CSSParser.hpp @@ -15,7 +15,15 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - +/** + * @file CSSParser.hpp + * + * Contains the classes needed to transform a CSS string to a CSS SelectorTree + * with attached RuleSets. The details are explained in the class + * documentations. + * + * @author Benjamin Paassen - bpaassen@techfak.uni-bielefeld.de + */ #ifndef _OUSIA_CSS_PARSER_HPP_ #define _OUSIA_CSS_PARSER_HPP_ |