File: multiline_body

package info (click to toggle)
phpdox 0.8.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,376 kB
  • ctags: 2,505
  • sloc: xml: 51,137; php: 8,771; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
/**
 * the heading
 *
 * this body
 * spans multiple
 * lines 
 *
 * @param string $foo The foo parameter
 * @param int $bar Number of bars
 * @return null
 */