Automatische Punkteauswertung des RoboSAX  0.0.1
Variables
doxygen-filter.php File Reference

Variables

const NSS '::'
 
 $source = file_get_contents($_SERVER['argv'][1])
 
 $tokens = token_get_all($source)
 
 $buffer = null
 

Variable Documentation

$buffer = null
$source = file_get_contents($_SERVER['argv'][1])
$tokens = token_get_all($source)
const NSS '::'

Simple input filter for using Doxygen with PHP code

It optimize the documention like:

  • rewrites php namespaces to use :: instead of \
  • replaces @return with @retval
  • appends variable names to @var commands
  • remove unused annotations @codeCoverageIgnore
See also
http://www.doxygen.org/
http://www.stack.nl/~dimitri/doxygen/config.html#cfg_input_filter