Module: Garage::Docs::AnchorBuilding
- Included in:
- Renderer, TocRenderer
- Defined in:
- lib/garage/docs/anchor_building.rb
Instance Method Summary collapse
Instance Method Details
#postprocess(full_document) ⇒ Object
9 10 11 12 |
# File 'lib/garage/docs/anchor_building.rb', line 9 def postprocess(full_document) reset full_document end |
#preprocess(full_document) ⇒ Object
4 5 6 7 |
# File 'lib/garage/docs/anchor_building.rb', line 4 def preprocess(full_document) reset full_document end |