maplibre / maplibre-native-qt

MapLibre Native Qt Bindings and Qt Location Plugin
https://maplibre.org/maplibre-native-qt/docs/
43 stars 16 forks source link

Complete initial reference documentation #152

Closed ntadej closed 3 months ago

ntadej commented 3 months ago

Complete initial reference documentation:

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 45.36%. Comparing base (020e3bc) to head (c6d0f25). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================== + Coverage 45.27% 45.36% +0.09% ========================================== Files 35 35 Lines 2125 2147 +22 ========================================== + Hits 962 974 +12 - Misses 1163 1173 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ntadej commented 3 months ago

Looks very manual, I would consider automating some of the things here somehow...

Quick investigation did not yield any automated tools. There is QDoc provided by Qt, but I had very hard time to get anything useful out of it. For now I think this is sensible enough, but I'll keep investigating if something (semi)automated is possible.