Author: rgheck
Date: Fri Nov  5 22:14:49 2010
New Revision: 36144
URL: http://www.lyx.org/trac/changeset/36144

Log:
A couple more comments.

Modified:
   lyx-devel/trunk/lib/lyx2lyx/LyX.py

Modified: lyx-devel/trunk/lib/lyx2lyx/LyX.py
==============================================================================
--- lyx-devel/trunk/lib/lyx2lyx/LyX.py  Fri Nov  5 22:13:33 2010        (r36143)
+++ lyx-devel/trunk/lib/lyx2lyx/LyX.py  Fri Nov  5 22:14:49 2010        (r36144)
@@ -628,6 +628,8 @@
         return mode, steps
 
 
+# Part of an unfinished attempt to make lyx2lyx gave a more
+# structured view of the document.
 #    def get_toc(self, depth = 4):
 #        " Returns the TOC of this LyX document."
 #        paragraphs_filter = {'Title' : 0,'Chapter' : 1, 'Section' : 2,
@@ -754,6 +756,8 @@
 #        self.body.extend(['','\\end_body', '\\end_document'])
 
 
+# Part of an unfinished attempt to make lyx2lyx gave a more
+# structured view of the document.
 #class Paragraph:
 #    # unfinished implementation, it is missing the Text and Insets
 #    # representation.

Reply via email to