tell doxygen to create docs for the qt classes too
[mussa.git] / qui / PathWindow.h
index aea0c596d867d64ee7b7be67e3ada0c9514f206e..7ba0867571400aa6285ba8a2bc177c9534ae8cfd 100644 (file)
@@ -16,8 +16,8 @@ public slots:
   //! display an about box, contemplating the politics of the author list
   void about();
 
-  //! \defgroup AnalysisFunctions
-  //\@{
+  //! \defgroup AnalysisFunctions Components related to running analyses
+  //\@{
   //! open a window to collect the information needed to create a new analysis
   void createNewAnalysis();
   //! launch a sub analysis
@@ -26,14 +26,14 @@ public slots:
   void loadMupa( );
   //! load a previously run analysis
   void loadSavedAnalysis();
-  //\@}
+  //\@}
 
-  //! \defgroup MotifHandling
-  //\@{
+  //! \defgroup MotifHandling Handling of motif lists
+  //\@{
   void loadMotifList();
   void saveMotifList();
   void toggleMotifs();
-  //\@}
+  //\@}
 
 protected:
   QAction *aboutAction;