Ver Fonte

Adjust documentation annotations

Patrick-Christopher Mattulat há 2 meses atrás
pai
commit
e92b6633f8
97 ficheiros alterados com 202 adições e 200 exclusões
  1. 3 2
      include/ls-std/boxing/Boolean.hpp
  2. 3 2
      include/ls-std/boxing/Double.hpp
  3. 2 2
      include/ls-std/boxing/Float.hpp
  4. 2 2
      include/ls-std/boxing/Integer.hpp
  5. 2 2
      include/ls-std/boxing/Long.hpp
  6. 2 2
      include/ls-std/boxing/String.hpp
  7. 2 2
      include/ls-std/core/Class.hpp
  8. 2 2
      include/ls-std/core/ConditionalFunctionExecutor.hpp
  9. 2 2
      include/ls-std/core/LibraryVersion.hpp
  10. 2 2
      include/ls-std/core/Version.hpp
  11. 2 2
      include/ls-std/core/evaluator/EmptyStringArgumentEvaluator.hpp
  12. 2 2
      include/ls-std/core/evaluator/IndexOutOfBoundsEvaluator.hpp
  13. 2 2
      include/ls-std/core/evaluator/NullPointerArgumentEvaluator.hpp
  14. 2 2
      include/ls-std/core/evaluator/NullPointerEvaluator.hpp
  15. 2 2
      include/ls-std/core/evaluator/RawNullPointerArgumentEvaluator.hpp
  16. 2 2
      include/ls-std/core/evaluator/RawNullPointerEvaluator.hpp
  17. 2 2
      include/ls-std/core/exception/EventNotHandledException.hpp
  18. 2 2
      include/ls-std/core/exception/Exception.hpp
  19. 2 2
      include/ls-std/core/exception/ExceptionMessage.hpp
  20. 2 2
      include/ls-std/core/exception/FileNotFoundException.hpp
  21. 2 2
      include/ls-std/core/exception/FileOperationException.hpp
  22. 2 2
      include/ls-std/core/exception/IllegalArgumentException.hpp
  23. 2 2
      include/ls-std/core/exception/IllegalArithmeticOperationException.hpp
  24. 2 2
      include/ls-std/core/exception/IncompleteJsonException.hpp
  25. 2 2
      include/ls-std/core/exception/IndexOutOfBoundsException.hpp
  26. 2 2
      include/ls-std/core/exception/NotImplementedException.hpp
  27. 2 2
      include/ls-std/core/exception/NullPointerException.hpp
  28. 2 2
      include/ls-std/core/jni/JniApi.hpp
  29. 2 2
      include/ls-std/core/jni/JniClass.hpp
  30. 2 2
      include/ls-std/core/jni/JniClassParameter.hpp
  31. 2 2
      include/ls-std/core/jni/JniMethod.hpp
  32. 2 2
      include/ls-std/core/jni/JniReturnValue.hpp
  33. 2 2
      include/ls-std/encoding/Base64.hpp
  34. 2 2
      include/ls-std/event/Event.hpp
  35. 2 2
      include/ls-std/event/EventManager.hpp
  36. 2 2
      include/ls-std/io/File.hpp
  37. 2 2
      include/ls-std/io/FileOutputStream.hpp
  38. 2 2
      include/ls-std/io/FilePathSeparator.hpp
  39. 2 2
      include/ls-std/io/FilePathSeparatorMatch.hpp
  40. 2 2
      include/ls-std/io/FileReader.hpp
  41. 2 2
      include/ls-std/io/FileWriter.hpp
  42. 2 2
      include/ls-std/io/NewLine.hpp
  43. 2 2
      include/ls-std/io/StandardOutputWriter.hpp
  44. 2 2
      include/ls-std/io/StorableFile.hpp
  45. 2 2
      include/ls-std/io/evaluator/FileExistenceEvaluator.hpp
  46. 2 2
      include/ls-std/io/logging/LogLevel.hpp
  47. 2 2
      include/ls-std/io/logging/Logger.hpp
  48. 2 2
      include/ls-std/io/section-pair/SectionPairMessageFormatter.hpp
  49. 2 2
      include/ls-std/io/section-pair/evaluator/SectionPairIdentifierArgumentEvaluator.hpp
  50. 2 2
      include/ls-std/io/section-pair/evaluator/SectionPairRowArgumentEvaluator.hpp
  51. 2 2
      include/ls-std/io/section-pair/evaluator/SectionPairRowListValueArgumentEvaluator.hpp
  52. 2 2
      include/ls-std/io/section-pair/evaluator/SectionPairRowSingleValueArgumentEvaluator.hpp
  53. 2 2
      include/ls-std/io/section-pair/evaluator/SectionPairSectionArgumentEvaluator.hpp
  54. 2 2
      include/ls-std/io/section-pair/evaluator/SectionPairValueArgumentEvaluator.hpp
  55. 2 2
      include/ls-std/io/section-pair/model/SectionPairDocument.hpp
  56. 2 2
      include/ls-std/io/section-pair/model/SectionPairRow.hpp
  57. 2 2
      include/ls-std/io/section-pair/model/SectionPairRowListValue.hpp
  58. 2 2
      include/ls-std/io/section-pair/model/SectionPairRowSingleValue.hpp
  59. 2 2
      include/ls-std/io/section-pair/model/SectionPairRowValue.hpp
  60. 2 2
      include/ls-std/io/section-pair/model/SectionPairSection.hpp
  61. 2 2
      include/ls-std/io/section-pair/reader/SectionPairFileReader.hpp
  62. 2 2
      include/ls-std/io/section-pair/reader/SectionPairFileReaderParameter.hpp
  63. 2 2
      include/ls-std/io/section-pair/serialization/SerializableSectionPairDocument.hpp
  64. 2 2
      include/ls-std/io/section-pair/serialization/SerializableSectionPairParameter.hpp
  65. 2 2
      include/ls-std/io/section-pair/serialization/SerializableSectionPairRow.hpp
  66. 2 2
      include/ls-std/io/section-pair/serialization/SerializableSectionPairRowListValue.hpp
  67. 2 2
      include/ls-std/io/section-pair/serialization/SerializableSectionPairRowSingleValue.hpp
  68. 2 2
      include/ls-std/io/section-pair/serialization/SerializableSectionPairSection.hpp
  69. 2 2
      include/ls-std/io/section-pair/validator/SectionPairDocumentValidator.hpp
  70. 2 2
      include/ls-std/io/section-pair/validator/SectionPairFileExtensionValidator.hpp
  71. 2 2
      include/ls-std/io/section-pair/validator/SectionPairIdentifierValidator.hpp
  72. 2 2
      include/ls-std/io/section-pair/validator/SectionPairRowListValueValidator.hpp
  73. 2 2
      include/ls-std/io/section-pair/validator/SectionPairRowSingleValueValidator.hpp
  74. 2 2
      include/ls-std/io/section-pair/validator/SectionPairRowValidator.hpp
  75. 2 2
      include/ls-std/io/section-pair/validator/SectionPairSectionValidator.hpp
  76. 2 2
      include/ls-std/io/section-pair/validator/SectionPairValueValidator.hpp
  77. 2 2
      include/ls-std/io/xml/XmlAttribute.hpp
  78. 2 2
      include/ls-std/io/xml/XmlDeclaration.hpp
  79. 2 2
      include/ls-std/io/xml/XmlDocument.hpp
  80. 2 2
      include/ls-std/io/xml/XmlNode.hpp
  81. 2 2
      include/ls-std/io/xml/XmlParseParameter.hpp
  82. 2 2
      include/ls-std/io/xml/XmlParser.hpp
  83. 2 2
      include/ls-std/io/xml/XmlReader.hpp
  84. 3 3
      include/ls-std/ls-std-boxing.hpp
  85. 3 3
      include/ls-std/ls-std-core.hpp
  86. 3 3
      include/ls-std/ls-std-encoding.hpp
  87. 3 3
      include/ls-std/ls-std-event.hpp
  88. 3 3
      include/ls-std/ls-std-io.hpp
  89. 3 3
      include/ls-std/ls-std-time.hpp
  90. 2 2
      include/ls-std/time/Date.hpp
  91. 2 2
      include/ls-std/time/common/DateParameter.hpp
  92. 2 2
      include/ls-std/time/common/DateParameterMapper.hpp
  93. 2 2
      include/ls-std/time/common/jni/JniDateParameterMapper.hpp
  94. 2 2
      include/ls-std/time/system-time/PosixClock.hpp
  95. 2 2
      include/ls-std/time/system-time/SystemTime.hpp
  96. 2 2
      include/ls-std/time/system-time/SystemTimeParameter.hpp
  97. 2 2
      include/ls-std/time/system-time/WindowsClock.hpp

+ 3 - 2
include/ls-std/boxing/Boolean.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-09
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,8 @@
 #include <sstream>
 
 /*
- * @class(name: 'Boolean', package: 'boxing')
+ * @doc: class(name: 'Boolean', package: 'boxing')
+ * @doc: boxing.Boolean.description('This class represents the primitive datatype bool and provides functionalities for boolean expressions and string representation.')
  * */
 
 namespace ls::std::boxing

+ 3 - 2
include/ls-std/boxing/Double.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-14
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -16,7 +16,8 @@
 #include <memory>
 
 /*
- * @class(name: 'Double', package: 'boxing')
+ * @doc: class(name: 'Double', package: 'boxing')
+ * @doc: boxing.Double.description('This class represents the primitive datatype double and provides functionalities for arithmetic operations, accuracy and string representation.')
  * */
 
 namespace ls::std::boxing

+ 2 - 2
include/ls-std/boxing/Float.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-14
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,7 @@
 #include <string>
 
 /*
- * @class(name: 'Float', package: 'boxing')
+ * @doc: class(name: 'Float', package: 'boxing')
  * */
 
 namespace ls::std::boxing

+ 2 - 2
include/ls-std/boxing/Integer.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-07
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -16,7 +16,7 @@
 #include <memory>
 
 /*
- * @class(name: 'Integer', package: 'boxing')
+ * @doc: class(name: 'Integer', package: 'boxing')
  * */
 
 namespace ls::std::boxing

