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

@@ -36,9 +36,15 @@
using namespace ProjectExplorer;
///
/// RunConfigurationsModel
///
/*!
\class ProjectExplorer::BuildConfigurationModel
\brief A model to represent the build configurations of a target.
To be used in for the drop down of comboboxes.
Does automatically adjust itself to added and removed BuildConfigurations
Very similar to the Run Configuration Model.
TODO might it possible to share code without making the code a complete mess.
*/
class BuildConfigurationComparer
{