Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kdoctools for openSUSE:Factory 
checked in at 2025-06-18 15:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kdoctools (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kdoctools.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kdoctools"

Wed Jun 18 15:55:13 2025 rev:16 rq:1285577 version:6.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kdoctools/kf6-kdoctools.changes      
2025-05-12 16:46:52.615631995 +0200
+++ /work/SRC/openSUSE:Factory/.kf6-kdoctools.new.19631/kf6-kdoctools.changes   
2025-06-18 15:59:12.059795122 +0200
@@ -1,0 +2,14 @@
+Mon Jun  9 20:29:37 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.15.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.15.0
+- Changes since 6.14.0:
+  * Port API documentation to QDoc syntax
+  * Update dependency version to 6.15.0
+  * It compiles fine without kf_6_13 deprecated methods
+  * Update version to 6.15.0
+- Replace _kf6_bugfix_version usage
+
+-------------------------------------------------------------------

Old:
----
  kdoctools-6.14.0.tar.xz
  kdoctools-6.14.0.tar.xz.sig

New:
----
  kdoctools-6.15.0.tar.xz
  kdoctools-6.15.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kf6-kdoctools.spec ++++++
--- /var/tmp/diff_new_pack.Imk1Vg/_old  2025-06-18 15:59:12.575816459 +0200
+++ /var/tmp/diff_new_pack.Imk1Vg/_new  2025-06-18 15:59:12.579816625 +0200
@@ -16,16 +16,14 @@
 #
 
 
-%define qt6_version 6.7.0
+%define qt6_version 6.8.0
 
 %define rname kdoctools
-# Full KF6 version (e.g. 6.14.0)
+# Full KF6 version (e.g. 6.15.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
-# Last major and minor KF6 version (e.g. 6.0)
-%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-kdoctools
-Version:        6.14.0
+Version:        6.15.0
 Release:        0
 Summary:        Tools to create documentation from DocBook
 License:        LGPL-2.1-or-later AND MIT
@@ -37,13 +35,12 @@
 %endif
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
-BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
+BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_version}
 BuildRequires:  perl-URI
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(KF6Archive) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6I18n) >= %{_kf6_bugfix_version}
+BuildRequires:  cmake(KF6Archive) >= %{_kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{_kf6_version}
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -66,7 +63,7 @@
 %package devel
 Summary:        Build environment for kdoctools
 Requires:       docbook-xsl-stylesheets
-Requires:       kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
+Requires:       kf6-extra-cmake-modules >= %{_kf6_version}
 Requires:       libKF6DocTools6 = %{version}
 Requires:       libxslt-devel
 Requires:       cmake(Qt6Core) >= %{qt6_version}
@@ -81,7 +78,7 @@
 %autosetup -p1 -n %{rname}-%{version}
 
 %build
-%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
+%cmake_kf6
 
 %kf6_build
 
@@ -112,7 +109,6 @@
 %{_kf6_libdir}/libKF6DocTools.so.*
 
 %files devel
-%doc %{_kf6_qchdir}/KF6DocTools.*
 %{_kf6_cmakedir}/KF6DocTools/
 %{_kf6_includedir}/KDocTools/
 %{_libdir}/libKF6DocTools.so


++++++ kdoctools-6.14.0.tar.xz -> kdoctools-6.15.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-6.14.0/CMakeLists.txt 
new/kdoctools-6.15.0/CMakeLists.txt
--- old/kdoctools-6.14.0/CMakeLists.txt 2025-05-02 16:17:54.000000000 +0200
+++ new/kdoctools-6.15.0/CMakeLists.txt 2025-06-13 11:33:08.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.14.0") # handled by release scripts
-set(KF_DEP_VERSION "6.14.0") # handled by release scripts
+set(KF_VERSION "6.15.0") # handled by release scripts
+set(KF_DEP_VERSION "6.15.0") # handled by release scripts
 project(KDocTools VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 6.14.0  NO_MODULE)
+find_package(ECM 6.15.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -23,7 +23,7 @@
 include(ECMDeprecationSettings)
 include(CMakePackageConfigHelpers)
 include(ECMGenerateExportHeader)
-include(ECMAddQch)
+include(ECMGenerateQDoc)
 
 set(kdoctools_version_header 
"${CMAKE_CURRENT_BINARY_DIR}/src/kdoctools_version.h")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KDOCTOOLS
@@ -33,8 +33,6 @@
 
 option(MEINPROC_NO_KARCHIVE "Compile meinproc without KArchive dependency. 
Only for internal usage on KDE infrastructure." OFF)
 option(INSTALL_INTERNAL_TOOLS "Install internal tools too." OFF)
-option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
-add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 option(RELOCATABLE_DOCBOOK_FILES "Generate relative paths to docbook and XSL 
files (for e.g. Windows and cross-compilation)" OFF)
 if(WIN32)
@@ -104,7 +102,7 @@
 add_definitions(-DTRANSLATION_DOMAIN=\"kdoctools6\")
 ecm_set_disabled_deprecation_versions(
     QT 6.9.0
-    KF 6.12.0
+    KF 6.13.0
 )
 
 if (KF6I18n_FOUND)
@@ -126,16 +124,6 @@
     COMPONENT Devel
 )
 
-if (BUILD_QCH)
-    ecm_install_qch_export(
-        TARGETS KF6DocTools_QCH
-        FILE "${CMAKE_BINARY_DIR}/cmake/KF6DocToolsQchTargets.cmake"
-        DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
-        COMPONENT Devel
-    )
-    set(PACKAGE_INCLUDE_QCHTARGETS 
"include(\"\${CMAKE_CURRENT_LIST_DIR}/KF6DocToolsQchTargets.cmake\")")
-endif()
-
 configure_package_config_file(
   "${CMAKE_CURRENT_SOURCE_DIR}/KF6DocToolsConfig.cmake.in"
   "${CMAKE_BINARY_DIR}/cmake/KF6DocToolsConfig.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-6.14.0/KF6DocToolsConfig.cmake.in 
new/kdoctools-6.15.0/KF6DocToolsConfig.cmake.in
--- old/kdoctools-6.14.0/KF6DocToolsConfig.cmake.in     2025-05-02 
16:17:54.000000000 +0200
+++ new/kdoctools-6.15.0/KF6DocToolsConfig.cmake.in     2025-06-13 
11:33:08.000000000 +0200
@@ -35,5 +35,3 @@
 # find_dependency must be called *after* including the macros or 
PACKAGE_PREFIX_DIR will be altered
 include(CMakeFindDependencyMacro)
 find_dependency(Qt6Core @REQUIRED_QT_VERSION@)
-
-@PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-6.14.0/po/ca@valencia/docs/checkXML6/man-checkXML6.1.docbook 
new/kdoctools-6.15.0/po/ca@valencia/docs/checkXML6/man-checkXML6.1.docbook
--- old/kdoctools-6.14.0/po/ca@valencia/docs/checkXML6/man-checkXML6.1.docbook  
1970-01-01 01:00:00.000000000 +0100
+++ new/kdoctools-6.15.0/po/ca@valencia/docs/checkXML6/man-checkXML6.1.docbook  
2025-06-13 11:33:08.000000000 +0200
@@ -0,0 +1,74 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN" "dtd/kdedbx45.dtd" [
+<!ENTITY % Catalan-Valencian "INCLUDE">
+]>
+
+<refentry lang="&language;">
+<refentryinfo>
+<title
+>Manual d'usuari de checkXML6</title>
+<author
+><personname
+><firstname
+>Lauri</firstname
+><surname
+>Watts</surname
+></personname
+><email
+>la...@kde.org</email
+></author>
+<date
+>4 de març de 2014</date>
+<releaseinfo
+>Frameworks 6.0</releaseinfo>
+<productname
+>Frameworks de KDE</productname>
+</refentryinfo>
+
+<refmeta>
+<refentrytitle
+><command
+>checkXML6</command
+></refentrytitle>
+<manvolnum
+>1</manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname
+><command
+>checkXML6</command
+></refname>
+<refpurpose
+>Una eina de validació &XML; per als documents DocBook en &XML; de 
&kde;</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis
+><command
+>checkXML6</command
+> <arg
+><replaceable
+>nom_del_fitxer</replaceable
+></arg
+> </cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+<title
+>Descripció</title>
+
+<para
+><command
+>checkXML6</command
+> és una eina per a comprovar els errors de sintaxi en els fitxers DocBook en 
&XML; de &kde;. També es pot emprar per a d'altres DocBook basats en fitxers en 
&XML;, però hauríeu d'utilitzar l'eina menys específica xmllint(1) si no esteu 
escrivint o treballant en la documentació de &kde;.</para>
+</refsect1>
+
+<refsect1>
+<title
+>Vegeu també</title>
+<para
+>meinproc6(1) xmllint(1)</para>
+</refsect1>
+</refentry>
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-6.14.0/po/ca@valencia/docs/kf6options/man-kf6options.7.docbook 
new/kdoctools-6.15.0/po/ca@valencia/docs/kf6options/man-kf6options.7.docbook
--- 
old/kdoctools-6.14.0/po/ca@valencia/docs/kf6options/man-kf6options.7.docbook    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/kdoctools-6.15.0/po/ca@valencia/docs/kf6options/man-kf6options.7.docbook    
    2025-06-13 11:33:08.000000000 +0200
@@ -0,0 +1,161 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN" "dtd/kdedbx45.dtd" [
+<!ENTITY % Catalan-Valencian "INCLUDE">
+]>
+
+<refentry lang="&language;">
+<refentryinfo>
+<title
+>Documentació de la línia d'ordres dels &frameworks;</title>
+<author
+>&Lauri.Watts; &Lauri.Watts.mail;</author>
+<date
+>13 de maig de 2016</date>
+<releaseinfo
+>Frameworks 6.0</releaseinfo>
+<productname
+>Frameworks de KDE</productname>
+</refentryinfo>
+
+<refmeta>
+<refentrytitle
+>kf6options</refentrytitle>
+<manvolnum
+>7</manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname
+>kf6options</refname>
+<refpurpose
+>Opcions comunes de la línia d'ordres per a totes les aplicacions basades en 
els Frameworks 6 de KDE</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis
+><command
+><replaceable
+>Aplicació KDE</replaceable
+></command
+> <arg choice="opt"
+><option
+>-h, --help</option
+></arg
+> <arg choice="opt"
+><option
+>-v, --version</option
+></arg
+> <arg choice="opt"
+><option
+>--author</option
+></arg
+> <arg choice="opt"
+><option
+>--license</option
+></arg
+> <arg choice="opt"
+><option
+>--desktopfile</option
+> <replaceable
+>nom fitxer</replaceable
+></arg
+> </cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+<title
+>Opcions</title>
+
+<para
+>Les opcions següents s'apliquen a totes les aplicacions &kde;:</para>
+
+<variablelist>
+<varlistentry>
+<term
+><option
+>-h</option
+> <option
+>--help</option
+></term>
+<listitem
+><para
+>Llista les opcions disponibles a la línia d'ordres.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-v</option
+> <option
+>--version</option
+></term>
+<listitem>
+<para
+>Llista la informació sobre la versió per a l'<replaceable
+>aplicació KDE</replaceable
+>.</para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--author</option
+></term>
+<listitem
+><para
+>Llista els autors de l'<replaceable
+>aplicació KDE</replaceable
+> en la finestra del terminal.</para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--license</option
+></term>
+<listitem
+><para
+>Mostra la informació sobre la llicència.</para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--desktopfile</option
+> <replaceable
+>nom fitxer</replaceable
+></term>
+<listitem
+><para
+>El nom del fitxer base de l'entrada de l'escriptori per a esta 
aplicació.</para>
+<para
+>Açò és especialment útil per a aplicacions d'embolcall i aplicacions que en 
general tenen múltiples fitxers d'escriptori. D'esta manera, cada fitxer 
d'escriptori pot posar el seu propi nom a l'ordre «exec». </para
+></listitem>
+</varlistentry>
+
+</variablelist>
+
+</refsect1>
+
+<refsect1>
+<title
+>Vegeu també</title>
+<para
+>qt6options(7)</para>
+
+</refsect1>
+
+<refsect1>
+<title
+>Autoria</title>
+<para
+>Pàgina de manual original escrita per en &Lauri.Watts; &Lauri.Watts.mail; per 
a les kdelibs4</para>
+<para
+>Actualitzada als &frameworks; 5 per en &Burkhard.Lueck; 
&Burkhard.Lueck.mail;</para>
+</refsect1>
+
+</refentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-6.14.0/po/ca@valencia/docs/meinproc6/man-meinproc6.1.docbook 
new/kdoctools-6.15.0/po/ca@valencia/docs/meinproc6/man-meinproc6.1.docbook
--- old/kdoctools-6.14.0/po/ca@valencia/docs/meinproc6/man-meinproc6.1.docbook  
1970-01-01 01:00:00.000000000 +0100
+++ new/kdoctools-6.15.0/po/ca@valencia/docs/meinproc6/man-meinproc6.1.docbook  
2025-06-13 11:33:08.000000000 +0200
@@ -0,0 +1,342 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN" "dtd/kdedbx45.dtd" [
+  <!ENTITY % Catalan-Valencian "INCLUDE"
+><!-- change language only here -->
+]>
+
+<refentry lang="&language;">
+
+<refentryinfo>
+<title
+>Manual d'usuari de meinproc6</title>
+<!-- There is no author in the meinproc.cpp file 
+Also, based on the information from 
http://olympus.het.brown.edu/cgi-bin/man/man2html?meinproc+1
+
+<author>
+<firstname
+>Matthias </firstname>
+<surname
+>Hoelzer-Kluepfel</surname>
+<affiliation>
+<address
+><email
+>hoel...@kde.org</email
+></address>
+</affiliation>
+</author>
+
+<author>
+<firstname
+>Stephan</firstname>
+<surname
+>Kulow</surname>
+<affiliation>
+<address
+><email
+>co...@kde.org</email
+></address>
+</affiliation>
+</author>
+
+<author>
+<firstname
+>Cornelius</firstname>
+<surname
+>Schumacher</surname>
+<affiliation>
+<address
+><email
+>schumac...@kde.org</email
+></address>
+</affiliation>
+</author>
+-->
+<date
+>8 de maig de 2014</date>
+<releaseinfo
+>Frameworks 5.0</releaseinfo>
+<productname
+>Frameworks de KDE</productname>
+
+</refentryinfo>
+
+<refmeta>
+<refentrytitle
+><command
+>meinproc6</command
+></refentrytitle>
+<manvolnum
+>1</manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname
+><command
+>meinproc6</command
+></refname>
+<refpurpose
+>Traductor &kde; per a &XML;</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<title
+>Sinopsi</title>
+
+<cmdsynopsis
+><command
+>meinproc6</command
+> <arg choice="opt"
+>-h, --help</arg
+> <arg choice="opt"
+>-v, --version</arg
+> <arg choice="opt"
+>--cache<replaceable
+> fitxer</replaceable
+></arg
+> <arg choice="opt"
+>--check</arg
+> <arg choice="opt"
+>--srcdir<replaceable
+> dir</replaceable
+></arg
+> <arg choice="opt"
+>--param<replaceable
+> clau</replaceable
+>=<replaceable
+>valor</replaceable
+></arg
+> <group
+> <group
+> <arg
+>-o</arg
+> <arg
+>--output</arg
+> </group
+> <replaceable
+> fitxer</replaceable
+> </group
+> <arg choice="opt"
+>--stdout</arg
+> <arg choice="opt"
+>--stylesheet<replaceable
+> xsl</replaceable
+></arg
+> <arg choice="plain"
+>fitxer_docbook</arg
+> </cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+<title
+>Descripció</title>
+
+<para
+><command
+>meinproc6</command
+> convertix fitxers en DocBook a &HTML;. </para>
+</refsect1>
+
+<refsect1>
+<title
+>Opcions genèriques</title>
+<para>
+<variablelist>
+
+<varlistentry>
+  <term
+><option
+>-h</option
+><option
+>--help</option
+></term>
+<listitem>
+<para
+>Mostra ajuda quant a les opcions. </para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-v</option
+><option
+>--version</option
+></term>
+<listitem>
+<para
+>Mostra la informació sobre la versió. </para>
+</listitem>
+</varlistentry>
+
+</variablelist>
+</para>
+</refsect1>
+
+<refsect1>
+<title
+>Opcions de l'aplicació</title>
+<variablelist>
+
+<varlistentry>
+<term
+><option
+>--cache</option
+> <parameter
+>fitxer</parameter
+></term>
+<listitem>
+<para
+>Crea un fitxer de cau per al document. </para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--check</option
+></term>
+<listitem>
+<para
+>Comprova la validesa del document.</para>
+<screen
+>L'eixida pot ser una mica intimidatòria, ja que una xicoteta equivocació pot 
causar una cascada d'errors. 
+El truc és mirar en el primer error, corregir-lo, guardeu el fitxer, i 
executeu <command
+>meinproc6</command
+> de nou.
+</screen>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-o</option
+>, <option
+>--output</option
+><parameter
+> fitxer</parameter
+></term>
+<listitem>
+<para
+>Envia tot el document cap a un <parameter
+>fitxer</parameter
+>. </para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--stdout</option
+></term>
+<listitem>
+<para
+>Envia tot el document cap a stdout. </para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--stylesheet</option
+> <parameter
+>xsl</parameter
+></term>
+<listitem>
+<para
+>Full d'estil que s'utilitzarà. </para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--srcdir</option
+> <parameter
+>dir</parameter
+></term>
+<listitem>
+<para
+>Establix el directori arrel per a la busca de les kdoctools. </para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--param</option
+> clau=valor</term>
+<listitem>
+<para
+>Establix els paràmetres que es passaran al full d'estil. </para>
+</listitem>
+</varlistentry>
+
+</variablelist>
+
+</refsect1>
+
+<refsect1>
+<title
+>Ús</title>
+<para
+>La manera més habitual d'executar <command
+>meinproc6</command
+> és senzillament com <literallayout>
+<userinput
+><command
+>meinproc6</command
+> <replaceable
+>fitxer-docbook</replaceable>
+</userinput>
+</literallayout
+> a on <replaceable
+>fitxer-docbook</replaceable
+> generalment serà index.docbook. Esta ordre crea pàgines &HTML; del fitxer en 
DocBook. Cal tindre en compte que estes pàgines només són visibles en els 
navegadors basats en &kde; (com &konqueror;). </para>
+<para
+>Si necessiteu veure l'eixida &HTML; en un altre navegador (per exemple, si el 
feu disponible en línia), utilitzeu <literallayout>
+<userinput
+><command
+>meinproc6</command
+> --stylesheet <replaceable
+>nom-full-estil</replaceable
+> <replaceable
+>fitxer-docbook</replaceable>
+</userinput>
+</literallayout
+> a on <replaceable
+>nom-full-estil</replaceable
+> serà el camí complet cap a un dels fulls d'estil XSL en 
&lt;prefix_instal·lació_kdoctools&gt;/share/kf5/kdoctools/customization/. Per a 
generar una eixida adequada per a la web, podeu utilitzar <command
+>kde-web.xsl</command
+> o <command
+>kde-chunk-online.xsl</command
+>. Per a més detalls, vegeu el fitxer <filename
+>README</filename
+> en esta carpeta. </para>
+
+</refsect1>
+
+<refsect1>
+<title
+>Vegeu també</title>
+<para
+><replaceable
+>kf6options</replaceable
+>(7), <replaceable
+>qt6options</replaceable
+>(7)</para>
+</refsect1>
+
+<refsect1>
+<title
+>Errors</title>
+<para
+>Utilitzeu el <ulink url="https://bugs.kde.org";
+>Seguidor d'errors de &kde;</ulink
+> (escriviu-hi en anglés) per a informar dels errors.</para>
+</refsect1>
+
+</refentry>
+
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-6.14.0/po/ca@valencia/docs/qt6options/man-qt6options.7.docbook 
new/kdoctools-6.15.0/po/ca@valencia/docs/qt6options/man-qt6options.7.docbook
--- 
old/kdoctools-6.14.0/po/ca@valencia/docs/qt6options/man-qt6options.7.docbook    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/kdoctools-6.15.0/po/ca@valencia/docs/qt6options/man-qt6options.7.docbook    
    2025-06-13 11:33:08.000000000 +0200
@@ -0,0 +1,461 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN" "dtd/kdedbx45.dtd" [
+<!ENTITY % Catalan-Valencian "INCLUDE">
+]>
+
+<refentry lang="&language;">
+<refentryinfo>
+<title
+>Documentació de la línia d'ordres de les &Qt;</title>
+<author
+>&Lauri.Watts; &Lauri.Watts.mail;</author>
+<author
+>&Burkhard.Lueck; &Burkhard.Lueck.mail;</author>
+<date
+>4 de juny de 2016</date>
+<releaseinfo
+>Qt 6</releaseinfo>
+<productname
+>Frameworks de KDE</productname>
+</refentryinfo>
+
+<refmeta>
+<refentrytitle
+>qt6options</refentrytitle>
+<manvolnum
+>7</manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname
+>qt6options</refname>
+<refpurpose
+>Opcions comunes de la línia d'ordres per a totes les aplicacions basades en 
el joc d'eines de les &Qt;</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis
+><command
+><replaceable
+>Aplicació Qt</replaceable
+></command
+> <arg choice="opt"
+><option
+>-style=</option
+> <replaceable
+>estil</replaceable
+> / <option
+>-style</option
+> <replaceable
+>estil</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-stylesheet=</option
+> <replaceable
+>full d'estil</replaceable
+> / <option
+>-stylesheet</option
+> <replaceable
+>full d'estil</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-widgetcount</option
+></arg
+> <arg choice="opt"
+><option
+>-reverse</option
+></arg
+> <arg choice="opt"
+><option
+>-qmljsdebugger=</option
+> <replaceable
+>port</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-platform</option
+> <replaceable
+>nom_plataforma[:opcions]</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-platformpluginpath</option
+> <replaceable
+>camí</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-platformtheme</option
+> <replaceable
+>tema_plataforma</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-plugin</option
+> <replaceable
+>connector</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-qwindowgeometry</option
+> <replaceable
+>geometria</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-qwindowicon</option
+> <replaceable
+>icona</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-qwindowtitle</option
+> <replaceable
+>títol</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-reverse</option
+></arg
+> <arg choice="opt"
+><option
+>-session</option
+> <replaceable
+>sessió</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-display</option
+> <replaceable
+>nom_màquina:número_pantalla</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-geometry</option
+> <replaceable
+>geometria</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-dialogs=</option
+> <replaceable
+>[xp|none]</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-fontengine=</option
+> <replaceable
+>freetype</replaceable
+></arg
+> <arg choice="opt"
+><option
+>-h, --help i -? a &Windows;</option
+></arg
+> <arg choice="opt"
+><option
+>-v --version</option
+></arg
+> </cmdsynopsis>
+</refsynopsisdiv>
+
+
+<refsect1>
+<title
+>Opcions</title>
+
+<para
+>Les opcions següents s'apliquen a totes les aplicacions &Qt;:</para>
+
+<variablelist>
+<!--https://doc.qt.io/qt-5/qapplication.html#QApplication-->
+<varlistentry>
+<term
+><option
+>-style=</option
+> <replaceable
+>estil</replaceable
+> / <option
+>-style</option
+> <replaceable
+>estil</replaceable
+> </term>
+<listitem
+><para
+>Establir l'estil de la &IGU; de l'aplicació. Els valors possibles dependran 
de la Configuració del sistema. Si les &Qt; han sigut compilades amb estils 
addicionals o si disposeu d'estils addicionals com a connectors els quals 
estaran disponibles per a l'opció <option
+>-style</option
+> de la línia d'ordres.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-stylesheet=</option
+> <replaceable
+>full d'estil</replaceable
+> / <option
+>-stylesheet</option
+> <replaceable
+>full d'estil</replaceable
+> </term>
+<listitem
+><para
+>Establix el full d'estil de l'aplicació. El valor haurà de ser un camí 
d'accés a un fitxer que continga el full d'estil. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term>
+<option
+>-widgetcount</option>
+</term>
+<listitem
+><para
+>Imprimix un missatge de depuració al final sobre el nombre de ginys no 
destruïts a l'esquerra i el nombre màxim de ginys existents, tot alhora. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term>
+<option
+>-reverse</option>
+</term>
+<listitem
+><para
+>Establix la direcció de la disposició de l'aplicació a <methodname
+>Qt::RightToLeft</methodname
+>. Esta opció està destinada a ajudar a depurar i no s'ha d'utilitzar en 
producció. El valor predeterminat és detectat automàticament de la configuració 
regional de l'usuari (vegeu també <methodname
+>QLocale::textDirection()</methodname
+>). </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-qmljsdebugger=</option
+> <replaceable
+>port</replaceable
+> </term>
+<listitem
+><para
+>Activa el depurador de QML/JS amb un port especificat. El valor haurà d'estar 
format per port:1234[,bloc], on el bloc és opcional i fa que l'aplicació espere 
fins que un depurador es connecta amb ella. </para
+></listitem>
+</varlistentry>
+<!--https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
+<varlistentry>
+<term
+><option
+>-platform</option
+> <replaceable
+>nom_plataforma[:opcions]</replaceable
+> </term>
+<listitem
+><para
+>Especifica el connector d'abstracció de la plataforma &Qt; (QPA -Qt Platform 
Abstraction-). </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-platformpluginpath</option
+> <replaceable
+>camí</replaceable
+> </term>
+<listitem
+><para
+>Especifica el camí dels connectors a la plataforma. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-platformtheme</option
+> <replaceable
+>tema_plataforma</replaceable
+> </term>
+<listitem
+><para
+>Especifica el tema de la plataforma. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-plugin</option
+> <replaceable
+>connector</replaceable
+> </term>
+<listitem
+><para
+>Especifica els connectors addicionals que es carregaran. L'argument pot 
aparéixer múltiples vegades. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-qwindowgeometry</option
+> <replaceable
+>geometria</replaceable
+> </term>
+<listitem
+><para
+>Especifica la geometria de la finestra per a la finestra principal emprant la 
sintaxi de &X11;. Per exemple: -qwindowgeometry 100x100+50+50 </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-qwindowicon</option
+> <replaceable
+>icona</replaceable
+> </term>
+<listitem
+><para
+>Establix la icona predeterminada de la finestra. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-qwindowtitle</option
+> <replaceable
+>títol</replaceable
+> </term>
+<listitem
+><para
+>Establix el títol de la primera finestra. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-session</option
+> <replaceable
+>sessió</replaceable
+> </term>
+<listitem
+><para
+>Restaura l'aplicació des d'una sessió anterior. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-display</option
+> <replaceable
+>nom_màquina:número_pantalla</replaceable
+> </term>
+<listitem
+><para
+>Canvia les visualitzacions en &X11;. Anul·la la variable d'entorn <envar
+>DISPLAY</envar
+>. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-geometry</option
+> <replaceable
+>geometria</replaceable
+> </term>
+<listitem
+><para
+>Especifica la geometria de la finestra per a la finestra principal en &X11;. 
Per exemple: -geometry 100x100+50+50 </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-dialogs=</option
+> <replaceable
+>[xp|none]</replaceable
+> </term>
+<listitem
+><para
+>Només estarà disponible per a les plataformes de &Windows;. XP utilitza 
diàlegs en l'estil nadiu i cap (none) els desactiva.</para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-fontengine=</option
+> <replaceable
+>freetype</replaceable
+> </term>
+<listitem
+><para
+>Utilitza el motor de fonts FreeType. </para
+></listitem>
+</varlistentry>
+
+<!--https://doc.qt.io/qt-5/qcommandlineparser.html -->
+<varlistentry>
+<term>
+<option
+>-h, --help i -? a &Windows;</option>
+</term>
+<listitem
+><para
+>Imprimix totes les opcions i la descripció de l'aplicació. </para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term>
+<option
+>-v --version</option>
+</term>
+<listitem
+><para
+>Mostra la cadena sobre la versió de l'aplicació. </para
+></listitem>
+</varlistentry>
+
+</variablelist>
+
+</refsect1>
+
+
+<refsect1>
+<title
+>Vegeu també</title>
+<para
+><replaceable
+>kf6options</replaceable
+>(7)</para>
+
+</refsect1>
+
+<refsect1>
+<title
+>Autoria</title>
+<para
+>Pàgina de manual original escrita per en &Lauri.Watts; 
&Lauri.Watts.mail;</para>
+<para
+>Actualitzada als &frameworks; 5 per en &Burkhard.Lueck; 
&Burkhard.Lueck.mail;</para>
+<para
+>La informació d'esta pàgina del manual és de la <ulink 
url="https://doc.qt.io/qt-6/qapplication.html#QApplication";
+>documentació de QApplication</ulink
+>, la <ulink url="https://doc.qt.io/qt-6/qguiapplication.html#QGuiApplication";
+>documentació de QGuiApplication</ulink
+> i la <ulink url="https://doc.qt.io/qt-6/qcommandlineparser.html";
+>documentació de QCommandLineParser</ulink
+>.</para>
+</refsect1>
+
+</refentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-6.14.0/po/es/kdoctools6.po 
new/kdoctools-6.15.0/po/es/kdoctools6.po
--- old/kdoctools-6.14.0/po/es/kdoctools6.po    2025-05-02 16:17:54.000000000 
+0200
+++ new/kdoctools-6.15.0/po/es/kdoctools6.po    2025-06-13 11:33:08.000000000 
+0200
@@ -1,18 +1,17 @@
-# translation of kio_help4.po to Spanish
-# Translation of kio_help4 to Spanish
-# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+# Spanish translations for kdoctools6.po package.
+# Copyright (C) 2003-2025 This file is copyright:
+# This file is distributed under the same license as the kdoctools package.
 #
