summaryrefslogtreecommitdiff
path: root/include/fitz/tree.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-05-26 09:34:56 +0200
committerTor Andersson <tor@ghostscript.com>2005-05-26 09:34:56 +0200
commit987d58dfaf4030f43b2a8854e2d246f75465cc57 (patch)
tree430eeedbebfdc278a9fc88afa134c96dacc073b4 /include/fitz/tree.h
parent4bb1d274f49678af1612179d632ebcca7666f235 (diff)
downloadmupdf-987d58dfaf4030f43b2a8854e2d246f75465cc57.tar.xz
new stream api
Diffstat (limited to 'include/fitz/tree.h')
-rw-r--r--include/fitz/tree.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fitz/tree.h b/include/fitz/tree.h
index ced3b491..9f76f167 100644
--- a/include/fitz/tree.h
+++ b/include/fitz/tree.h
@@ -1,3 +1,10 @@
+/*
+ * The display tree is at the center of attention in Fitz.
+ * The tree and most of its minor nodes.
+ * Paths and text nodes are found elsewhere.
+ * Resources used are also found elsewhere.
+ */
+
typedef struct fz_tree_s fz_tree;
typedef struct fz_node_s fz_node;