+ 2 - 2
include/ls-std/boxing/Long.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-17
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,7 @@
 #include <memory>
 
 /*
- * @class(name: 'Long', package: 'boxing')
+ * @doc: class(name: 'Long', package: 'boxing')
  * */
 
 namespace ls::std::boxing

+ 2 - 2
include/ls-std/boxing/String.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-14
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -20,7 +20,7 @@
 #include <vector>
 
 /*
- * @class(name: 'String', package: 'boxing')
+ * @doc: class(name: 'String', package: 'boxing')
  * */
 
 namespace ls::std::boxing

+ 2 - 2
include/ls-std/core/Class.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-07
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -14,7 +14,7 @@
 #include <string>
 
 /*
- * @class(name: 'Class', package: 'core')
+ * @doc: class(name: 'Class', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/ConditionalFunctionExecutor.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-13
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -14,7 +14,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'ConditionalFunctionExecutor', package: 'core')
+ * @doc: class(name: 'ConditionalFunctionExecutor', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/LibraryVersion.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2021-05-02
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -14,7 +14,7 @@
 #include <string>
 
 /*
- * @class(name: 'LibraryVersion', package: 'core')
+ * @doc: class(name: 'LibraryVersion', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/Version.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-09-27
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'Version', package: 'core')
+ * @doc: class(name: 'Version', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/evaluator/EmptyStringArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-08
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'EmptyStringArgumentEvaluator', package: 'core')
+ * @doc: class(name: 'EmptyStringArgumentEvaluator', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/evaluator/IndexOutOfBoundsEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-10
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'IndexOutOfBoundsEvaluator', package: 'core')
+ * @doc: class(name: 'IndexOutOfBoundsEvaluator', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/evaluator/NullPointerArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-08
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <string>
 
 /*
- * @class(name: 'NullPointerArgumentEvaluator', package: 'core')
+ * @doc: class(name: 'NullPointerArgumentEvaluator', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/evaluator/NullPointerEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-08
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'NullPointerEvaluator', package: 'core')
+ * @doc: class(name: 'NullPointerEvaluator', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/evaluator/RawNullPointerArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-05-23
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'RawNullPointerArgumentEvaluator', package: 'core')
+ * @doc: class(name: 'RawNullPointerArgumentEvaluator', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/evaluator/RawNullPointerEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-05-24
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'RawNullPointerEvaluator', package: 'core')
+ * @doc: class(name: 'RawNullPointerEvaluator', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/EventNotHandledException.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2021-05-27
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'EventNotHandledException', package: 'core')
+ * @doc: class(name: 'EventNotHandledException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/Exception.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-22
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'Exception', package: 'core')
+ * @doc: class(name: 'Exception', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/ExceptionMessage.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-07
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -14,7 +14,7 @@
 #include <string>
 
 /*
- * @class(name: 'ExceptionMessage', package: 'core')
+ * @doc: class(name: 'ExceptionMessage', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/FileNotFoundException.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-17
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'FileNotFoundException', package: 'core')
+ * @doc: class(name: 'FileNotFoundException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/FileOperationException.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-15
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'FileOperationException', package: 'core')
+ * @doc: class(name: 'FileOperationException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/IllegalArgumentException.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-09
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'IllegalArgumentException', package: 'core')
+ * @doc: class(name: 'IllegalArgumentException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/IllegalArithmeticOperationException.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-07
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'IllegalArithmeticOperationException', package: 'core')
+ * @doc: class(name: 'IllegalArithmeticOperationException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/IncompleteJsonException.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2021-04-30
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'IncompleteJsonException', package: 'core')
+ * @doc: class(name: 'IncompleteJsonException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/IndexOutOfBoundsException.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-10
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'IndexOutOfBoundsException', package: 'core')
+ * @doc: class(name: 'IndexOutOfBoundsException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/NotImplementedException.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-03-27
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'NotImplementedException', package: 'core')
+ * @doc: class(name: 'NotImplementedException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/exception/NullPointerException.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-11-06
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'NullPointerException', package: 'core')
+ * @doc: class(name: 'NullPointerException', package: 'core')
  * */
 
 namespace ls::std::core

