From b83e9fb64a47b293e0e3ebac9625061675bcf12f Mon Sep 17 00:00:00 2001 From: Daniel Nicoletti Date: Tue, 25 Aug 2009 13:21:58 -0300 Subject: [PATCH] Added packagekit-qt docs to be generated and uploaded. --- docs/html/upload.sh | 2 ++ lib/packagekit-qt/Doxyfile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/html/upload.sh b/docs/html/upload.sh index 0ada09ad4..9b92984ff 100755 --- a/docs/html/upload.sh +++ b/docs/html/upload.sh @@ -28,4 +28,6 @@ docbook2html ../../../gnome-packagekit/docs/dbus/org.freedesktop.PackageKit.ref. mv r1.html api-reference-session.html scp api-reference-session.html $USER@$SERVER:/$LOCATION/gtk-doc/ rm api-reference-session.html +doxygen ../../lib/packagekit-qt/Doxyfile +scp ../packagekit-qt/html/* $USER@$SERVER:/$LOCATION/qt-doc/ diff --git a/lib/packagekit-qt/Doxyfile b/lib/packagekit-qt/Doxyfile index f6c395fa9..388a083bc 100644 --- a/lib/packagekit-qt/Doxyfile +++ b/lib/packagekit-qt/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = 2.0 # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = doc +OUTPUT_DIRECTORY = ../../docs/packagekit-qt # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -462,7 +462,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src +INPUT = ../../lib/packagekit-qt/src # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.