lib/webgen/contentprocessor/rdoc.rb in webgen-0.5.6 vs lib/webgen/contentprocessor/rdoc.rb in webgen-0.5.7

- old
+ new

@@ -1,4 +1,6 @@ +# -*- encoding: utf-8 -*- + module Webgen::ContentProcessor # Converts content in RDoc markup (the native Ruby documentation format) to HTML. Needs the newer # RDoc implementation provided as +rdoc+ gem! class RDoc