Initial comit - Clone
This commit is contained in:
11
bin/gwb2ged/gwb2gedLib.mli
Normal file
11
bin/gwb2ged/gwb2gedLib.mli
Normal file
@@ -0,0 +1,11 @@
|
||||
val gwb2ged :
|
||||
bool ->
|
||||
Gwexport.gwexport_opts ->
|
||||
(Gwdb.iper -> bool) * (Gwdb.ifam -> bool) ->
|
||||
unit
|
||||
(** [gwb2ged with_indexes opts sel]
|
||||
Converts a Geneweb database to a GEDCOM file.
|
||||
* `with_indexes` specifies if indexes are printed or not;
|
||||
* `opts` are the export options
|
||||
* `sel` is a pair of selectors returned by the database export
|
||||
*)
|
||||
Reference in New Issue
Block a user