2
0
Nicolas Cannasse 19 жил өмнө
parent
commit
ac32915066
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      genxml.ml

+ 1 - 1
genxml.ml

@@ -34,7 +34,7 @@ let pmap f m =
 let gen_path (p,n) =
 	("path",String.concat "." (p @ [n]))
 
-let gen_doc s = node "$doc" [] [pcdata s]
+let gen_doc s = node "haxe:doc" [] [pcdata s]
 
 let gen_doc_opt d =
 	match d with