# # File 'helpers.rb' created on 04 mag 2008 at 17:44:17. # # See 'dokkit.rb' or +LICENSE+ for licence information. # # (C)2006-2008 Andrea Fazzi (and contributors). # require 'dokkit/environment/helpers/fileselection' require 'dokkit/environment/helpers/extmap' module Dokkit module Environment # Collect helper class that simplify the setup of # documentation environment. module Helper end end end