thrust icon indicating copy to clipboard operation
thrust copied to clipboard

c++11 documentation

Open RAMitchell opened this issue 4 years ago • 1 comments

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?

RAMitchell avatar May 14 '20 00:05 RAMitchell

We absolutely should make sure that all public API is documented by doxygen. Thanks for pointing this out!

alliepiper avatar May 15 '20 17:05 alliepiper