]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/state/state-docs.factor
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping ...
[factor.git] / extra / gpu / state / state-docs.factor
index 43d9fc67694cdb2bd0e49d63bc15267fa3f1775b..8d74deef8da9402f4b35d03f1db61c7b615df5c5 100644 (file)
@@ -189,11 +189,11 @@ HELP: blend-mode
     { { $link func-one-minus-constant-alpha } " returns one minus the alpha component of the current " { $link blend-state } "'s " { $snippet "constant-color" } " for every result component." }
 }
 "A typical transparency effect will use the values:"
-{ $code """T{ blend-mode
+{ $code "T{ blend-mode
     { equation eq-add }
     { source-function func-source-alpha }
     { dest-function func-one-minus-source-alpha }
-}""" }
+}" }
 } } ;
 
 HELP: blend-state