Hyperlinks back JavaScript target.

This commit is contained in:
Grzegorz Adam Hankiewicz
2014-06-21 22:52:55 +02:00
parent 6a2bb0058c
commit 2353b5633e
4 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,8 @@
# distribution, for details about the copyright.
#
## Declaration of the Document Object Model for the JavaScript backend.
## Declaration of the Document Object Model for the `JavaScript backend
## <backends.html#the-javascript-target>`_.
when not defined(js) and not defined(Nimdoc):
{.error: "This module only works on the JavaScript platform".}

View File

@@ -10,7 +10,8 @@
## Constructive mathematics is naturally typed. -- Simon Thompson
##
## Basic math routines for Nimrod.
## This module is available for the JavaScript target.
## This module is available for the `JavaScript target
## <backends.html#the-javascript-target>`_.
include "system/inclrtl"

View File

@@ -10,6 +10,8 @@
## This module contains various string utility routines.
## See the module `re <re.html>`_ for regular expression support.
## See the module `pegs <pegs.html>`_ for PEG support.
## This module is available for the `JavaScript target
## <backends.html#the-javascript-target>`_.
import parseutils

View File

@@ -9,7 +9,8 @@
## This module contains routines and types for dealing with time.
## This module is available for the JavaScript target.
## This module is available for the `JavaScript target
## <backends.html#the-javascript-target>`_.
{.push debugger:off.} # the user does not want to trace a part
# of the standard library!