Skip to content

Commit

Permalink
macros: update the "See also" mention of genAst
Browse files Browse the repository at this point in the history
The previous comment is no longer relevant.
  • Loading branch information
zerbina committed Aug 1, 2024
1 parent 49f61da commit 3c351f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/core/macros.nim
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ proc quote*(bl: typed, op = "``"): NimNode {.magic: "QuoteAst", noSideEffect.} =
## A custom operator interpolation needs accent quoted (``) whenever it resolves
## to a symbol.
##
## See also `genasts <genasts.html>`_ which avoids some issues with `quote`.
## See also:
## * `genasts <genasts.html>`_
runnableExamples:
macro check(ex: untyped) =
# this is a simplified version of the check macro from the
Expand Down

0 comments on commit 3c351f2

Please sign in to comment.