summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/AssemblyFactory.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-14 14:33:11 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-14 14:33:11 +0200
commit6a348bd8899d3c00f4ac13becef91872fcbe8072 (patch)
tree61a0d9dd4ebc84bb41e4d993917f672d86e44b03 /dev/LibCompiler/src/AssemblyFactory.cc
parent09edd92af071cab2a88967a3db5f93a5fd568e1a (diff)
cxxdrv: Add whitespace cleanup and initial support for class/struct parsing
Diffstat (limited to 'dev/LibCompiler/src/AssemblyFactory.cc')
-rw-r--r--dev/LibCompiler/src/AssemblyFactory.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/AssemblyFactory.cc b/dev/LibCompiler/src/AssemblyFactory.cc
index 3853446..46ebed3 100644
--- a/dev/LibCompiler/src/AssemblyFactory.cc
+++ b/dev/LibCompiler/src/AssemblyFactory.cc
@@ -9,12 +9,12 @@
/**
* @file AssemblyFactory.cxx
- * @author amlal (amlal@zka.com)
+ * @author amlal (amlal@nekernel.org)
* @brief Assembler Kit
* @version 0.1
* @date 2024-01-27
*
- * @copyright Copyright (c) 2024 Amlal El Mahrouss
+ * @copyright Copyright (c) 2024-2025 Amlal El Mahrouss
*
*/