--- a/src/dist.rs Tue Oct 22 08:27:45 2024 -0500
+++ b/src/dist.rs Tue Oct 22 08:39:46 2024 -0500
@@ -1,3 +1,6 @@
+/*!
+Implementations of the distance function and the distance function squared, on manifolds.
+*/
use alg_tools::mapping::Apply;
use crate::manifold::ManifoldPoint;