+ 2 - 2
include/ls-std/core/jni/JniApi.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-04-07
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -14,7 +14,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'JniApi', package: 'core')
+ * @doc: class(name: 'JniApi', package: 'core')
  * */
 
 namespace ls::std::core::experimental

+ 2 - 2
include/ls-std/core/jni/JniClass.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-04-07
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -21,7 +21,7 @@
 #include <unordered_map>
 
 /*
- * @class(name: 'JniClass', package: 'core')
+ * @doc: class(name: 'JniClass', package: 'core')
  * */
 
 namespace ls::std::core::experimental

+ 2 - 2
include/ls-std/core/jni/JniClassParameter.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-04-07
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <string>
 
 /*
- * @class(name: 'JniClassParameter', package: 'core')
+ * @doc: class(name: 'JniClassParameter', package: 'core')
  * */
 
 namespace ls::std::core::experimental

+ 2 - 2
include/ls-std/core/jni/JniMethod.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-04-08
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'JniMethod', package: 'core')
+ * @doc: class(name: 'JniMethod', package: 'core')
  * */
 
 namespace ls::std::core::experimental

+ 2 - 2
include/ls-std/core/jni/JniReturnValue.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-04-08
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -14,7 +14,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'JniReturnValue', package: 'core')
+ * @doc: class(name: 'JniReturnValue', package: 'core')
  * */
 
 namespace ls::std::core::experimental

+ 2 - 2
include/ls-std/encoding/Base64.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-01-03
- * Changed:         2024-09-05
+ * Changed:         2024-09-09
  *
  * */
 
@@ -19,7 +19,7 @@
 #include <vector>
 
 /*
- * @class(name: 'Base64', package: 'encoding')
+ * @doc: class(name: 'Base64', package: 'encoding')
  * */
 
 namespace ls::std::encoding

+ 2 - 2
include/ls-std/event/Event.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2024-05-16
-* Changed:         2024-05-30
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'Event', package: 'event')
+ * @doc: class(name: 'Event', package: 'event')
  * */
 
 namespace ls::std::event

