From b7a47ca57b2de1b31d21569c314b0748d326ce8a Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 30 Jun 2018 17:37:40 +0200 Subject: Add header comment for the common arch API in generic arch Signed-off-by: Clifford Wolf --- generic/arch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'generic/arch.h') diff --git a/generic/arch.h b/generic/arch.h index 9c2bee2e..e739cfab 100644 --- a/generic/arch.h +++ b/generic/arch.h @@ -92,6 +92,7 @@ struct Arch : BaseCtx void addBelGraphic(BelId bel, const GraphicElement &graphic); // --------------------------------------------------------------- + // Common Arch API. Every arch must provide the following methods. Arch(ArchArgs args); -- cgit v1.2.3