search for: c618bf0

Displaying 2 results from an estimated 2 matches for "c618bf0".

2016 Feb 26
1
[PATCH] doc: add info on per-function needed feature
...his function depends on the feature C<%s>. See also +C<$g-E<gt>feature-available>.\n\n" opt + ); (match deprecation_notice f with | None -> () | Some txt -> pr "%s\n\n" txt diff --git a/generator/python.ml b/generator/python.ml index c618bf0..9663fb4 100644 --- a/generator/python.ml +++ b/generator/python.ml @@ -817,6 +817,11 @@ class GuestFS(object): match deprecation_notice f with | None -> doc | Some txt -> doc ^ "\n\n" ^ txt in + let doc = + match f.optional with +...
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.