Some documentation.

This commit is contained in:
con
2009-04-24 16:00:19 +02:00
parent 78e5293f43
commit 713105ad85
17 changed files with 138 additions and 226 deletions

View File

@@ -56,7 +56,6 @@ using namespace Core::Internal;
/*!
\class FileManager
\mainclass
\ingroup qwb
\inheaderfile filemanager.h
\brief Manages a set of IFile objects.
@@ -549,7 +548,7 @@ void FileManager::saveRecentFiles()
The current file is e.g. the file currently opened when an editor is active,
or the selected file in case a Project Explorer is active ...
\see currentFile
\sa currentFile
*/
void FileManager::setCurrentFile(const QString &filePath)
{
@@ -565,7 +564,7 @@ void FileManager::setCurrentFile(const QString &filePath)
The current file is e.g. the file currently opened when an editor is active,
or the selected file in case a Project Explorer is active ...
\see setCurrentFile
\sa setCurrentFile
*/
QString FileManager::currentFile() const
{