stotko / stdgpu

stdgpu: Efficient STL-like Data Structures on the GPU
https://stotko.github.io/stdgpu/
Apache License 2.0
1.16k stars 83 forks source link

config: Apply formatting and remove unnecessary namespace documentation #357

Closed stotko closed 1 year ago

stotko commented 1 year ago

The config.h.in file is a placeholder for the auto-generated config file and has so far been not considered to be formatted by clang-format. Since the special replacement syntax of CMake breaks the automatic formatting, perform a manual correction afterwards and keep the file still excluded.

While at it, also clean up the _fwd extension from the file detection and also remove the unnecessary documentation of the stdgpu namespace which generates a bloated page in the documentation that is not referenced anywhere.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (349cfaf) 97.23% compared to head (cfc9b1c) 97.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #357 +/- ## ======================================= Coverage 97.23% 97.23% ======================================= Files 31 31 Lines 2421 2421 ======================================= Hits 2354 2354 Misses 67 67 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Stotko). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Stotko)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.