JuliaGPU / ArrayFire.jl

Julia wrapper for the ArrayFire library
Other
204 stars 37 forks source link

Outdated Documentation #235

Open manipadmeom opened 5 years ago

manipadmeom commented 5 years ago

Hello!

I have been taking a look into the wrap source file, and I have found there are a lot of useful functions, but there is no description of them anywhere. The readme file describes only a few, and some of them are not even available anymore. When I look in the help files using the repl, these functions appear, but again, no description is available.

I leave an example of the output,

Best regards!

help?> assign_seq search: assign_seq

No documentation found.

ArrayFire.assign_seq is a Function.

1 method for generic function "assign_seq":

[1] assign_seq(lhs::AFArray, ndims::Integer, indices, rhs::AFArray) in ArrayFire at /home/manipadmeom/.julia/packages/ArrayFire/Tx4Iq/src/wrap.jl:714

ghost commented 5 years ago

This project is just a wrapper, most of the functions are auto generated by a script. Can you help with updating documentation from the source / original implementation? Would be nice if this could be automated too.