-# Pablo de Vicente <pablo.device...@gmail.com>, 2003, 2004.
-# Pablo de Vicente <pablo.device...@gmail.com>, 2004, 2005.
-# Enrique Matias Sanchez (aka Quique) <cronop...@gmail.com>, 2006, 2007.
-# Eloy Cuadra <ecua...@eloihr.net>, 2007, 2009.
-# Jaime Robles <ja...@kde.org>, 2007.
+# SPDX-FileCopyrightText: 2003, 2004, 2005 Pablo de Vicente 
<pablo.device...@gmail.com>
+# SPDX-FileCopyrightText: 2006, 2007 Enrique Matias Sanchez (aka Quique) 
<cronop...@gmail.com>
+# SPDX-FileCopyrightText: 2007, 2009, 2025 Eloy Cuadra <ecua...@eloihr.net>
+# SPDX-FileCopyrightText: 2007 Jaime Robles <ja...@kde.org>
 msgid ""
 msgstr ""
-"Project-Id-Version: kio_help4\n"
+"Project-Id-Version: kdoctools6\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-11-18 01:34+0000\n"
-"PO-Revision-Date: 2009-05-20 12:24+0200\n"
+"PO-Revision-Date: 2025-05-17 12:28+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
 "Language: es\n"
@@ -41,82 +40,3 @@
 #, kde-format
 msgid "Writing document"
 msgstr "Escribiendo el documento"
