mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Update documentation
This commit is contained in:
parent
7cb7d55fab
commit
237bd5d210
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue