mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
A couple more comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36144 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c0c780d719
commit
e3c3c18f27
@ -628,6 +628,8 @@ class LyX_base:
|
||||
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 @@ class File(LyX_base):
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user