tell doxygen to create docs for the qt classes too
authorDiane Trout <diane@caltech.edu>
Sat, 25 Feb 2006 01:37:09 +0000 (01:37 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 25 Feb 2006 01:37:09 +0000 (01:37 +0000)
Doxyfile
qui/PathWindow.h

index d0ee56937f756229f1482027e69c6ec1107d67fc..dcb27011a1c6a1e037a3074916bd54928c70e39b 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -450,7 +450,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = gui alg .
+INPUT                  = gui alg qui .
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
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;