Perl variables: inline description
Multi-language source code documentation tool
Brought to you by:
gregvalure
It would be very useful to be able to provide a description of a variable with an inline comment, like so:
my $scalarVar1; # <scalar1 description="">
our @listVar; # <list description="">
use vars qw($someVar); # <description of="" $somevar="" usage=""></description></list></scalar1>