phpdoc test

revision 9a16e7f776b6eb0a07ba7c1418fd13c702783b9a

raw

Num.php

1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * This is Num.php
 */
/**
 * Class foo
 */
class foo
{
}
?>
 
raw

phork0.txt

$ phpdoc -d ./core -t ./doc/
Initializing parser and collecting files .. OK
Parsing files
Parsing /home/cweiske/tmp/core/Num.php
Parsing /home/cweiske/tmp/core/Num2.php
  No DocBlock was found for \limber\core\Num
Storing structure.xml in "/home/cweiske/tmp/doc/structure.xml" .. OK
Initializing transformer .. OK
Processing behaviours .. OK
Executing transformations

History