]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Remove outer <section> so outline makes more sense.
authorWilliam Victor Mote <vmote@apache.org>
Sun, 20 Apr 2003 23:46:10 +0000 (23:46 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Sun, 20 Apr 2003 23:46:10 +0000 (23:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196279 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/design/areas.xml
src/documentation/content/xdocs/design/layout.xml
src/documentation/content/xdocs/design/properties.xml

index 51b19753435a01248cae79c05d0ea9be7a55a9c7..958ef30566466fc7ea770542169f51d5934c6eb0 100644 (file)
@@ -12,8 +12,6 @@
   </header>
 
   <body>
-<section>
-  <title>Area Tree</title>
 <p>
 The code to implement the area tree matches the areas
 defined in the specification. This makes it easier to understand and
@@ -175,7 +173,6 @@ An abstract renderer will be able to handle the generic positioning
 of child areas, iterating through areas that have child areas.
   </p>
   </section>
-  </section>
 
   </body>
 </document>
index 207abbd807e02bf93d4805902c6a9983bedfbb67..94a657edc8878d3845da5834b20958105a19b9da 100644 (file)
@@ -12,8 +12,6 @@
     </header>
 
     <body>
-<section>
-  <title>FO Layout</title>
 <p>
 The aim of the layout system is to be self contained and allow for
 easy changes or extensions for future development. For example the
@@ -445,8 +443,6 @@ the last page (if applicable). The areas are then placed on a last
 page.
   </p>
   </section>
-  </section>
-
   </section>
 
     </body>
index 713ba2ac3c72e5ae1b6a7f1916994325f96633fa..797655f46e68473e3ac2f7e74a06a686f325da95 100644 (file)
@@ -13,8 +13,6 @@
 
     <body>
 
-<section>
-  <title>Properties</title>
   <section>
     <title>Property datatypes</title>
 <p>The property datatypes are defined in the
@@ -262,7 +260,6 @@ the result is a Property object, and the actual value may be accessed
 (in this example) by using the "getLength()" accessor.
 </p>
   </section>
-</section>
     </body>
 </document>