macros: add links in the docs [ci skip]

This commit is contained in:
narimiran
2019-02-11 09:11:04 +01:00
committed by Andreas Rumpf
parent 7bb94abc31
commit 572739a4f3

View File

@@ -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 <https://nim-lang.github.io/Nim/tut3.html>`_
## * `macros section in Nim manual <https://nim-lang.github.io/Nim/manual.html#macros>`_
## .. include:: ../../doc/astspec.txt