mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Fix attr haddocks to show actual code and not references.
This commit is contained in:
parent
1bf099f69f
commit
15c783ed47
@ -886,7 +886,7 @@ setAvailableSize (w, h) p =
|
||||
-- , withAttr "highlight" (str b)
|
||||
-- ]
|
||||
--
|
||||
-- render1 = renderA ("Brick", "fun")
|
||||
-- render1 = renderA (\"Brick\", "fun")
|
||||
-- render2 = withAttr "warning" render1
|
||||
-- @
|
||||
--
|
||||
@ -930,7 +930,7 @@ modifyDefAttr f p =
|
||||
-- , str " is "
|
||||
-- , withAttr "highlight" (str b) ]
|
||||
--
|
||||
-- render1 = renderA ("Brick", "fun")
|
||||
-- render1 = renderA (\"Brick\", "fun")
|
||||
-- render2 = withDefAttr "warning" render1
|
||||
-- @
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user