-
-#~ msgctxt "NAME OF TRANSLATORS"
-#~ msgid "Your names"
-#~ msgstr "Eloy Cuadra,Pablo de Vicente"
-
-#~ msgctxt "EMAIL OF TRANSLATORS"
-#~ msgid "Your emails"
-#~ msgstr "ecua...@eloihr.net,vice...@oan.es"
-
-#~ msgid "Output file"
-#~ msgstr "Archivo de salida"
-
-#~ msgid "genshortcutents"
-#~ msgstr "genshortcutents"
-
-#~ msgid "Generates DocBook entities for key shortcuts of standard actions"
-#~ msgstr ""
-#~ "Genera entidades DocBook para accesos rápidos por teclado a acciones "
-#~ "estándar"
-
-#~ msgid "There is no documentation available for %1."
-#~ msgstr "No hay disponible documentación sobre %1."
-
-#~ msgid "Looking up correct file"
-#~ msgstr "Buscando el archivo correcto"
-
-#~ msgid "Preparing document"
-#~ msgstr "Preparando el documento"
-
-#~ msgid "The requested help file could not be parsed:<br />%1"
-#~ msgstr "No fue posible analizar el archivo de ayuda solicitado:<br />%1"
-
-#~ msgid "Saving to cache"
-#~ msgstr "Guardando en caché"
-
-#~ msgid "Using cached version"
-#~ msgstr "Usando la versión de la caché"
-
-#~ msgid "Looking up section"
-#~ msgstr "Buscando la sección"
-
-#~ msgid "Could not find filename %1 in %2."
-#~ msgstr "No se ha encontrado el archivo %1 en %2."
-
-#~ msgid "Stylesheet to use"
-#~ msgstr "Hoja de estilo a usar"
-
-#~ msgid "Output whole document to stdout"
-#~ msgstr "Enviar el documento completo a stdout"
-
-#~ msgid "Output whole document to file"
-#~ msgstr "Enviar el documento completo a un archivo"
-
-#~ msgid "Create a ht://dig compatible index"
-#~ msgstr "Crear un índice compatible con ht://dig"
-
-#~ msgid "Check the document for validity"
-#~ msgstr "Comprobar la validez del documento"
-
-#~ msgid "Create a cache file for the document"
-#~ msgstr "Crear un archivo de caché para el documento"
-
-#~ msgid "Set the srcdir, for kdelibs"
-#~ msgstr "Establecer el srcdir, para kdelibs"
-
-#~ msgid "Parameters to pass to the stylesheet"
-#~ msgstr "Parámetros a pasar a la hoja de estilos"
-
-#~ msgid "The file to transform"
-#~ msgstr "El archivo a transformar"
-
-#~ msgid "XML-Translator"
-#~ msgstr "Traductor de XML"
-
-#~ msgid "KDE Translator for XML"
-#~ msgstr "Traductor KDE para XML"
-
-#~ msgid "Could not write to cache file %1."
-#~ msgstr "No fue posible escribir en el archivo de caché %1."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-6.14.0/src/CMakeLists.txt 
new/kdoctools-6.15.0/src/CMakeLists.txt
--- old/kdoctools-6.14.0/src/CMakeLists.txt     2025-05-02 16:17:54.000000000 
+0200
+++ new/kdoctools-6.15.0/src/CMakeLists.txt     2025-06-13 11:33:08.000000000 
+0200
@@ -73,6 +73,8 @@
     docbookxslt.h
 )
 
