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

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

CVS commit by aclu: 

Updated to the latetest Doxygen from CVS.


  M +11 -4     config.cpp   1.15
  M +1 -0      messages.cpp   1.9


--- kdevelop/parts/doxygen/config.cpp  #1.14:1.15
@@ -2777,8 +2777,6 @@ void Config::check()
   if (inputSources.count()==0)
   {
-    //config_err("Error: tag INPUT: no input files specified after the INPUT tag.\n");
-    //exit(1);
+    // use current dir as the default
     inputSources.append(QFile::encodeName( QDir::currentDirPath() ));
-    //config_warn("Warning: no files after the INPUT tag, defaulting to the current dir\n");
   }
   else
@@ -3411,4 +3409,13 @@ void Config::create()
                     "list will mention the files that were used to generate the documentation. \n",
                     TRUE
+                );
+  cb = addBool(    
+                    "SUBGROUPING",
+                    "Set the SUBGROUPING tag to YES (the default) to allow class member groups of \n"
+                    "the same type (for instance a group of public functions) to be put as a \n"
+                    "subgroup of that type (e.g. under the Public Functions section). Set it to \n"
+                    "NO to prevent subgrouping. Alternatively, this can be done per class using \n"
+                    "the \\nosubgrouping command. \n",
+                    TRUE
                 );
   //-----------------------------------------------------------------------------------------------

--- kdevelop/parts/doxygen/messages.cpp  #1.8:1.9
@@ -67,4 +67,5 @@ QString message(const QCString &key)
     addMessage("OPTIMIZE_OUTPUT_JAVA", i18n("Optimize output for Java"));
     addMessage("SHOW_USED_FILES", i18n("Show used files"));
+    addMessage("SUBGROUPING", i18n("Class members type subgrouping"));
     addMessage("Messages", i18n("Messages"));
     addMessage("QUIET", i18n("Suppress output"));


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

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