[root]/trunk/wact/compiler/annotation

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 6 (100.0%) | 18 (100.0%) | 3.0 |
convert filename case
0 lines of code changed in 2 files:
Documentation updates. Removed outdated WACT_ style @package declarations.
Removed @access declarations. They are not helpful for determining proper
php visibility specifications and largely disagree with the actual current
visibility declaration (public in most cases).
Removed @static declarations in favor of using the static keyword.
Removed @abastract declarations that did not match abstract keyword
declarations.
1 lines of code changed in 2 files:
Changed from using PHP 4 references style of OO to PHP 5 style without
references.
17 lines of code changed in 2 files: