MatejSloboda / Dijkstra_map_for_Godot

MIT License
77 stars 13 forks source link

Use gdnative-doc for documentation #107

Closed arnaudgolfouse closed 3 years ago

arnaudgolfouse commented 3 years ago

This adds a dependency on gdnative-doc to generate the documentation from the Rust code.

The actual content of the documentation (previously in addons/dijkstra-map/DOCUMENTATION.md, now in addons/dijkstra-map/doc/index.md and addons/dijkstra-map/doc/DijkstraMap.md) was slightly changed:

Overall I think it looks very good, and I hope this will make for good and maintainable documentation 😁

P.S.: Maybe this will require some explanation so that contributors know they need to modify lib.rs to affect the documentation...