asherliu / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

headers need better Doxygenation #339

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Each entry in this list should have documentation:

http://wiki.thrust.googlecode.com/hg/html/files.html

Documentation should say what the function/family of functions/classes do, e.g.

adjacent_difference: Compute difference between consecutive elements of a 
sequence

Original issue reported on code.google.com by jaredhoberock on 25 May 2011 at 1:13

GoogleCodeExporter commented 8 years ago
device_vector & host_vector's member functions are undocumented (because they 
inherit them from detail::vector_base).

Make Doxygen generate dox for them as if they were members:

http://www.stack.nl/~dimitri/doxygen/config.html#cfg_inline_inherited_memb

Original comment by jaredhoberock on 26 Jul 2011 at 11:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision e71c54be71c5.

Original comment by jaredhoberock on 31 Aug 2011 at 7:27