API Documentation: Add VCSBase.

This commit is contained in:
Friedemann Kleint
2011-03-28 14:19:17 +02:00
parent 34a96d8808
commit 58111b2df2
42 changed files with 389 additions and 169 deletions

View File

@@ -53,6 +53,21 @@
#include <QtCore/QPoint>
#include <QtCore/QFileInfo>
/*!
\class VCSBase::VCSBaseOutputWindow
\brief Output window for Version Control System command and other output (Singleton).
Installed by the base plugin and accessible for the other plugins
via static instance()-accessor. Provides slots to append output with
special formatting.
It is possible to associate a repository with plain log text, enabling
an "Open" context menu action over relative file name tokens in the text
(absolute paths will also work). This can be used for "status" logs,
showing modified file names, allowing the user to open them.
*/
namespace VCSBase {
namespace Internal {