[devel] kdenonbeta/kdedebian/kalternatives

Pino Toscano <[email protected]> Mon, 20 Dec 2004 15:36:47 +0100 (CET)
Newsgroups gmane.comp.kde.devel.debian
Message-ID <20041220143647.E90D71CE93__1547.46679259024$1103553440$gmane$org@office.kde.org>
CVS commit by pino: 

I forgot to add my name to AUTHORS and to the AboutData class, as Juanjo Alvarez told me.
I forgot also to commit Doxyfile.


  M +1 -0      AUTHORS   1.3
  M +8 -8      Doxyfile   1.2
  M +1 -0      src/kalternatives.cpp   1.27


--- kdenonbeta/kdedebian/kalternatives/AUTHORS  #1.2:1.3
@@ -2,2 +2,3 @@
 Juanjo Alvarez <[email protected]>
 Mario Bensi <[email protected]>
+Pino Toscano <[email protected]>

--- kdenonbeta/kdedebian/kalternatives/Doxyfile  #1.1:1.2
@@ -4,6 +4,6 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
-PROJECT_NAME           = kalternatives.kdevelop
-PROJECT_NUMBER         = 0.10
+PROJECT_NAME           = kalternatives
+PROJECT_NUMBER         = 0.12
 OUTPUT_DIRECTORY       = 
 OUTPUT_LANGUAGE        = English
@@ -25,5 +25,5 @@
 INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = NO
-STRIP_FROM_PATH        = /home/juanjux/sync/kalternatives/
+STRIP_FROM_PATH        = 
 SHORT_NAMES            = NO
 JAVADOC_AUTOBRIEF      = NO
@@ -75,5 +75,5 @@
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = /home/juanjux/kalternatives
+INPUT                  = 
 FILE_PATTERNS          = *.c \
                          *.cc \
@@ -128,5 +128,5 @@
 # configuration options related to the alphabetical class index
 #---------------------------------------------------------------------------
-ALPHABETICAL_INDEX     = NO
+ALPHABETICAL_INDEX     = YES
 COLS_IN_ALPHA_INDEX    = 5
 IGNORE_PREFIX          = 
@@ -154,5 +154,5 @@
 # configuration options related to the LaTeX output
 #---------------------------------------------------------------------------
-GENERATE_LATEX         = YES
+GENERATE_LATEX         = NO
 LATEX_OUTPUT           = latex
 LATEX_CMD_NAME         = latex
@@ -185,5 +185,5 @@
 # configuration options related to the XML output
 #---------------------------------------------------------------------------
-GENERATE_XML           = yes
+GENERATE_XML           = NO
 XML_OUTPUT             = xml
 XML_SCHEMA             = 
@@ -226,5 +226,5 @@
 CLASS_DIAGRAMS         = YES
 HIDE_UNDOC_RELATIONS   = YES
-HAVE_DOT               = NO
+HAVE_DOT               = YES
 CLASS_GRAPH            = YES
 COLLABORATION_GRAPH    = YES

--- kdenonbeta/kdedebian/kalternatives/src/kalternatives.cpp  #1.26:1.27
@@ -133,4 +133,5 @@ m_mgr = new AltFilesManager("/var/lib/rp
                 "http://juanjoalvarez.net");
         myAboutData->addAuthor("Mario Bensi", 0, "[email protected]", "http://ipsquad.net");
+        myAboutData->addAuthor("Pino Toscano", 0, "[email protected]");
         
 #if KDE_IS_VERSION(3,2,90)