From 3c5c4722e0a06848e79946f04c6b33f2a8f7227d Mon Sep 17 00:00:00 2001 From: Oleg-designer Date: Tue, 25 May 2021 10:09:40 +0300 Subject: [PATCH] ref #560 documentation correction --- Deploy/deploycore.h | 2 +- md/en/ExtraFiles.md | 2 +- md/en/ExtractDefaultsTemplates.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Deploy/deploycore.h b/Deploy/deploycore.h index e47790f..47e8b9e 100644 --- a/Deploy/deploycore.h +++ b/Deploy/deploycore.h @@ -195,7 +195,7 @@ public: static QString getVCredist(const QString & _qtBin); /** - * @brief isQtLib This method check full path of the library. If the @a @lib contains only name then this method retun QtMajorVersion::NoQt enum. For validate @a lib by name only use the DeployCore::isQtLibName method. + * @brief isQtLib This method check full path of the library. If the @a lib contains only name then this method retun QtMajorVersion::NoQt enum. For validate @a lib by name only use the DeployCore::isQtLibName method. * @param lib This is library full path.. * @return major version of the Qt. */ diff --git a/md/en/ExtraFiles.md b/md/en/ExtraFiles.md index a7ec079..08b7091 100644 --- a/md/en/ExtraFiles.md +++ b/md/en/ExtraFiles.md @@ -68,7 +68,7 @@ Or in configFile.json ``` ## Packages -extraData and extraDataOut options have support to work with packages. See the packaging [page](Pacakges.md) to get more information about packages. +extraData and extraDataOut options have support to work with packages. See the packaging [page](Packing.md) to get more information about packages. Sometimes we need to create a multipackages application. For example create a installer for client-server application with the client and server applications. The client and server have a own default configuration files. We add config files using the extraData option. diff --git a/md/en/ExtractDefaultsTemplates.md b/md/en/ExtractDefaultsTemplates.md index 892fe99..f2cba79 100644 --- a/md/en/ExtractDefaultsTemplates.md +++ b/md/en/ExtractDefaultsTemplates.md @@ -45,4 +45,4 @@ cqtdeployer getDefaultTemplate qif -confFile "path/to/configFile.json" ## Note This option support work with all packages except of zip. -If you want get more information about available packages see the packing [page](Package.md). +If you want get more information about available packages see the packing [page](Packing.md).