From 71b7f60b29f7c84ca562799bb56cdfe78b129618 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Mon, 1 Oct 2012 11:05:50 -0600 Subject: [PATCH] add docs for codeblock->pict --- collects/unstable/scribblings/gui.scrbl | 1 + collects/unstable/scribblings/gui/scribble.scrbl | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 collects/unstable/scribblings/gui/scribble.scrbl diff --git a/collects/unstable/scribblings/gui.scrbl b/collects/unstable/scribblings/gui.scrbl index 2aea0dcf93..0fa089752c 100644 --- a/collects/unstable/scribblings/gui.scrbl +++ b/collects/unstable/scribblings/gui.scrbl @@ -13,3 +13,4 @@ @include-section["gui/slideshow.scrbl"] @include-section["gui/pslide.scrbl"] @include-section["gui/snip.scrbl"] +@include-section["gui/scribble.scrbl"] diff --git a/collects/unstable/scribblings/gui/scribble.scrbl b/collects/unstable/scribblings/gui/scribble.scrbl new file mode 100644 index 0000000000..0d945fa187 --- /dev/null +++ b/collects/unstable/scribblings/gui/scribble.scrbl @@ -0,0 +1,15 @@ +#lang scribble/manual +@(require "../utils.rkt" + (for-label slideshow + unstable/contract + unstable/gui/scribble)) + +@title{Scribble Utilities} +@unstable[@author+email["Jon Rafkind" "rafkind@racket-lang.org"]] + +@defmodule[unstable/gui/scribble] + +@defproc[(codeblock->pict [block block?]) pict?]{ + +Converts a scribble block element into a pict. +}