Document Layout::read() and TextClass::read() return value. This should be fixed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22981 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-13 14:46:19 +00:00
parent 5ed5e01fd7
commit e30cefeb5f
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public:
///
Layout();
/// Reads a layout definition from file
/// \return false on success. FIXME: this is bad API, should return true!
bool read(Lexer &, TextClass const &);
///
void readAlign(Lexer &);

View File

@ -67,6 +67,7 @@ public:
MODULE //>This is a layout module
};
/// Performs the read of the layout file.
/// \return false on success. FIXME: this is bad API, should return true!
bool read(support::FileName const & filename, ReadType rt = BASECLASS);
///
void readOutputType(Lexer &);