lib/vedeu/geometry/horizontal_alignment.rb in vedeu-0.6.50 vs lib/vedeu/geometry/horizontal_alignment.rb in vedeu-0.6.51
- old
+ new
@@ -3,9 +3,11 @@
module Geometry
# Provides the mechanism to align an interface/view horizontally
# within the available terminal space.
#
+ # @api private
+ #
class HorizontalAlignment < Vedeu::Geometry::Alignment
# @raise [Vedeu::Error::InvalidSyntax] When the value is not one
# of :bottom, :centre, :left, :middle, :right, :top.
# @return [Symbol]