From 1e9e1c508e177b6466282dfad273cf6cfcdf5c76 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 9 Jan 2019 05:32:17 +0100 Subject: Use more https in links --- modules/ECMAddQch.cmake | 2 +- modules/ECMGeneratePkgConfigFile.cmake | 4 ++-- modules/ECMPackageConfigHelpers.cmake | 4 ++-- modules/ECMQchDoxygen.config.in | 14 +++++++------- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'modules') diff --git a/modules/ECMAddQch.cmake b/modules/ECMAddQch.cmake index 40b6026b..60230eac 100644 --- a/modules/ECMAddQch.cmake +++ b/modules/ECMAddQch.cmake @@ -96,7 +96,7 @@ # # NAMESPACE can be used to set a custom namespace of the generated # QCH file. The namepspace is used as the unique id by QHelpEngine (cmp. -# http://doc.qt.io/qt-5/qthelpproject.html#namespace). +# https://doc.qt.io/qt-5/qthelpproject.html#namespace). # The default namespace is ``.``. # Needs to be used when ORG_DOMAIN is not used. # diff --git a/modules/ECMGeneratePkgConfigFile.cmake b/modules/ECMGeneratePkgConfigFile.cmake index 09d7e2b4..91a2cba9 100644 --- a/modules/ECMGeneratePkgConfigFile.cmake +++ b/modules/ECMGeneratePkgConfigFile.cmake @@ -2,9 +2,9 @@ # ECMGeneratePkgConfigFile # ------------------------ # -# Generate a `pkg-config `_ +# Generate a `pkg-config `_ # file for the benefit of -# `autotools `_-based +# `autotools `_-based # projects. # # :: diff --git a/modules/ECMPackageConfigHelpers.cmake b/modules/ECMPackageConfigHelpers.cmake index a118feae..b03d066e 100644 --- a/modules/ECMPackageConfigHelpers.cmake +++ b/modules/ECMPackageConfigHelpers.cmake @@ -6,7 +6,7 @@ # # ``write_basic_package_version_file()`` is the same as the one provided by the # `CMakePackageConfigHelpers -# `_ +# `_ # module in CMake; see that module's documentation for # more information. # @@ -23,7 +23,7 @@ # 2.8.12, except that it adds an extra helper macro: find_dependency(). It is # highly recommended that you read the `documentation for # CMakePackageConfigHelpers -# `_ +# `_ # for more information, particularly with regard to the PATH_VARS argument. # # Note that there is no argument that will disable the find_dependency() macro; diff --git a/modules/ECMQchDoxygen.config.in b/modules/ECMQchDoxygen.config.in index ad30072f..58d53b14 100644 --- a/modules/ECMQchDoxygen.config.in +++ b/modules/ECMQchDoxygen.config.in @@ -196,13 +196,13 @@ ALIASES = "intern=\parInternal use only." \ "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \ "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \ "threadsafe=\xrefitem threadsafe \"Threadsafe\" \"Threadsafe\"" \ - "artistic=Artistic" \ - "bsd=BSD" \ - "x11=X11" \ - "gpl=GPLv2" \ - "lgpl=LGPLv2" \ - "mit=MIT" \ - "qpl=QPL" + "artistic=Artistic" \ + "bsd=BSD" \ + "x11=X11" \ + "gpl=GPLv2" \ + "lgpl=LGPLv2" \ + "mit=MIT" \ + "qpl=QPL" PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \ \ -- cgit v1.2.1