+ 2 - 2
include/ls-std/event/EventManager.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2024-05-16
-* Changed:         2024-05-30
+* Changed:         2024-09-09
 *
 * */
 
@@ -28,7 +28,7 @@ namespace ls::std::event::type
 }
 
 /*
- * @class(name: 'EventManager', package: 'event')
+ * @doc: class(name: 'EventManager', package: 'event')
  * */
 
 namespace ls::std::event

+ 2 - 2
include/ls-std/io/File.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-15
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -24,7 +24,7 @@
 #endif
 
 /*
- * @class(name: 'File', package: 'io')
+ * @doc: class(name: 'File', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/FileOutputStream.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-20
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'FileOutputStream', package: 'io')
+ * @doc: class(name: 'FileOutputStream', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/FilePathSeparator.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-15
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -14,7 +14,7 @@
 #include <string>
 
 /*
- * @class(name: 'FilePathSeparator', package: 'io')
+ * @doc: class(name: 'FilePathSeparator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/FilePathSeparatorMatch.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-15
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -13,7 +13,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'FilePathSeparatorMatch', package: 'io')
+ * @doc: class(name: 'FilePathSeparatorMatch', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/FileReader.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-17
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -16,7 +16,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'FileReader', package: 'io')
+ * @doc: class(name: 'FileReader', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/FileWriter.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-17
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -16,7 +16,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'FileWriter', package: 'io')
+ * @doc: class(name: 'FileWriter', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/NewLine.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-18
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -14,7 +14,7 @@
 #include <string>
 
 /*
- * @class(name: 'NewLine', package: 'io')
+ * @doc: class(name: 'NewLine', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/StandardOutputWriter.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-11-06
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -14,7 +14,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'StandardOutputWriter', package: 'io')
+ * @doc: class(name: 'StandardOutputWriter', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/StorableFile.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-19
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,7 @@
 #include <string>
 
 /*
- * @class(name: 'StorableFile', package: 'io')
+ * @doc: class(name: 'StorableFile', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/evaluator/FileExistenceEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-21
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'FileExistenceEvaluator', package: 'io')
+ * @doc: class(name: 'FileExistenceEvaluator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/logging/LogLevel.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-20
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,7 @@
 #include <unordered_map>
 
 /*
- * @class(name: 'LogLevel', package: 'io')
+ * @doc: class(name: 'LogLevel', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/logging/Logger.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-20
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -20,7 +20,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'Logger', package: 'io')
+ * @doc: class(name: 'Logger', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/SectionPairMessageFormatter.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-22
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -14,7 +14,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairMessageFormatter', package: 'io')
+ * @doc: class(name: 'SectionPairMessageFormatter', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/evaluator/SectionPairIdentifierArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-09
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'SectionPairIdentifierArgumentEvaluator', package: 'io')
+ * @doc: class(name: 'SectionPairIdentifierArgumentEvaluator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/evaluator/SectionPairRowArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-20
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairRowArgumentEvaluator', package: 'io')
+ * @doc: class(name: 'SectionPairRowArgumentEvaluator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/evaluator/SectionPairRowListValueArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-20
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairRowListValueArgumentEvaluator', package: 'io')
+ * @doc: class(name: 'SectionPairRowListValueArgumentEvaluator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/evaluator/SectionPairRowSingleValueArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-19
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairRowSingleValueArgumentEvaluator', package: 'io')
+ * @doc: class(name: 'SectionPairRowSingleValueArgumentEvaluator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/evaluator/SectionPairSectionArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-20
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairSectionArgumentEvaluator', package: 'io')
+ * @doc: class(name: 'SectionPairSectionArgumentEvaluator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/evaluator/SectionPairValueArgumentEvaluator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-10
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairValueArgumentEvaluator', package: 'io')
+ * @doc: class(name: 'SectionPairValueArgumentEvaluator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/model/SectionPairDocument.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-15
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -19,7 +19,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SectionPairDocument', package: 'io')
+ * @doc: class(name: 'SectionPairDocument', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/model/SectionPairRow.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-08
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -21,7 +21,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SectionPairRow', package: 'io')
+ * @doc: class(name: 'SectionPairRow', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/model/SectionPairRowListValue.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-10
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'SectionPairRowListValue', package: 'io')
+ * @doc: class(name: 'SectionPairRowListValue', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/model/SectionPairRowSingleValue.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-10
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -18,7 +18,7 @@
 #include <memory>
 
 /*
- * @class(name: 'SectionPairRowSingleValue', package: 'io')
+ * @doc: class(name: 'SectionPairRowSingleValue', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/model/SectionPairRowValue.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-10
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SectionPairRowValue', package: 'io')
+ * @doc: class(name: 'SectionPairRowValue', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/model/SectionPairSection.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-13
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -21,7 +21,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SectionPairSection', package: 'io')
+ * @doc: class(name: 'SectionPairSection', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/reader/SectionPairFileReader.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-21
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <memory>
 
 /*
- * @class(name: 'SectionPairFileReader', package: 'io')
+ * @doc: class(name: 'SectionPairFileReader', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/reader/SectionPairFileReaderParameter.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-21
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -19,7 +19,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SectionPairFileReaderParameter', package: 'io')
+ * @doc: class(name: 'SectionPairFileReaderParameter', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/serialization/SerializableSectionPairDocument.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-16
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -18,7 +18,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SerializableSectionPairDocument', package: 'io')
+ * @doc: class(name: 'SerializableSectionPairDocument', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/serialization/SerializableSectionPairParameter.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-17
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SerializableSectionPairParameter', package: 'io')
+ * @doc: class(name: 'SerializableSectionPairParameter', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/serialization/SerializableSectionPairRow.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-11
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -18,7 +18,7 @@
 #include <string>
 
 /*
- * @class(name: 'SerializableSectionPairRow', package: 'io')
+ * @doc: class(name: 'SerializableSectionPairRow', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/serialization/SerializableSectionPairRowListValue.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-11
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -18,7 +18,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SerializableSectionPairRowListValue', package: 'io')
+ * @doc: class(name: 'SerializableSectionPairRowListValue', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/serialization/SerializableSectionPairRowSingleValue.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-11
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <memory>
 
 /*
- * @class(name: 'SerializableSectionPairRowSingleValue', package: 'io')
+ * @doc: class(name: 'SerializableSectionPairRowSingleValue', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/serialization/SerializableSectionPairSection.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-14
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -18,7 +18,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'SerializableSectionPairSection', package: 'io')
+ * @doc: class(name: 'SerializableSectionPairSection', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/validator/SectionPairDocumentValidator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-21
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairDocumentValidator', package: 'io')
+ * @doc: class(name: 'SectionPairDocumentValidator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/validator/SectionPairFileExtensionValidator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-21
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairFileExtensionValidator', package: 'io')
+ * @doc: class(name: 'SectionPairFileExtensionValidator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/validator/SectionPairIdentifierValidator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-09
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairIdentifierValidator', package: 'io')
+ * @doc: class(name: 'SectionPairIdentifierValidator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/validator/SectionPairRowListValueValidator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-19
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairRowListValueValidator', package: 'io')
+ * @doc: class(name: 'SectionPairRowListValueValidator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/validator/SectionPairRowSingleValueValidator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-19
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'SectionPairRowSingleValueValidator', package: 'io')
+ * @doc: class(name: 'SectionPairRowSingleValueValidator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/validator/SectionPairRowValidator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-20
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairRowValidator', package: 'io')
+ * @doc: class(name: 'SectionPairRowValidator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/validator/SectionPairSectionValidator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-20
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -16,7 +16,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairSectionValidator', package: 'io')
+ * @doc: class(name: 'SectionPairSectionValidator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/section-pair/validator/SectionPairValueValidator.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-02-09
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -17,7 +17,7 @@
 #include <string>
 
 /*
- * @class(name: 'SectionPairValueValidator', package: 'io')
+ * @doc: class(name: 'SectionPairValueValidator', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/xml/XmlAttribute.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-09-23
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <string>
 
 /*
- * @class(name: 'XmlAttribute', package: 'io')
+ * @doc: class(name: 'XmlAttribute', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/xml/XmlDeclaration.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-09-27
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'XmlDeclaration', package: 'io')
+ * @doc: class(name: 'XmlDeclaration', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/xml/XmlDocument.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-09-27
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,7 @@
 #include <memory>
 
 /*
- * @class(name: 'XmlDocument', package: 'io')
+ * @doc: class(name: 'XmlDocument', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/xml/XmlNode.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-09-24
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -17,7 +17,7 @@
 #include <memory>
 
 /*
- * @class(name: 'XmlNode', package: 'io')
+ * @doc: class(name: 'XmlNode', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/xml/XmlParseParameter.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-10-17
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -16,7 +16,7 @@
 #include <memory>
 
 /*
- * @class(name: 'XmlParseParameter', package: 'io')
+ * @doc: class(name: 'XmlParseParameter', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/xml/XmlParser.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-11-25
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -20,7 +20,7 @@
 #include <string_view>
 
 /*
- * @class(name: 'XmlParser', package: 'io')
+ * @doc: class(name: 'XmlParser', package: 'io')
  * */
 
 namespace ls::std::io

