thrust
thrust copied to clipboard
c++11 documentation
I noticed that my thrust::shuffle documentation would not build by default because of the preprocessor flag #if THRUST_CPP_DIALECT >= 2011
.
I want to make sure this documentation is available for the next release. Is it possible to predefine this for doxygen (https://github.com/thrust/thrust/blob/ddc8972ad81f93144506f8beb1e3a9be785692d4/doc/thrust.dox#L2060) so that c++11 only algorithms get documented?
We absolutely should make sure that all public API is documented by doxygen. Thanks for pointing this out!