0
<?php
/**
* test script - short description
*
* long description
*
* PHP version 5
*
* {@internal this is a test of a multi line internal note
* another test}}}
*/
class test {}
在http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.internal.pkg.html的例子有一個開放{和三個關閉}的。當我嘗試,然後嘗試生成phpdoc -d . -t output
文檔我得到這個:@internal似乎沒有工作
我不知道我應該看到,但這看起來並沒有被解析/已被忽略。
當我試着用一個關閉}我得到相同的未解析/忽略的外觀。
任何想法?