ALGO: add haddock ignore-exports in KDTree

This commit is contained in:
2014-11-29 23:51:23 +01:00
parent 26221f3046
commit 9867d25c4a

View File

@@ -1,3 +1,5 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Algorithms.KDTree.KDTree where