fix uses of code:comment

svn: r9803
This commit is contained in:
Eli Barzilay 2008-05-11 04:12:33 +00:00
parent 9afde2887c
commit 77c51adcc4

View File

@ -138,12 +138,14 @@ returns the corresponding init arg.
This mixin uses a struct definition for its settings: This mixin uses a struct definition for its settings:
@schemeblock[ @schemeblock[
(define-struct drscheme:language:simple-settings (define-struct drscheme:language:simple-settings
(case-sensitive (code:comment : boolean?) (case-sensitive (code:comment #, @t{boolean?})
printing-style (code:comment : (symbols 'constructor 'quasiquote 'write 'print)) printing-style (code:comment #, @t{(symbols 'constructor 'quasiquote 'write 'print)})
fraction-style (code:comment : (symbols 'mixed-fraction 'mixed-fraction-e 'repeating-decimal 'repeating-decimal-e)) fraction-style (code:comment #, @t{(symbols 'mixed-fraction 'mixed-fraction-e})
show-sharing (code:comment : boolean?) (code:comment #, @t{ 'repeating-decimal 'repeating-decimal-e)})
insert-newlines (code:comment : boolean?) show-sharing (code:comment #, @t{boolean?})
annotations)) (code:comment : (symbols 'none 'debug 'debug/profile 'test-coverage)) insert-newlines (code:comment #, @t{boolean?})
annotations)) (code:comment #, @t{(symbols 'none 'debug 'debug/profile})
(code:comment #, @t{ 'test-coverage)})
] ]
The settings in this structure reflect the settings show in The settings in this structure reflect the settings show in