Skip to content

Commit

Permalink
Merge branch 'fix-yard'
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiofullscreen committed Sep 17, 2014
2 parents cf5de55 + a684dc4 commit 7e66ad0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--no-private
--markup markdown
2 changes: 1 addition & 1 deletion lib/bh/helpers/glyphicon_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module GlyphiconHelper
# Returns an HTML block tag that follows the Bootstrap documentation
# on how to display *glyphicons*.
# @return [String] an HTML block tag for a glyphicon.
# @param [#to_s] :name the name of the icon to display, with either dashes
# @param [#to_s] name the name of the icon to display, with either dashes
# or underscores to separate multiple words.
# @param [Hash] options the options passed to the HTML tag that displays
# the icon.
Expand Down
2 changes: 1 addition & 1 deletion lib/bh/helpers/icon_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module IconHelper

# Returns an HTML block tag to display a vector icon.
# @return [String] an HTML block tag for a vector icon.
# @param [#to_s] :name the name of the icon to display, with either dashes
# @param [#to_s] name the name of the icon to display, with either dashes
# or underscores to separate multiple words.
# @param [Hash] options the options for the icon tag. The following options
# are used by the +icon+ method, while the remaining ones are passed
Expand Down

0 comments on commit 7e66ad0

Please sign in to comment.