update package comments
This commit is contained in:
parent
d320208aff
commit
7a0e5fc758
@ -1,3 +1,4 @@
|
||||
// Package php5 parses PHP5
|
||||
package php5
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package php7 parses PHP7
|
||||
package php7
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package scanner transforms an input string into a stream of PHP tokens.
|
||||
package scanner
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,5 @@
|
||||
package visitor // Visitor implementations
|
||||
// Package visitor contains walker.visitor implementations
|
||||
package visitor
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
@ -1,4 +1,5 @@
|
||||
package walker // Node walking behavior
|
||||
// Package walker declares walking behavior
|
||||
package walker
|
||||
|
||||
// Walkable interface
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user