From 237bd5d2106e008ebd35b53df569f782dfd491b5 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Sun, 19 Aug 2012 13:13:39 -0300 Subject: [PATCH] Update documentation --- lib/haml.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/haml.rb b/lib/haml.rb index 5f3f1c8c..50eed54d 100644 --- a/lib/haml.rb +++ b/lib/haml.rb @@ -2,11 +2,12 @@ require 'haml/version' # The module that contains everything Haml-related: # +# * {Haml::Parser} is Haml's parser. +# * {Haml::Compiler} is Haml's compiler. +# * {Haml::Engine} is the class used to render Haml within Ruby code. +# * {Haml::Options} is where Haml's runtime options are defined. # * {Haml::Engine} is the class used to render Haml within Ruby code. -# * {Haml::Helpers} contains Ruby helpers available within Haml templates. -# * {Haml::Template} interfaces with web frameworks (Rails in particular). # * {Haml::Error} is raised when Haml encounters an error. -# * {Haml::HTML} handles conversion of HTML to Haml. # # Also see the {file:REFERENCE.md full Haml reference}. module Haml