1Biber::Output::dot(3) User Contributed Perl DocumentationBiber::Output::dot(3)
2
3
4
6 Biber::Output::dot - class for Biber output of GraphViz .dot files
7
8 new
9 Initialize a Biber::Output::dot object
10
11 set_output_target_file
12 Set the output target file of a Biber::Output::dot object
13 A convenience around set_output_target so we can keep track of the
14 filename
15
16 set_output_entry
17 We don't use this, we output everything in one go at the end
18
19 create_output_section
20 We don't use this, we output everything in one go at the end
21
22 output
23 Create a graph of the required things and save to .dot format
24
26 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
27 kime.org.uk>"
28
30 Please report any bugs or feature requests on our Github tracker at
31 <https://github.com/plk/biber/issues>.
32
34 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
35 reserved.
36
37 This module is free software. You can redistribute it and/or modify it
38 under the terms of the Artistic License 2.0.
39
40 This program is distributed in the hope that it will be useful, but
41 without any warranty; without even the implied warranty of
42 merchantability or fitness for a particular purpose.
43
44
45
46perl v5.28.1 2019-02-12 Biber::Output::dot(3)