Add structure tree module

This commit is contained in:
John Whitington 2024-07-03 13:38:38 +01:00
parent 4bf90215ae
commit c71e0773a3
3 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,8 @@ DOC = cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \
cpdfsqueeze cpdfdraft cpdfspot cpdfpagelabels cpdfcreate cpdfannot \ cpdfsqueeze cpdfdraft cpdfspot cpdfpagelabels cpdfcreate cpdfannot \
cpdfxobject cpdfimpose cpdfchop cpdftweak cpdftexttopdf cpdftoc \ cpdfxobject cpdfimpose cpdfchop cpdftweak cpdftexttopdf cpdftoc \
cpdfjpeg cpdfjpeg2000 cpdfpng cpdfimage cpdfdraw cpdfcomposition \ cpdfjpeg cpdfjpeg2000 cpdfpng cpdfimage cpdfdraw cpdfcomposition \
cpdfshape cpdfcolours cpdfdrawcontrol cpdfprinttree cpdfua cpdfcommand cpdfshape cpdfcolours cpdfdrawcontrol cpdfprinttree cpdfst cpdfua \
cpdfcommand
MODS = $(NONDOC) $(DOC) MODS = $(NONDOC) $(DOC)

1
cpdfst.ml Normal file
View File

@ -0,0 +1 @@
(* Operations on structure trees. *)

1
cpdfst.mli Normal file
View File

@ -0,0 +1 @@
(** Structure trees *)