Subversion Repositories PHPX

Rev

Rev 79 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 80
Line 1... Line 1...
1
<?php
1
<?php
2
2
3
/**
3
/**
4
 * A footnote list contains {@link #Footnote Footnotes}
4
 * A footnote list contains {@link Footnote Footnotes}
5
 *
5
 *
6
 * @author Thomas 'PointedEars' Lahn &lt;php@PointedEars.de&gt;
6
 * @author Thomas 'PointedEars' Lahn &lt;php@PointedEars.de&gt;
7
 */
7
 */
8
class FootnoteList
8
class FootnoteList
9
{
9
{
Line 150... Line 150...
150
    $this->clear();
150
    $this->clear();
151
  }
151
  }
152
}
152
}
153
153
154
/**
154
/**
155
 * A footnote to be used in a {@link #FootnoteList "footnote list"}
155
 * A footnote to be used in a {@link FootnoteList "footnote list"}
156
 *
156
 *
157
 * @author Thomas 'PointedEars' Lahn &lt;php@PointedEars.de&gt;
157
 * @author Thomas 'PointedEars' Lahn &lt;php@PointedEars.de&gt;
158
 */
158
 */
159
class Footnote
159
class Footnote
160
{
160
{