feat(PhpLangDoc): support PHP | 支持 PHP
This commit is contained in:
15
src/test/java/io/github/linwancen/plugin/show/demo/php.php
Normal file
15
src/test/java/io/github/linwancen/plugin/show/demo/php.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/*
|
||||
* file tree doc at first
|
||||
*/
|
||||
|
||||
fun();
|
||||
|
||||
/**
|
||||
* fun
|
||||
* {@link fun}
|
||||
* @author author
|
||||
*/
|
||||
function fun() {
|
||||
return 'Hello';
|
||||
}
|
||||
Reference in New Issue
Block a user