2014-02-19 212 views
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似乎沒有工作

enter image description here

我不知道我應該看到,但這看起來並沒有被解析/已被忽略。

當我試着用一個關閉}我得到相同的未解析/忽略的外觀。

任何想法?

回答

2

使用大括號的語法只是將標記嵌入到較大的描述中。由於你的使用只是一個獨立的標籤,你不需要任何大括號。