Index: src/AST/Decl.hpp
===================================================================
--- src/AST/Decl.hpp	(revision 3e94a2320178a198595aea8d54df01c0ba38565c)
+++ src/AST/Decl.hpp	(revision 93c86ac1869d2c8bc7f7e9c3a40448d2489aa9a1)
@@ -316,5 +316,5 @@
 public:
 	bool isTyped; // isTyped indicated if the enum has a declaration like:
-	// enum (type_optional) Name {...} 
+	// enum (type_optional) Name {...}
 	ptr<Type> base; // if isTyped == true && base.get() == nullptr, it is a "void" type enum
 	enum class EnumHiding { Visible, Hide } hide;
@@ -374,4 +374,5 @@
 };
 
+/// Assembly declaration: `asm ... ( "..." : ... )`
 class AsmDecl : public Decl {
 public:
