[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/autoproject
From:       Amilcar do Carmo Lucas <amilcar () ida ! ing ! tu-bs ! de>
Date:       2003-07-13 22:17:18
[Download RAW message or body]

CVS commit by aclu: 

Changed normal comments into Doxygen comments


  M +17 -17    autolistviewitems.h   1.4


--- kdevelop/parts/autoproject/autolistviewitems.h  #1.3:1.4
@@ -58,13 +58,13 @@ public:
         SubprojectItem(SubprojectItem *parent, const QString &text);
         
-        /* name of the directory */
+        /** name of the directory */
         QString subdir;
-        /* absolute path */
+        /** absolute path */
         QString path;
-        /* mapping from prefix to path */
+        /** mapping from prefix to path */
         QMap<QString, QString> prefixes;
-        /* mapping from variable name to value */
+        /** mapping from variable name to value */
         QMap<QString, QString> variables;
-        /* list of targets */
+        /** list of targets */
         QPtrList<TargetItem> targets;
         
@@ -94,23 +94,23 @@ public:
         TargetItem(QListView *lv, bool group, const QString &text);
 
-        // Target kind - not used currently
-        //    TargetKind kind;
-        // Name of target, e.g. foo
+        //! Target kind - not used currently
+        //!    TargetKind kind;
+        //! Name of target, e.g. foo
         QString name;
-        // One of PROGRAMS, LIBRARIES, LTLIBRARIES, SCRIPTS, HEADERS, DATA, JAVA
-        // In addition to these automake primaries, we use KDEICON and KDEDOCS
-        // for am_edit magic
+        //! One of PROGRAMS, LIBRARIES, LTLIBRARIES, SCRIPTS, HEADERS, DATA, JAVA
+        //! In addition to these automake primaries, we use KDEICON and KDEDOCS
+        //! for am_edit magic
         QString primary;
-        // May be bin, pkglib, noinst, check, sbin, pkgdata, java...
+        //! May be bin, pkglib, noinst, check, sbin, pkgdata, java...
         QString prefix;
-        // Content of foo_SOURCES (or java_JAVA) assignment
+        //! Content of foo_SOURCES (or java_JAVA) assignment
         QPtrList<FileItem> sources;
-        // Content of foo_LDFLAGS assignment
+        //! Content of foo_LDFLAGS assignment
         QString ldflags;
-        // Content of foo_LDADD assignment
+        //! Content of foo_LDADD assignment
         QString ldadd;
-        // Content of foo_LIBADD assignment
+        //! Content of foo_LIBADD assignment
         QString libadd;
-        // Content of foo_DEPENDENCIES assignment
+        //! Content of foo_DEPENDENCIES assignment
         QString dependencies;
 };


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic