From 14ae603095af01a2ffd3fd9443018f62880b4507 Mon Sep 17 00:00:00 2001 From: Robert Staudinger Date: Wed, 2 Sep 2009 10:17:59 +0200 Subject: [doc] Split out CSS properties' docs into own section. --- .gitignore | 1 - ccss-doc/Makefile.am | 5 ++++ ccss-doc/ccss-docs.sgml | 15 ++++++----- ccss-doc/ccss-sections.txt | 67 +++++++++++++++++++++++----------------------- ccss-doc/ccss.hierarchy | 10 +++++++ 5 files changed, 58 insertions(+), 40 deletions(-) create mode 100644 ccss-doc/ccss.hierarchy diff --git a/.gitignore b/.gitignore index c81f633..a857308 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ ccss-doc/ccss-undeclared.txt ccss-doc/ccss-undocumented.txt ccss-doc/ccss-unused.txt ccss-doc/ccss.args -ccss-doc/ccss.hierarchy ccss-doc/ccss.interfaces ccss-doc/ccss.prerequisites ccss-doc/ccss.signals diff --git a/ccss-doc/Makefile.am b/ccss-doc/Makefile.am index c951907..301559a 100644 --- a/ccss-doc/Makefile.am +++ b/ccss-doc/Makefile.am @@ -50,3 +50,8 @@ CLEANFILES += ccss-scan.* .PHONY : dist-hook-local endif +EXTRA_DIST = \ + $(DOC_MAIN_SGML_FILE) \ + ccss.hierarchy \ + $(NULL) + diff --git a/ccss-doc/ccss-docs.sgml b/ccss-doc/ccss-docs.sgml index 37c213a..78ecd37 100644 --- a/ccss-doc/ccss-docs.sgml +++ b/ccss-doc/ccss-docs.sgml @@ -91,19 +91,22 @@ TODO. Basic Usage - &ccss_background_t; &ccss_block_t; - &ccss_border_t; - &ccss_border_image_t; - &ccss_color_t; &ccss_function_t; &ccss_grammar_t; &ccss_node_t; + &ccss_style_t; + &ccss_stylesheet_t; + + + CSS properties + &ccss_background_t; + &ccss_border_t; + &ccss_border_image_t; + &ccss_color_t; &ccss_padding_t; &ccss_position_t; &ccss_property_t; - &ccss_style_t; - &ccss_stylesheet_t; Unstable interfaces diff --git a/ccss-doc/ccss-sections.txt b/ccss-doc/ccss-sections.txt index e5b6207..5f45a4f 100644 --- a/ccss-doc/ccss-sections.txt +++ b/ccss-doc/ccss-sections.txt @@ -130,39 +130,6 @@ ccss_node_release_f ccss_node_init -
-ccss_style_t -style -ccss_style_t -ccss_style_destroy -ccss_style_get_double -ccss_style_get_property -ccss_style_set_property -ccss_style_get_string -ccss_style_hash -ccss_style_iterator_f -ccss_style_foreach -ccss_style_dump -
- -
-ccss_stylesheet_t -stylesheet -ccss_stylesheet_t -ccss_stylesheet_iterator_f -ccss_stylesheet_precedence_t -ccss_stylesheet_destroy -ccss_stylesheet_reference -ccss_stylesheet_get_reference_count -ccss_stylesheet_add_from_buffer -ccss_stylesheet_add_from_file -ccss_stylesheet_foreach -ccss_stylesheet_query_type -ccss_stylesheet_query -ccss_stylesheet_unload -ccss_stylesheet_dump -
-
ccss_padding_t padding @@ -206,5 +173,39 @@ ccss_property_serialize_f ccss_property_generic_t ccss_property_init ccss_property_parse_state +ccss_style_interpret_property +
+ +
+ccss_style_t +style +ccss_style_t +ccss_style_destroy +ccss_style_get_double +ccss_style_get_property +ccss_style_set_property +ccss_style_get_string +ccss_style_hash +ccss_style_iterator_f +ccss_style_foreach +ccss_style_dump +
+ +
+ccss_stylesheet_t +stylesheet +ccss_stylesheet_t +ccss_stylesheet_iterator_f +ccss_stylesheet_precedence_t +ccss_stylesheet_destroy +ccss_stylesheet_reference +ccss_stylesheet_get_reference_count +ccss_stylesheet_add_from_buffer +ccss_stylesheet_add_from_file +ccss_stylesheet_foreach +ccss_stylesheet_query_type +ccss_stylesheet_query +ccss_stylesheet_unload +ccss_stylesheet_dump
diff --git a/ccss-doc/ccss.hierarchy b/ccss-doc/ccss.hierarchy new file mode 100644 index 0000000..b5e26b1 --- /dev/null +++ b/ccss-doc/ccss.hierarchy @@ -0,0 +1,10 @@ +ccss_property_t + ccss_background_t + ccss_border_t + ccss_border_image_t + ccss_border_style_t + ccss_border_width_t + ccss_color_t + ccss_padding_t + ccss_property_generic_t + -- cgit v1.2.3