mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Clean up comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23344 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2b3bd7b5f4
commit
8ed7f04793
@ -73,7 +73,6 @@ LayoutFile const & BaseClassList::operator[](string const & classname) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Gets a textclass structure from string
|
|
||||||
LayoutFile &
|
LayoutFile &
|
||||||
BaseClassList::operator[](string const & classname)
|
BaseClassList::operator[](string const & classname)
|
||||||
{
|
{
|
||||||
|
@ -82,7 +82,7 @@ public:
|
|||||||
LayoutFile const & operator[](std::string const & classname) const;
|
LayoutFile const & operator[](std::string const & classname) const;
|
||||||
///
|
///
|
||||||
LayoutFile & operator[](std::string const & classname);
|
LayoutFile & operator[](std::string const & classname);
|
||||||
/// Read textclass list. Returns false if this fails.
|
/// Read textclass list. Returns false if this fails.
|
||||||
bool read();
|
bool read();
|
||||||
/// Clears the textclass so as to force it to be reloaded
|
/// Clears the textclass so as to force it to be reloaded
|
||||||
void reset(LayoutFileIndex const & tc);
|
void reset(LayoutFileIndex const & tc);
|
||||||
|
Loading…
Reference in New Issue
Block a user