[Epydoc-commits] SF.net SVN: epydoc: [1760] trunk/epydoc/src/epydoc/docwriter/latex_sty.py
Brought to you by:
edloper
From: <ed...@us...> - 2008-02-23 19:33:40
|
Revision: 1760 http://epydoc.svn.sourceforge.net/epydoc/?rev=1760&view=rev Author: edloper Date: 2008-02-23 11:33:37 -0800 (Sat, 23 Feb 2008) Log Message: ----------- - Fixed bug in base style's def of EpydocProperty command 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-23 19:32:13 UTC (rev 1759) +++ trunk/epydoc/src/epydoc/docwriter/latex_sty.py 2008-02-23 19:33:37 UTC (rev 1760) @@ -487,25 +487,25 @@ \gdef\@EpydocPropertyGet{##4}% \gdef\@EpydocPropertySet{##5}% \gdef\@EpydocPropertyDel{##6}% - {\Large\raggedright\@EpydocVariableName} + {\Large\raggedright\@EpydocPropertyName} \begin{quote} \setlength{\parskip}{\EpydocParskip}% - \ifx\@EpydocVariableDescription\empty\else + \ifx\@EpydocPropertyDescription\empty\else - \@EpydocVariableDescription\fi% - \ifx\@EpydocVariableType\empty\else + \@EpydocPropertyDescription\fi% + \ifx\@EpydocPropertyType\empty\else - \textbf{Type:} \@EpydocVariableType\fi% - \ifx\@EpydocVariableGet\empty + \textbf{Type:} \@EpydocPropertyType\fi% + \ifx\@EpydocPropertyGet\empty - \textbf{Get:} \texttt{\@EpydocVariableGet}\fi% - \ifx\@EpydocVariableSet\empty + \textbf{Get:} \texttt{\@EpydocPropertyGet}\fi% + \ifx\@EpydocPropertySet\empty - \textbf{Set:} \texttt{\@EpydocVariableSet}\fi% - \ifx\@EpydocVariableDel\empty + \textbf{Set:} \texttt{\@EpydocPropertySet}\fi% + \ifx\@EpydocPropertyDel\empty - \textbf{Delete:} \texttt{\@EpydocVariableDel}\fi% + \textbf{Delete:} \texttt{\@EpydocPropertyDel}\fi% \end{quote} }} {} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |