Eric Lippmann
|
6bae2e0a53
|
Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL
|
2015-02-04 10:52:27 +01:00 |
Eric Lippmann
|
5b4fab0750
|
Add license header
This time without syntax errors hopefully :)
|
2015-02-03 16:27:59 +01:00 |
Eric Lippmann
|
5fa2e3cfdc
|
Revert "Add license header"
This reverts commit 338d067aba .
|
2015-02-03 16:16:26 +01:00 |
Eric Lippmann
|
338d067aba
|
Add license header
fixes #7788
|
2015-02-03 15:51:04 +01:00 |
Eric Lippmann
|
edc89d6ad6
|
lib: Remove `NodeRenderer'
`NodeRenderer' is superseded by `TocRenderer'.
|
2014-07-28 19:12:35 +02:00 |
Eric Lippmann
|
e26d360561
|
lib/Node: Remove method `findNodeBy()'
The new `DocTree' class provides `getNode()'.
|
2014-07-28 19:07:13 +02:00 |
Eric Lippmann
|
7f6010e1f8
|
lib/tree: Add PHPDoc to Node's methods
|
2014-06-13 17:22:43 +02:00 |
Eric Lippmann
|
6c8d35c667
|
lib: Add a not yet customizable node renderer
|
2014-06-06 13:58:40 +02:00 |
Eric Lippmann
|
ce0aee5e41
|
lib: Add Data/Tree/Node.php
|
2014-06-06 13:58:14 +02:00 |
Eric Lippmann
|
d84532d593
|
lib: Remove TreeIterator
Nodes implementing the NodeInterface (which extends the RecursiveIterator interface)
are already iterable.
|
2014-06-06 13:57:18 +02:00 |
Eric Lippmann
|
794ae141fa
|
lib: Let NodeInterface extend RecursiveIterator
Since a node may have children and they should be iterable, the Nodefinterface
now extends RecursiveIterator.
|
2014-06-06 13:55:58 +02:00 |
Eric Lippmann
|
9edaaa82e8
|
lib: Add TreeIterator
|
2014-05-28 17:14:33 +02:00 |
Eric Lippmann
|
040473f986
|
lib: Add NodeInterface
|
2014-05-28 17:13:42 +02:00 |