From 4d58f7149d4ae389764e2e86e7cf6f6eb2737753 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 29 Jan 2021 10:20:24 +0100 Subject: 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 --- doc/installerfw-cpp-classes.qdoc | 7 +++++++ src/libs/installer/lib7z_facade.cpp | 6 ++++++ 2 files changed, 13 insertions(+) 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 @@ -115,6 +115,12 @@ void registerCodecByteSwap(); namespace Lib7z { +/*! + \inmodule Lib7z + \class Lib7z::PercentPrinter + \brief The PercentPrinter class displays the archiving process. +*/ + /*! \fn void Lib7z::PercentPrinter::PrintRatio() -- cgit v1.2.3