From: Vincent Pit Date: Sun, 1 Aug 2010 13:13:50 +0000 (+0200) Subject: Document the Set/Set::Op roles X-Git-Tag: v0.02~18 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=commitdiff_plain;h=09672e9c20f667050359f33e3ac4ac9c923a3132 Document the Set/Set::Op roles --- diff --git a/lib/LaTeX/TikZ/Set.pm b/lib/LaTeX/TikZ/Set.pm index d285a6c..5a88821 100644 --- a/lib/LaTeX/TikZ/Set.pm +++ b/lib/LaTeX/TikZ/Set.pm @@ -49,7 +49,9 @@ This method is required by the interface : =item * -C +C + +Returns an array reference of TikZ code lines required to effectively draw the current set object, formatted by the L object C<$formatter>. =back diff --git a/lib/LaTeX/TikZ/Set/Op.pm b/lib/LaTeX/TikZ/Set/Op.pm index 0a3df1b..c7229c0 100644 --- a/lib/LaTeX/TikZ/Set/Op.pm +++ b/lib/LaTeX/TikZ/Set/Op.pm @@ -41,7 +41,9 @@ This method is required by the interface : =item * -C +C + +Returns the TikZ code that builds a path out of the current set object as a string formatted by the L object C<$formatter>. =back