[Epydoc-commits] SF.net SVN: epydoc: [1790] trunk/epydoc/src/epydoc/docwriter/latex_sty.py
Brought to you by:
edloper
From: <ed...@us...> - 2008-02-25 00:38:00
|
Revision: 1790 http://epydoc.svn.sourceforge.net/epydoc/?rev=1790&view=rev Author: edloper Date: 2008-02-24 16:37:58 -0800 (Sun, 24 Feb 2008) Log Message: ----------- - When wrapping function signatures, align the wrapped args with the function's open paren. Modified Paths: -------------- trunk/epydoc/src/epydoc/docwriter/latex_sty.py Modified: trunk/epydoc/src/epydoc/docwriter/latex_sty.py =================================================================== --- trunk/epydoc/src/epydoc/docwriter/latex_sty.py 2008-02-25 00:09:24 UTC (rev 1789) +++ trunk/epydoc/src/epydoc/docwriter/latex_sty.py 2008-02-25 00:37:58 UTC (rev 1790) @@ -357,8 +357,8 @@ \newcommand{\Param}[2][]{% \textit{##2}% \ifthenelse{\equal{##1}{}}{}{=\texttt{##1}}}% - \textbf{#1}(% - }{)} + \@hangfrom{\textbf{#1}(}% + }{)\par} % The EpydocFunctionParameters environment is used to display % descriptions for the parameters that a function can take. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |