summaryrefslogtreecommitdiffstats
path: root/include/shard/AugBTree.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-02-09 12:30:21 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2024-02-09 12:30:21 -0500
commit402fc269c0aaa671d84a6d15918735ad4b90e6b2 (patch)
tree145b1658f31a005eda33c9231b2b8ee7bab7915f /include/shard/AugBTree.h
parent711769574e647839677739192698e400529efe75 (diff)
downloaddynamic-extension-402fc269c0aaa671d84a6d15918735ad4b90e6b2.tar.gz
Comment updates/fixes
Diffstat (limited to 'include/shard/AugBTree.h')
-rw-r--r--include/shard/AugBTree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/shard/AugBTree.h b/include/shard/AugBTree.h
index 58bd098..54931bd 100644
--- a/include/shard/AugBTree.h
+++ b/include/shard/AugBTree.h
@@ -10,6 +10,8 @@
* used along side the WIRS query in include/query/wirs.h, but
* also supports the necessary methods for other common query
* types.
+ *
+ * TODO: The code in this file is very poorly commented.
*/
#pragma once