diff --git a/src/lib.rs b/src/lib.rs index 590003b..023b899 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,7 @@ #![cfg_attr(not(feature = "disable_contracts"), feature(try_blocks))] //! [Topola](https://topola.dev) is a work-in-progress interactive //! topological router in Rust. -//! +//! //! The project is funded by the [NLnet Foundation](https://nlnet.nl/) from //! the [NGI0 Entrust](https://nlnet.nl/entrust/) fund. diff --git a/src/router/navmesh.rs b/src/router/navmesh.rs index 54b88d9..10f15b3 100644 --- a/src/router/navmesh.rs +++ b/src/router/navmesh.rs @@ -313,7 +313,7 @@ impl Navmesh { pub fn origin_navvertex(&self) -> NavvertexIndex { self.origin_navvertex } - + /// Returns destination node index pub fn destination(&self) -> FixedDotIndex { self.destination