lib/doc.rb in doc-0.0.0.0 vs lib/doc.rb in doc-0.0.1
- old
+ new
@@ -1,10 +1,21 @@
\ No newline at end of file
+require 'doc/core_ext'
+
+module Doc
+ smart_autoload :Tasks, :Documentor, :Configurator, :ConfigObject, :RootConfig, :ConfigError
+ smart_autoload :BaseTask, :Builder, :Merger, :RootMerger
+ smart_autoload :Command
+end
+
+glob_require 'doc/configurator/*.rb'
+
+# TODO: kill sdoc_all hehe >:->