summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-01-29 10:20:24 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-02-04 09:10:38 +0100
commit4d58f7149d4ae389764e2e86e7cf6f6eb2737753 (patch)
tree012bebd135362619e06a326e953228b8bcf5d850
parent2665bbe56e22ca71beb686d985d9859da72cbac2 (diff)
Doc: Show documentation for Lib7z namespace and PercentPrinter class
The docs were already there, just not displayed in the Manual Change-Id: I3bbc0718150ff792a0657140d1d8999f47667450 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
-rw-r--r--doc/installerfw-cpp-classes.qdoc7
-rw-r--r--src/libs/installer/lib7z_facade.cpp6
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/installerfw-cpp-classes.qdoc b/doc/installerfw-cpp-classes.qdoc
index af8f1385d..bc1e35715 100644
--- a/doc/installerfw-cpp-classes.qdoc
+++ b/doc/installerfw-cpp-classes.qdoc
@@ -58,6 +58,9 @@
KDUpdater classes are a fork of KDAB's general
\l{http://docs.kdab.com/kdtools/2.2.2/group__kdupdater.html}
{KDUpdater module}.
+ \row
+ \li \l{Lib7z}
+ \li Contains classes to create and extract archives.
\endtable
\section1 QInstaller C++ Classes
@@ -67,4 +70,8 @@
\section1 KDUpdater C++ Classes
\generatelist{classesbymodule kdupdater}
+
+ \section1 Lib7z C++ Classes
+
+ \generatelist{classesbymodule Lib7z}
*/
diff --git a/src/libs/installer/lib7z_facade.cpp b/src/libs/installer/lib7z_facade.cpp
index 3e6b10259..e7dbf4c6c 100644
--- a/src/libs/installer/lib7z_facade.cpp
+++ b/src/libs/installer/lib7z_facade.cpp
@@ -116,6 +116,12 @@ void registerCodecByteSwap();
namespace Lib7z {
/*!
+ \inmodule Lib7z
+ \class Lib7z::PercentPrinter
+ \brief The PercentPrinter class displays the archiving process.
+*/
+
+/*!
\fn void Lib7z::PercentPrinter::PrintRatio()
Prints ratio.