+ 2 - 2
include/ls-std/io/xml/XmlReader.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-10-08
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -20,7 +20,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'XmlReader', package: 'io')
+ * @doc: class(name: 'XmlReader', package: 'io')
  * */
 
 namespace ls::std::io

+ 3 - 3
include/ls-std/ls-std-boxing.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-05-13
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -11,8 +11,8 @@
 #define LS_STD_LS_STD_BOXING_HPP
 
 /*
- * @package(name: 'boxing')
- * @boxing.description('This package provides functionalities for wrapping primitive datatypes (boolean, double, float, int, long, string). Wrapping those types would enable a developer to provide string representations, or parsing from strings to convert them back into their primitive forms. Additionally, these boxing types come with a great selection of operators and convenient functions.')
+ * @doc: package(name: 'boxing')
+ * @doc: boxing.description('This package provides functionalities for wrapping primitive datatypes (boolean, double, float, int, long, string). Wrapping those types would enable a developer to provide string representations, or parsing from strings to convert them back into their primitive forms. Additionally, these boxing types come with a great selection of operators and convenient functions.')
  * */
 
 #include <ls-std/boxing/Boolean.hpp>

+ 3 - 3
include/ls-std/ls-std-core.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-05-13
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -11,8 +11,8 @@
 #define LS_STD_LS_STD_CORE_HPP
 
 /*
- * @package(name: 'core')
- * @core.description('This package provides a base class, which can be used to provide simple class reflection. Other functionalities of this package include customized exceptions, basic interfaces and convenient types.')
+ * @doc: package(name: 'core')
+ * @doc: core.description('This package provides a base class, which can be used to provide simple class reflection. Other functionalities of this package include customized exceptions, basic interfaces and convenient types.')
  * */
 
 #include <ls-std/core/evaluator/EmptyStringArgumentEvaluator.hpp>

+ 3 - 3
include/ls-std/ls-std-encoding.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-05-17
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -11,8 +11,8 @@
 #define LS_STD_LS_STD_ENCODING_HPP
 
 /*
- * @package(name: 'encoding')
- * @encoding.description('This package provides encoding functionalities, which in the current scope is limited to Base64. This would also include the provision of a Base-64-CLI-tool.')
+ * @doc: package(name: 'encoding')
+ * @doc: encoding.description('This package provides encoding functionalities, which in the current scope is limited to Base64. This would also include the provision of a Base-64-CLI-tool.')
  * */
 
 #include <ls-std/encoding/Base64.hpp>

+ 3 - 3
include/ls-std/ls-std-event.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-05-14
- * Changed:         2024-05-30
+ * Changed:         2024-09-09
  *
  * */
 
@@ -11,8 +11,8 @@
 #define LS_STD_LS_STD_EVENT_HPP
 
 /*
- * @package(name: 'event')
- * @event.description('This package provides an event manager and the functionality to through events.')
+ * @doc: package(name: 'event')
+ * @doc: event.description('This package provides an event manager and the functionality to through events.')
  * */
 
 #include <ls-std/event/type/EventTypes.hpp>

+ 3 - 3
include/ls-std/ls-std-io.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-05-14
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -11,8 +11,8 @@
 #define LS_STD_LS_STD_IO_HPP
 
 /*
- * @package(name: 'io')
- * @io.description('This package provides cross-platform functionalities for handling files, parsing and writing XML, logging, parsing and writing SP-files (.INI-based files).')
+ * @doc: package(name: 'io')
+ * @doc: io.description('This package provides cross-platform functionalities for handling files, parsing and writing XML, logging, parsing and writing SP-files (.INI-based files).')
  * */
 
 #include <ls-std/io/evaluator/FileExistenceEvaluator.hpp>

+ 3 - 3
include/ls-std/ls-std-time.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-05-16
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -11,8 +11,8 @@
 #define LS_STD_LS_STD_TIME_HPP
 
 /*
- * @package(name: 'time')
- * @time.description('This package provides convenient time functionalities and data structures, like a Date class for representing a date or SystemTime for setting a systems local time.')
+ * @doc: package(name: 'time')
+ * @doc: time.description('This package provides convenient time functionalities and data structures, like a Date class for representing a date or SystemTime for setting a systems local time.')
  * */
 
 #include <ls-std/time/common/DateParameter.hpp>

+ 2 - 2
include/ls-std/time/Date.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-14
- * Changed:         2024-05-25
+ * Changed:         2024-09-09
  *
  * */
 
@@ -15,7 +15,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'Date', package: 'time')
+ * @doc: class(name: 'Date', package: 'time')
  * */
 
 namespace ls::std::time

+ 2 - 2
include/ls-std/time/common/DateParameter.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-03-29
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <ls-std/time/type/DateParameterTypes.hpp>
 
 /*
- * @class(name: 'DateParameter', package: 'time')
+ * @doc: class(name: 'DateParameter', package: 'time')
  * */
 
 namespace ls::std::time

+ 2 - 2
include/ls-std/time/common/DateParameterMapper.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-03-31
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -18,7 +18,7 @@
 #endif
 
 /*
- * @class(name: 'DateParameterMapper', package: 'time')
+ * @doc: class(name: 'DateParameterMapper', package: 'time')
  * */
 
 namespace ls::std::time

+ 2 - 2
include/ls-std/time/common/jni/JniDateParameterMapper.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-04-09
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <ls-std/time/common/DateParameter.hpp>
 
 /*
- * @class(name: 'JniDateParameterMapper', package: 'time')
+ * @doc: class(name: 'JniDateParameterMapper', package: 'time')
  * */
 
 namespace ls::std::time::experimental

+ 2 - 2
include/ls-std/time/system-time/PosixClock.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-03-15
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <ls-std/time/type/DateParameterTypes.hpp>
 
 /*
- * @class(name: 'PosixClock', package: 'time')
+ * @doc: class(name: 'PosixClock', package: 'time')
  * */
 
 namespace ls::std::time

+ 2 - 2
include/ls-std/time/system-time/SystemTime.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-03-07
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -20,7 +20,7 @@
 #include <string>
 
 /*
- * @class(name: 'SystemTime', package: 'time')
+ * @doc: class(name: 'SystemTime', package: 'time')
  * */
 
 namespace ls::std::time

+ 2 - 2
include/ls-std/time/system-time/SystemTimeParameter.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-03-15
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -15,7 +15,7 @@
 #include <memory>
 
 /*
- * @class(name: 'SystemTimeParameter', package: 'time')
+ * @doc: class(name: 'SystemTimeParameter', package: 'time')
  * */
 
 namespace ls::std::time

+ 2 - 2
include/ls-std/time/system-time/WindowsClock.hpp

@@ -3,7 +3,7 @@
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2023-04-01
-* Changed:         2024-05-25
+* Changed:         2024-09-09
 *
 * */
 
@@ -14,7 +14,7 @@
 #include <ls-std/os/dynamic-goal.hpp>
 
 /*
- * @class(name: 'WindowsClock', package: 'time')
+ * @doc: class(name: 'WindowsClock', package: 'time')
  * */
 
 namespace ls::std::time