Class: Giblish::GitGraphBuilderGraphviz

Inherits:
GraphBuilderGraphviz show all
Defined in:
lib/giblish/buildgraph.rb

Overview

specializes generation of a document dependency graph for docs rendered from a git repo.

Instance Method Summary collapse

Methods inherited from GraphBuilderGraphviz

#cleanup, #source, supported

Constructor Details

#initialize(processed_docs, paths, deployment_info, options = {}, _git_repo) ⇒ GitGraphBuilderGraphviz

Returns a new instance of GitGraphBuilderGraphviz.



212
213
214
# File 'lib/giblish/buildgraph.rb', line 212

def initialize(processed_docs, paths, deployment_info, options = {}, _git_repo)
  super(processed_docs, paths, deployment_info, options)
end