lib/lookbook/entities/page_section_entity.rb in lookbook-2.0.0.beta.3 vs lib/lookbook/entities/page_section_entity.rb in lookbook-2.0.0.beta.4
- old
+ new
@@ -1,5 +1,9 @@
module Lookbook
+ # Represents a documentation page section.
+ #
+ # @ignore methods
+ # @api private
class PageSectionEntity < PageEntity
attr_accessor :parent
def initialize(file_path)
@file_path = Pathname(file_path)