wrld3d / ios-api

iOS API for WRLD: Stunning, Interactive 3D Maps
BSD 2-Clause "Simplified" License
19 stars 7 forks source link

Api Reference documentation is missing for Enums #29

Closed jonty-dawson closed 5 years ago

jonty-dawson commented 5 years ago

On Api Reference pages: https://wrld3d.com/ios/latest/docs/api/

Enums forming part of the WRLD Api are not present, for example: https://github.com/wrld3d/ios-api/blob/master/src/public/WRLDMapFeatureType.h Which forms part of public Api, consumed eg here: https://github.com/wrld3d/ios-api/blob/master/src/public/WRLDPickResult.h#L24

Expected is that Api Reference pages document all Api points and types.

jonty-dawson commented 5 years ago

resolved with da61f48a73aed9378a3a618bd86a6a5111aed775

see eg https://wrld3d.com/ios/latest/docs/api/Constants/WRLDIndoorMapEntityLoadState.html