commit 6564d5999c17e562f6bf2980c4a0f31f9358d623
parent d1178fe6f4fb0a4b49042ee97661e27fae9d495c
Author: Jay McCarthy <jay.mccarthy@gmail.com>
Date: Wed, 30 Nov 2016 13:55:52 -0500
Adding docs for doc-binding
Diffstat:
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/scribble-doc/scribblings/scribble/running.scrbl b/scribble-doc/scribblings/scribble/running.scrbl
@@ -65,13 +65,15 @@ source declares a module. The module should either have a @racket[doc]
that exports @racket[doc] as a @racket[part], or it should directly
export @racket[doc] as a @racket[part]. (The submodule is tried first,
and the main module is not directly loaded or evaluated if the
-submodule can be loaded on its own.)
+submodule can be loaded on its own.) (Use @DFlag{doc-binding} to
+change @racket[doc] to another symbol.)
When multiple documents are rendered at the same time, cross-reference
information in one document is visible to the other documents. See
@secref["xref-flags"] for information on references that cross
documents that are built separately.
+@history[#:changed "1.18" @elem{Added @DFlag{doc-binding}.}]
@history[#:changed "1.4" @elem{Added @DFlag{dvipdf}.}]
@section{Extra and Format-Specific Files}
@@ -209,4 +211,4 @@ and rendered, which could affect the content that
@filepath{turtle.scrbl} generates if it uses
@racket[current-command-line-arguments].
-@history[#:changed "1.1" @elem{Added the empty-vector default and @DPFlag{arg} flag.}]
-\ No newline at end of file
+@history[#:changed "1.1" @elem{Added the empty-vector default and @DPFlag{arg} flag.}]
diff --git a/scribble-lib/info.rkt b/scribble-lib/info.rkt
@@ -23,4 +23,4 @@
(define pkg-authors '(mflatt eli))
-(define version "1.17")
+(define version "1.18")