From 572739a4f3d09dca241b82f86e7cc3a85d5dfd59 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 11 Feb 2019 09:11:04 +0100 Subject: [PATCH] macros: add links in the docs [ci skip] --- lib/core/macros.nim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 8cbcc54dfe..43e61d660a 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -12,6 +12,10 @@ include "system/helpers" ## This module contains the interface to the compiler's abstract syntax ## tree (`AST`:idx:). Macros operate on this tree. +## +## See also: +## * `macros tutorial `_ +## * `macros section in Nim manual `_ ## .. include:: ../../doc/astspec.txt