multiline @tags not handled
Brought to you by:
xeno42
in phpdoc comments tags which span more than one line
are not handled correctly, only the line with the @tag
is included in the output, the other lines are ignore
example:
/*
* @param $file bla
* foo
* bar
* @param $host
/
produces:
param $file bla
param $host
btw. what is to be used to indent code? 0.6 contains a
mix of tabs and spaces.
Logged In: YES
user_id=163
Originator: NO
Correct; phpxref only supports single line tags
0.7 will just use spaces for indentation.