mailr9641 - /1.3/docs/latex/fetch_docstrings.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 07, 2009 - 18:21:
Author: bugman
Date: Wed Oct  7 18:21:07 2009
New Revision: 9641

URL: http://svn.gna.org/viewcvs/relax?rev=9641&view=rev
Log:
Partial bug fix for bug #14464 (http://gna.org/bugs/?14464).

The problem fix here (only one of a few) was the new design of the user 
function classes.  This was
breaking the docstring fetching script used to generate the relax manual.


Modified:
    1.3/docs/latex/fetch_docstrings.py

Modified: 1.3/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/fetch_docstrings.py?rev=9641&r1=9640&r2=9641&view=diff
==============================================================================
--- 1.3/docs/latex/fetch_docstrings.py (original)
+++ 1.3/docs/latex/fetch_docstrings.py Wed Oct  7 18:21:07 2009
@@ -73,6 +73,7 @@
             if hasattr(object, '__relax_help__'):
                 # Document the user class.
                 self.doc_user_class(name, object)
+                continue
 
             # Skip the object if there is no docstring.
             if not hasattr(object, '__doc__') or not object.__doc__:




Related Messages


Powered by MHonArc, Updated Wed Oct 07 18:40:01 2009