ArrayFire.jl icon indicating copy to clipboard operation
ArrayFire.jl copied to clipboard

Outdated Documentation

Open manipadmeom opened this issue 6 years ago • 1 comments

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

manipadmeom avatar May 13 '19 09:05 manipadmeom

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.

ghost avatar May 13 '19 15:05 ghost