summaryrefslogtreecommitdiffstats
path: root/python/macholib/doc/MachoOGraph.rst
diff options
context:
space:
mode:
Diffstat (limited to 'python/macholib/doc/MachoOGraph.rst')
-rw-r--r--python/macholib/doc/MachoOGraph.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/macholib/doc/MachoOGraph.rst b/python/macholib/doc/MachoOGraph.rst
new file mode 100644
index 000000000..256a4137f
--- /dev/null
+++ b/python/macholib/doc/MachoOGraph.rst
@@ -0,0 +1,14 @@
+:mod:`macholib.MachoGraph` --- Graph data structure of Mach-O dependencies
+===============================================================================
+
+.. module:: macholib.MachOGraph
+ :synopsis: Graph data structure of Mach-O dependencies
+
+This module defines the class :class:`MachOGraph` which represents the
+direct and indirect dependencies of one or more Mach-O files on
+other (library) files.
+
+.. class:: MachOGraph(...)
+
+ To be discussed.
+