]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Interface.pm
Also document ->path alongside ->union
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Interface.pm
index 0a1739b2271e213005a49334c9492f4ad33c0b7c..081508ee824901ecf780b64295813461135be898 100644 (file)
@@ -19,7 +19,9 @@ use Sub::Name ();
 
 =head1 METHODS
 
-=head2 C<< register $keyword => $code >>
+=head2 C<register>
+
+    LaTeX::Tikz::Interface->register($keyword => $code)
 
 Registers C<$code> to be available with C<< Tikz->$keyword >>.
 
@@ -69,7 +71,7 @@ sub load {
 
  require LaTeX::TikZ::Set::Raw;       # raw
 
- require LaTeX::TikZ::Set::Union;     # union
+ require LaTeX::TikZ::Set::Union;     # union, path
  require LaTeX::TikZ::Set::Sequence;  # seq
  require LaTeX::TikZ::Set::Chain;     # chain, join