summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-11-01 20:16:13 -0500
committerJohn Estabrook <jestabro@vyos.io>2025-11-01 20:16:13 -0500
commite93fba34b633d0573eea964e8cf9739ef94e9d0b (patch)
treee3e350d827f03d7ebd046424f8ffbadb4d9b9f5b /src
parent0ac562ebf8f292f5c342d5e2904cbe4dd9933f23 (diff)
downloadvyos1x-config-e93fba34b633d0573eea964e8cf9739ef94e9d0b.tar.gz
vyos1x-config-e93fba34b633d0573eea964e8cf9739ef94e9d0b.zip
T7980: add module description
Diffstat (limited to 'src')
-rw-r--r--src/internal.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal.ml b/src/internal.ml
index 5ee3926..3751f64 100644
--- a/src/internal.ml
+++ b/src/internal.ml
@@ -1,3 +1,8 @@
+(*
+ * A functor for 'internal' representation of Config_tree and Reference_tree.
+ * This is useful for avoiding re-parsing *_trees on cache and load.
+ *)
+
exception Read_error of string
exception Write_error of string