Displaying 2 results from an estimated 2 matches for "22cadeb".
2016 Feb 23
7
[PATCH 0/4] Various tweaks to the generator.
Use interfaces files (*.mli files) instead of exporting all symbols
randomly.
Change the 'file is generated' warnings at the top of generated files
so they accurately describe which source file generates each output
file.
Rich.
2016 Feb 23
0
[PATCH 1/4] generator: Add interfaces to all modules.
...it
+val generate_daemon_actions_h : unit -> unit
+val generate_daemon_names : unit -> unit
+val generate_daemon_optgroups_c : unit -> unit
+val generate_daemon_optgroups_h : unit -> unit
diff --git a/generator/docstrings.mli b/generator/docstrings.mli
new file mode 100644
index 0000000..22cadeb
--- /dev/null
+++ b/generator/docstrings.mli
@@ -0,0 +1,34 @@
+(* libguestfs
+ * Copyright (C) 2009-2016 Red Hat Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundatio...