浏览代码

Add class list documentation for encoding module

Patrick-Christopher Mattulat 6 月之前
父节点
当前提交
955f1c9ca6
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      include/ls-std/encoding/Base64.hpp

+ 5 - 1
include/ls-std/encoding/Base64.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-01-03
- * Changed:         2023-05-15
+ * Changed:         2024-05-24
  *
  * */
 
@@ -17,6 +17,10 @@
 #include <unordered_map>
 #include <vector>
 
+/*
+ * @class(name: 'Base64', package: 'Encoding')
+ * */
+
 namespace ls::std::encoding
 {
   class LS_STD_DYNAMIC_GOAL Base64 : public ls::std::core::interface_type::IEncoding