Hi Romain,
Le 07/11/2018 à 16:40, Romain Francois a écrit : > > I'm using https://arrow.apache.org/docs/cpp/ > <https://arrow.apache.org/docs/cpp/> when I develop the R package, but > sometimes this is behind, e.g. this does not have the Read method in > https://arrow.apache.org/docs/cpp/classarrow_1_1ipc_1_1feather_1_1_table_reader.html > > <https://arrow.apache.org/docs/cpp/classarrow_1_1ipc_1_1feather_1_1_table_reader.html> > > Is there some nightly build version of the generated doxygen documentation ? I don't think so. Usually I simply go to the header file and read the docstring I'm interested into. Regards Antoine.