From kde-commits Fri Oct 17 11:22:52 2003 From: Amilcar do Carmo Lucas Date: Fri, 17 Oct 2003 11:22:52 +0000 To: kde-commits Subject: kdevelop/parts/fileview X-MARC-Message: https://marc.info/?l=kde-commits&m=106638980402591 CVS commit by aclu: Fix a doxygen conflict Fix a doxygen comment M +4 -17 README.dox 1.3 M +1 -4 fileviewpart.h 1.12 --- kdevelop/parts/fileview/README.dox #1.2:1.3 @@ -1,23 +1,10 @@ /** \class FileViewPart -Put a brief description here, the brief description ends at the first dot. -Put a more detailed description of your part in these lines. It can span -over several lines. You can even use some html commands in these lines like: -This is code, html links link text, -and images. +The file tree list view for displaying files within project dir. -\authors $AUTHOR$ -\authors 2nd author full name -... -\authors nth author full name +\authors Bernd Gehrmann -\maintainer $AUTHOR$ -\maintainer 2nd maintainer full name -... -\maintainer nth maintainer full name +\maintainer Mario Scalas -\feature Describe the first feature -\feature Describe the second feature -... -\feature Describe the last feature +\feature Provides a way of navigating and interacting with the source files of the current project. \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. --- kdevelop/parts/fileview/fileviewpart.h #1.11:1.12 @@ -20,7 +20,4 @@ class PartWidget; class KDialogBase; -/** - * The file tree list view for displaying files within project dir. -*/ class FileViewPart : public KDevPlugin { @@ -31,5 +28,5 @@ public: virtual ~FileViewPart(); - // Colors to use for VCS visual feed-back + //! Colors to use for VCS visual feed-back static VCSColors vcsColors;