oversight in kdelibs/apidocs/kdeprint or is there a good reason for not having apidox?

Luis Pedro Coelho luis_pedro at netcabo.pt
Wed Apr 16 15:46:39 BST 2003


Still on the subject of API documentation. "make apidox" was not generating 
docs for kdeprint. The patch below seems a no-brainer but I am wary of 
breaking something since, to put it midly, I often fail to understand the 
build system.

Ok to commit?
-- 
Luis Pedro Coelho

Index: Mainpage.dox
===================================================================
RCS file: /home/kde/kdelibs/Mainpage.dox,v
retrieving revision 1.4
diff -u -3 -p -r1.4 Mainpage.dox
--- Mainpage.dox        8 Sep 2002 17:56:11 -0000       1.4
+++ Mainpage.dox        16 Apr 2003 14:44:50 -0000
@@ -47,6 +47,9 @@
        * - <a href="kutils/html/index.html"><b>kutils</b></a>
         *   (<a href="kutils/html/classes.html">classes</a>)\n
        *   <i>High-level utils, like search/replace support.</i>
+       * - <a href="kdeprint/html/index.html"><b>kdeprint</b></a>
+        *   (<a href="kdeprint/html/classes.html">classes</a>)\n
+       *   <i>The KDE printing system</i>
        *
        * More information about the KDE architecture in form of tutorials, 
HOWTOs,
        * and FAQs can be found at
Index: kdeprint/.cvsignore
===================================================================
RCS file: /home/kde/kdelibs/kdeprint/.cvsignore,v
retrieving revision 1.7
diff -u -3 -p -r1.7 .cvsignore
--- kdeprint/.cvsignore 28 May 2002 18:22:41 -0000      1.7
+++ kdeprint/.cvsignore 16 Apr 2003 14:44:50 -0000
@@ -9,3 +9,4 @@ kmfactory.kidl
 kmfactory_signals.cpp
 kmfactory_signals.h
 kmfactory_skel.cpp
+Doxyfile
Index: kdeprint/Makefile.am
===================================================================
RCS file: /home/kde/kdelibs/kdeprint/Makefile.am,v
retrieving revision 1.64
diff -u -3 -p -r1.64 Makefile.am
--- kdeprint/Makefile.am        29 Dec 2002 13:27:47 -0000      1.64
+++ kdeprint/Makefile.am        16 Apr 2003 14:44:52 -0000
@@ -88,3 +88,6 @@ libdriverparse_a_SOURCES = driverparse.c

 update_DATA = kdeprintrc.upd
 updatedir = $(kde_datadir)/kconf_update
+
+include ../admin/Doxyfile.am
+




More information about the kde-core-devel mailing list