changeset 164:7ebc56fc3906

Documentation correction.
author John Schneiderman <JohnMS@member.fsf.org>
date Tue, 19 Jan 2021 16:38:28 +0100
parents 7835ff90d1c2
children dc7eb2be563d
files src/external/pecunia/Codes.cpp src/external/pecunia/Codes.h src/scripts/templates/Codes.h
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/external/pecunia/Codes.cpp	Tue Jan 19 16:35:16 2021 +0100
+++ b/src/external/pecunia/Codes.cpp	Tue Jan 19 16:38:28 2021 +0100
@@ -45,7 +45,7 @@
 //  ██╔══██║██║   ██║   ██║   ██║   ██║██║╚██╔╝██║██╔══██║   ██║   ██╔══╝  ██║  ██║
 //  ██║  ██║╚██████╔╝   ██║   ╚██████╔╝██║ ╚═╝ ██║██║  ██║   ██║   ███████╗██████╔╝██╗
 //  ╚═╝  ╚═╝ ╚═════╝    ╚═╝    ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═╝   ╚═╝   ╚══════╝╚═════╝ ╚═╝
-// Generated At: 2021-01-15T18:18:09.218659
+// Generated At: 2021-01-19T16:37:57.856699
 
 #include "Codes.h"
 using namespace std::string_literals;
--- a/src/external/pecunia/Codes.h	Tue Jan 19 16:35:16 2021 +0100
+++ b/src/external/pecunia/Codes.h	Tue Jan 19 16:38:28 2021 +0100
@@ -47,7 +47,7 @@
 //  ██╔══██║██║   ██║   ██║   ██║   ██║██║╚██╔╝██║██╔══██║   ██║   ██╔══╝  ██║  ██║
 //  ██║  ██║╚██████╔╝   ██║   ╚██████╔╝██║ ╚═╝ ██║██║  ██║   ██║   ███████╗██████╔╝██╗
 //  ╚═╝  ╚═╝ ╚═════╝    ╚═╝    ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═╝   ╚═╝   ╚══════╝╚═════╝ ╚═╝
-// Generated At: 2021-01-15T18:18:09.218659
+// Generated At: 2021-01-19T16:37:57.856699
 
 #include <array>
 #include <cstdint>
@@ -477,7 +477,7 @@
  *
  * @param[in] code The country's monetary unit to calculate the ratio for.
  *
- * @return The ratio relationship between the major and minor unit with a supplied precision.
+ * @return The multiplicative factor between the major and minor unit with a supplied precision.
  */
 PECUNIA_EXPORT std::int32_t minorUnitPrecisionFactor(const Iso4217Codes& code);
 /**
--- a/src/scripts/templates/Codes.h	Tue Jan 19 16:35:16 2021 +0100
+++ b/src/scripts/templates/Codes.h	Tue Jan 19 16:38:28 2021 +0100
@@ -120,7 +120,7 @@
  *
  * @param[in] code The country's monetary unit to calculate the ratio for.
  *
- * @return The ratio relationship between the major and minor unit with a supplied precision.
+ * @return The multiplicative factor between the major and minor unit with a supplied precision.
  */
 PECUNIA_EXPORT std::int32_t minorUnitPrecisionFactor(const Iso4217Codes& code);
 /**