Class: Coradoc::Mirror::Node::Include

Inherits:
Node
  • Object
show all
Defined in:
lib/coradoc/mirror/node.rb

Overview

Include directive node — a text-graph edge pointing at another file. Graph mode emits this; flat mode (ResolveIncludes) replaces it with the included subtree before serialization.

Defined Under Namespace

Classes: Attrs

Constant Summary collapse

PM_TYPE =
'include'