From fcdc8177b19a5fb3f9e7ab0e49a9142bca0d3b52 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 14 Apr 2011 12:58:14 +0200 Subject: Documentation: Add ProjectExplorer plugin.. Reformat existing documentation to qdoc. --- src/plugins/projectexplorer/buildconfigurationmodel.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/plugins/projectexplorer/buildconfigurationmodel.cpp') diff --git a/src/plugins/projectexplorer/buildconfigurationmodel.cpp b/src/plugins/projectexplorer/buildconfigurationmodel.cpp index 4208f152c1..21029da3d6 100644 --- a/src/plugins/projectexplorer/buildconfigurationmodel.cpp +++ b/src/plugins/projectexplorer/buildconfigurationmodel.cpp @@ -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 { -- cgit v1.2.1