From 278a0c77dc5e91b866056ab49796e8f7a1fc42c7 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Sat, 25 Feb 2006 01:37:09 +0000 Subject: [PATCH] tell doxygen to create docs for the qt classes too --- Doxyfile | 2 +- qui/PathWindow.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Doxyfile b/Doxyfile index d0ee569..dcb2701 100644 --- 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 diff --git a/qui/PathWindow.h b/qui/PathWindow.h index aea0c59..7ba0867 100644 --- a/qui/PathWindow.h +++ b/qui/PathWindow.h @@ -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; -- 2.30.2