HaxeFoundation / api.haxe.org

Haxe API documentation
https://api.haxe.org/
11 stars 13 forks source link

sys.io.Process shouldn't link to lua process #5

Closed MatthijsKamstra closed 4 years ago

MatthijsKamstra commented 5 years ago

on https://api.haxe.org/Sys.html#command

Read the sys.io.Process api for a more complete way to start background processes.

sys.io.Process is linked to: https://api.haxe.org/lua/lib/luv/Process.html#Process

should probably be: https://api.haxe.org/sys/io/Process.html

jcward commented 4 years ago

Stumbled across this today... I'm assuming since the link isn't specified in the comment (https://github.com/HaxeFoundation/haxe/blob/development/std/Sys.hx#L114), it must be a problem in how dox is inferring the link?

Gama11 commented 4 years ago

Same issue as https://github.com/HaxeFoundation/dox/issues/264.