diff options
author | Glen Mazza <gmazza@apache.org> | 2005-03-11 07:23:43 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2005-03-11 07:23:43 +0000 |
commit | 61ccdc197b8e27c824aa09ed766f54430ef13cd4 (patch) | |
tree | 152acc6e1182fb28333e58ca4fec1524b40c84b8 /src/java/org/apache/fop/area/Footnote.java | |
parent | b1e947efe8ac8299a586a1a5d49faccbd352cb39 (diff) | |
download | xmlgraphics-fop-61ccdc197b8e27c824aa09ed766f54430ef13cd4.tar.gz xmlgraphics-fop-61ccdc197b8e27c824aa09ed766f54430ef13cd4.zip |
1.) More commenting, some simplifications in the Area classes and PSLM.
2.) Renamed Area.Flow to NormalFlow, uglier but more in conformance with the Recommendation (normal-flow-reference-area) and more specific/easier to understand.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/area/Footnote.java')
-rw-r--r-- | src/java/org/apache/fop/area/Footnote.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/area/Footnote.java b/src/java/org/apache/fop/area/Footnote.java index 2497c3101..e1b0c453e 100644 --- a/src/java/org/apache/fop/area/Footnote.java +++ b/src/java/org/apache/fop/area/Footnote.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,8 +21,9 @@ package org.apache.fop.area; // may combine with before float into a conditional area /** - * Footnote reference area. + * The footnote-reference-area optionally generated by an fo:region-body. * This areas holds footnote areas and an optional separator area. + * See fo:region-body definition in the XSL Rec for more information. */ public class Footnote extends BlockParent { private Block separator = null; |