Prechádzať zdrojové kódy

Add class list documentation for encoding module

Patrick-Christopher Mattulat 6 mesiacov pred
rodič
commit
955f1c9ca6
1 zmenil súbory, kde vykonal 5 pridanie a 1 odobranie
  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