summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/documentation/structure.dox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/documentation/structure.dox.h')
-rw-r--r--src/lib/netlist/documentation/structure.dox.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lib/netlist/documentation/structure.dox.h b/src/lib/netlist/documentation/structure.dox.h
new file mode 100644
index 00000000000..41dd9507717
--- /dev/null
+++ b/src/lib/netlist/documentation/structure.dox.h
@@ -0,0 +1,21 @@
+
+/*! The netlist namespace.
+ * All netlist related code is contained in the netlist namespace
+ */
+namespace netlist
+{
+ /*! The netlist::devices namespace.
+ * All netlist devices are contained in the netlist::devices namespace.
+ */
+ namespace devices
+ {
+ }
+
+ /*! Internal support classes you should not use in code using netlist api.
+ * This namespace contains all internal support classes not intended
+ * to be used outside of the core.
+ */
+ namespace detail
+ {
+ }
+}