lib/rack/blogengine/doc_parser.rb in rack-blogengine-0.1.8 vs lib/rack/blogengine/doc_parser.rb in rack-blogengine-0.1.9

- old
+ new

@@ -1,6 +1,14 @@ module Rack module Blogengine + # + # Prepares the documents for the response + # Reads in layout.html and .content file -> merged html + # Sort documents by date + # Execute Content Operator after all documents has been parsed in + # + # @author [benny] + # class DocParser # Parse in .content Documents. # @param target. # @return [Hash] Documents def self.parseInDocuments(target) \ No newline at end of file