From a8b4ad3a85d4dfac0ed49eeb935d4e59adb01e2c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 1 Apr 2020 12:02:26 +0200 Subject: [PATCH] namespace comment --- pattern2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pattern2.cpp b/pattern2.cpp index 82c00018..09bbf3ed 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -548,6 +548,7 @@ EX int getHemisphere(cell *c, int which) { } } +/** \brief Various functions related to map patterns. */ EX namespace patterns { #if HDR