+ecm_generate_qdoc(KF6DocTools kdoctools.qdocconf)
+
 install(FILES
     ${KDocTools_HEADERS}
     ${CMAKE_CURRENT_BINARY_DIR}/kdoctools_export.h
@@ -82,28 +84,6 @@
 
 install(TARGETS KF6DocTools EXPORT KF6DocToolsTargets 
${KF_INSTALL_TARGETS_DEFAULT_ARGS})
 
-if(BUILD_QCH)
-    ecm_add_qch(
-        KF6DocTools_QCH
-        NAME KDocTools
-        BASE_NAME KF6DocTools
-        VERSION ${KF_VERSION}
-        ORG_DOMAIN org.kde
-        SOURCES # using only public headers, to cover only public API
-            ${KDocTools_HEADERS}
-        MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md"
-        LINK_QCHS
-            Qt6Core_QCH
-        INCLUDE_DIRS
-            ${CMAKE_CURRENT_BINARY_DIR}
-        BLANK_MACROS
-            KDOCTOOLS_EXPORT
-        TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
-        QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
-        COMPONENT Devel
-    )
-endif()
-
 ########### next target ###############
 
 set_source_files_properties(xslt.cpp PROPERTIES COMPILE_FLAGS -DSIMPLE_XSLT )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-6.14.0/src/docbookxslt.h 
new/kdoctools-6.15.0/src/docbookxslt.h
--- old/kdoctools-6.14.0/src/docbookxslt.h      2025-05-02 16:17:54.000000000 
+0200
+++ new/kdoctools-6.15.0/src/docbookxslt.h      2025-06-13 11:33:08.000000000 
+0200
@@ -21,44 +21,46 @@
 class QByteArray;
 class QString;
 
-/**
- * @namespace KDocTools
- * Utility methods to generate documentation in various format from DocBook 
files
+/*!
+ * \namespace KDocTools
+ * \inheaderfile docbookxslt.h
+ * \inmodule KDocTools
+ * \brief Utility methods to generate documentation in various format from 
DocBook files.
  */
 namespace KDocTools
 {
-/**
+/*!
  * Transform and return the content of file with the specified XSLT stylesheet
  * (both already in memory) using the optional parameters.
  */
 KDOCTOOLS_EXPORT QString transform(const QString &file, const QString 
&stylesheet, const QList<const char *> &params = QList<const char *>());
 
-/**
+/*!
  * Extract the content of a single file from the content string
  * generated by the transformation scripts.
- * @since 5.32
+ * \since 5.32
  */
 KDOCTOOLS_EXPORT QByteArray extractFileToBuffer(const QString &content, const 
QString &filename);
 
-/**
+/*!
  * Save the content (compressed) in the specified filename.
  */
 KDOCTOOLS_EXPORT bool saveToCache(const QString &contents, const QString 
&filename);
 
-/**
+/*!
  * Initialize the XML catalog used by XSLT functions from the standard
-   directories or from the specified srcdir.
+ *  directories or from the specified srcdir.
  */
 KDOCTOOLS_EXPORT void setupStandardDirs(const QString &srcdir = QString());
 
-/**
+/*!
  * Find a specified file amongst the resource shipped with KDocTools.
  */
 KDOCTOOLS_EXPORT QString locateFileInDtdResource(const QString &file, const 
QStandardPaths::LocateOptions option = QStandardPaths::LocateFile);
 
-/**
+/*!
  * Returns the directories which can contain documentation.
- * @since 5.36
+ * \since 5.36
  */
 KDOCTOOLS_EXPORT QStringList documentationDirs();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-6.14.0/src/kdoctools-index.qdoc 
new/kdoctools-6.15.0/src/kdoctools-index.qdoc
--- old/kdoctools-6.14.0/src/kdoctools-index.qdoc       1970-01-01 
01:00:00.000000000 +0100
+++ new/kdoctools-6.15.0/src/kdoctools-index.qdoc       2025-06-13 
11:33:08.000000000 +0200
@@ -0,0 +1,22 @@
+/*!
+    \page kdoctools-index.html
+    \title KDocTools
+
+    Create documentation from DocBook
+
+    Provides tools to generate documentation in various format from DocBook 
files.
+
+    \section1 Using the Module
+
+    \include {module-use.qdocinc} {using the c++ api}
+
+    \section2 Building with CMake
+
+    \include {module-use.qdocinc} {building with cmake} {KF6} {DocTools} 
{KF6::DocTools}
+
+    \section1 API Reference
+
+    \list
+        \li \l{KDocTools C++ Classes}
+    \endlist
+*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-6.14.0/src/kdoctools.qdoc 
new/kdoctools-6.15.0/src/kdoctools.qdoc
--- old/kdoctools-6.14.0/src/kdoctools.qdoc     1970-01-01 01:00:00.000000000 
+0100
+++ new/kdoctools-6.15.0/src/kdoctools.qdoc     2025-06-13 11:33:08.000000000 
+0200
@@ -0,0 +1,11 @@
+/*!
+    \module KDocTools
+    \title KDocTools C++ Classes
+    \ingroup modules
+    \cmakepackage KF6
+    \cmakecomponent DocTools
+
+    \brief Create documentation from DocBook.
+
+    Provides tools to generate documentation in various format from DocBook 
files.
+*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-6.14.0/src/kdoctools.qdocconf 
new/kdoctools-6.15.0/src/kdoctools.qdocconf
--- old/kdoctools-6.14.0/src/kdoctools.qdocconf 1970-01-01 01:00:00.000000000 
+0100
+++ new/kdoctools-6.15.0/src/kdoctools.qdocconf 2025-06-13 11:33:08.000000000 
+0200
@@ -0,0 +1,33 @@
+include($KDE_DOCS/global/qt-module-defaults.qdocconf)
+
+project = KDocTools
+description = Create documentation from DocBook
+
+documentationinheaders = true
+
+headerdirs += .
+sourcedirs += .
+
+outputformats = HTML
+
+depends += \
+    kde \
+    qtcore \
+
+navigation.landingpage = "KDocTools"
+
+qhp.projects            = KDocTools
+
+qhp.KDocTools.file                = kdoctools.qhp
+qhp.KDocTools.namespace           = org.kde.kdoctools.$QT_VERSION_TAG
+qhp.KDocTools.virtualFolder       = kdoctools
+qhp.KDocTools.indexTitle          = KDocTools
+qhp.KDocTools.indexRoot           =
+
+qhp.KDocTools.subprojects         = classes
+qhp.KDocTools.subprojects.classes.title = C++ Classes
+qhp.KDocTools.subprojects.classes.indexTitle = KDocTools C++ Classes
+qhp.KDocTools.subprojects.classes.selectors = class fake:headerfile
+qhp.KDocTools.subprojects.classes.sortPages = true
+
+tagfile = kdoctools.tags

Reply via email to