lib/rbgccxml/nodes/file.rb in rbgccxml-0.8 vs lib/rbgccxml/nodes/file.rb in rbgccxml-0.9

- old
+ new

@@ -1,5 +1,8 @@ module RbGCCXML - # Handles the <File> node. + + # Represents a <File> node, which defines where a given Node is found + # in the parsed header files. class File < Node end + end