Documentation: Add ProjectExplorer plugin..

Reformat existing documentation to qdoc.
This commit is contained in:
Friedemann Kleint
2011-04-14 12:58:14 +02:00
parent dc3c156cac
commit fcdc8177b1
56 changed files with 979 additions and 439 deletions

View File

@@ -39,6 +39,15 @@
#include <QtCore/QDir>
/*!
\class ProjectExplorer::BaseProjectWizardDialog
\brief Base class for project wizards.
Presents the introductory page and takes care of setting the folder choosen
as default projects' folder should the user wish to do that.
*/
namespace ProjectExplorer {
struct BaseProjectWizardDialogPrivate {