Skip to content

Commit 4e175a6

Browse files
committed
[docs] fix 'multiple tags' warnings
1 parent c9e2cac commit 4e175a6

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

ipoe/docs/ipoe-define.scrbl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
@title[#:tag "ipoe-define"]{Defining a new iPoe Language}
99

10-
@defmodulelang[ipoe]{
11-
The @racketmodname[ipoe] language is a specification language for @tech{poetic forms}.
12-
}
10+
The @racketmodname[ipoe] language is a specification language for @tech{poetic forms}.
1311

1412
The syntax accepted by the @hash-lang[] @racketmodname[ipoe] reader is keyword-based:
1513
@(let ([lp @litchar{(}] [rp @litchar{)}])

ipoe/docs/ipoe-use.scrbl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -139,21 +139,21 @@ But it tends to ask for too much help, you can disable the help by putting @rack
139139

140140
@subsection[#:tag "ipoe-forms"]{Built-in Poetic Forms}
141141

142-
@defmodulelang[ipoe/cinquain]
143-
@defmodulelang[ipoe/clerihew]
144-
@defmodulelang[ipoe/couplet]
145-
@defmodulelang[ipoe/english-sonnet]
146-
@defmodulelang[ipoe/free-verse]
147-
@defmodulelang[ipoe/haiku]
148-
@defmodulelang[ipoe/italian-sonnet]
149-
@defmodulelang[ipoe/limerick]
150-
@defmodulelang[ipoe/quaternion]
151-
@defmodulelang[ipoe/rondelet]
152-
@defmodulelang[ipoe/sestina]
153-
@defmodulelang[ipoe/sextilla]
154-
@defmodulelang[ipoe/tanaga]
155-
@defmodulelang[ipoe/tercet]
156-
@defmodulelang[ipoe/villanelle]
142+
@defmodulelang[ipoe/cinquain #:no-declare]
143+
@defmodulelang[ipoe/clerihew #:no-declare]
144+
@defmodulelang[ipoe/couplet #:no-declare]
145+
@defmodulelang[ipoe/english-sonnet #:no-declare]
146+
@defmodulelang[ipoe/free-verse #:no-declare]
147+
@defmodulelang[ipoe/haiku #:no-declare]
148+
@defmodulelang[ipoe/italian-sonnet #:no-declare]
149+
@defmodulelang[ipoe/limerick #:no-declare]
150+
@defmodulelang[ipoe/quaternion #:no-declare]
151+
@defmodulelang[ipoe/rondelet #:no-declare]
152+
@defmodulelang[ipoe/sestina #:no-declare]
153+
@defmodulelang[ipoe/sextilla #:no-declare]
154+
@defmodulelang[ipoe/tanaga #:no-declare]
155+
@defmodulelang[ipoe/tercet #:no-declare]
156+
@defmodulelang[ipoe/villanelle #:no-declare]
157157

158158
@section[#:tag "ipoe-use:pragmatics"]{Pragmatics}
159159

ipoe/docs/ipoe.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@title[#:tag "top"]{iPoe: interactive poetry editor}
44
@author[@hyperlink["https://github.com/bennn"]{Ben Greenman}]
55

6-
@defmodule[ipoe]{
6+
@defmodulelang[ipoe]{
77
The @racketmodname[ipoe] package is an extensible compiler for poetry.
88
}
99

0 commit comments

Comments
 (0)