Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Group all class and function definitions into modules #169

Merged
merged 1 commit into from
May 18, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented May 18, 2020

Unfortunately, doxygen puts the documented classes and functions all together in a single list which makes it near impossible to see what functionality belongs to the same header. Group related functionality into common modules which are named after the respective header in which they are defined. Furthermore, group semantically related modules together to obtain a nice overview of the provided functionality and the core parts of the library.

@codecov
Copy link

codecov bot commented May 18, 2020

Codecov Report

Merging #169 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   97.80%   97.80%           
=======================================
  Files          28       28           
  Lines        1825     1825           
=======================================
  Hits         1785     1785           
  Misses         40       40           
Impacted Files Coverage Δ
src/stdgpu/bitset.cuh 100.00% <ø> (ø)
src/stdgpu/deque.cuh 100.00% <ø> (ø)
src/stdgpu/iterator.h 100.00% <ø> (ø)
src/stdgpu/mutex.cuh 100.00% <ø> (ø)
src/stdgpu/ranges.h 100.00% <ø> (ø)
src/stdgpu/unordered_map.cuh 100.00% <ø> (ø)
src/stdgpu/unordered_set.cuh 100.00% <ø> (ø)
src/stdgpu/vector.cuh 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f106527...dfe53d8. Read the comment docs.

@stotko stotko merged commit bb06b36 into master May 18, 2020
@stotko stotko deleted the doc_modules branch May 18, 2020 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant