text
stringlengths
12
786k
let latex_exception_prefix = " < string >\ n " ^ " \ t \ tUse < string > as prefix for the LaTeX labels of exceptions . \ n " ^ " \ t \ t ( default is " " \^ default_latex_exception_prefix " " ) " ^\
let latex_module_prefix = " < string >\ n " ^ " \ t \ tUse < string > as prefix for the LaTeX labels of modules . \ n " ^ " \ t \ t ( default is " " \^ default_latex_module_prefix " " ) " ^\
let latex_module_type_prefix = " < string >\ n " ^ " \ t \ tUse < string > as prefix for the LaTeX labels of module types . \ n " ^ " \ t \ t ( default is " " \^ default_latex_module_type_prefix " " ) " ^\
let latex_class_prefix = " < string >\ n " ^ " \ t \ tUse < string > as prefix for the LaTeX labels of classes . \ n " ^ " \ t \ t ( default is " " \^ default_latex_class_prefix " " ) " ^\
let latex_class_type_prefix = " < string >\ n " ^ " \ t \ tUse < string > as prefix for the LaTeX labels of class types . \ n " ^ " \ t \ t ( default is " " \^ default_latex_class_type_prefix " " ) " ^\
let latex_attribute_prefix = " < string >\ n " ^ " \ t \ tUse < string > as prefix for the LaTeX labels of attributes . \ n " ^ " \ t \ t ( default is " " \^ default_latex_attribute_prefix " " ) " ^\
let latex_method_prefix = " < string >\ n " ^ " \ t \ tUse < string > as prefix for the LaTeX labels of methods . \ n " ^ " \ t \ t ( default is " " \^ default_latex_method_prefix " " ) " ^\
let no_toc = " Do not generate table of contents " ^ latex_only
let sort_modules = " Sort the list of top modules before generating the documentation "
let no_stop = " Do not stop at comments "
let no_custom_tags = " Do not allow custom @- tags "
let remove_stars = " Remove beginning blanks of comment lines , until the first ' ' " *
let keep_code = " Always keep code when available "
let inverse_merge_ml_mli = " Inverse implementations and interfaces when merging "
let no_filter_with_module_constraints = " Do not filter module elements using module type constraints "
let merge_description = ( ' d ' , " merge description " )
let merge_author = ( ' a ' , " merge @ author " )
let merge_version = ( ' v ' , " merge @ version " )
let merge_see = ( ' l ' , " merge @ see " )
let merge_since = ( ' s ' , " merge @ since " )
let merge_before = ( ' b ' , " merge @ before " )
let merge_deprecated = ( ' o ' , " merge @ deprecated " )
let merge_param = ( ' p ' , " merge @ param " )
let merge_raised_exception = ( ' e ' , " merge @ raise " )
let merge_return_value = ( ' r ' , " merge @ return " )
let merge_custom = ( ' c ' , " merge custom @- tags " )
let merge_all = ( ' A ' , " merge all " )
let no_index = " Do not build index for Info files " ^ texi_only
let esc_8bits = " Escape accentuated characters in Info files " ^ texi_only
let texinfo_title r = " n , style Associate { n } to the given sectioning style \ n " ^ " \ t \ t ( e . g . ' section ' ) in the texInfo output " ^ texi_only " ^\ n " ^ " \ t \ tDefault sectioning is :\ n \ t \ t " ^ ( String . concat " \ n \ t \ t " ( List ....
let info_section = " Specify section of Info directory " ^ texi_only
let info_entry = " Specify Info directory entry " ^ texi_only
let options_can_be = " < options > can be one or more of the following characters " :
let string_of_options_list l = List . fold_left ( fun acc -> fun ( c , m ) -> acc " ^\ n \ t \ t " ( ^ String . make 1 c ) " ^ " ^ m ) " " l
let merge_options = " < options > specify merge options between . mli and . ml \ n \ t \ t " ^ options_can_be ^ ( string_of_options_list [ merge_description ; merge_author ; merge_version ; merge_see ; merge_since ; merge_before ; merge_deprecated ; merge_param ; merge_raised_excepti...
let initially_opened_module = " < module > Name of the module that is initially opened "
let library_namespace = " < module > Name of the library namespace for a prefixed library . \ Note : very experimental . "
let help = " Display this list of options "
let error_location file l c = Printf . sprintf " File " \% s " , \ line % d , character % d :\ n " file l c
let bad_magic_number = " Bad magic number for this ocamldoc dump !\ n " ^ " This dump was not created by this version of OCamldoc . "
let not_a_module_name s = s " ^ is not a valid module name "
let load_file_error f e = " Error while loading file " ^ f " ^:\ n " ^ e
let wrong_format s = " Wrong format for " " \^ s " " " ^\
let errors_occured n = ( Int . to_string n ) " ^ error ( s ) encountered "
let parse_error = " Parse error "
let text_parse_error l c s = let lines = Str . split ( Str . regexp_string " \ n " ) s in " Error parsing text :\ n " ^ ( List . nth lines l ) ^ " \ n " ^ ( String . make c ' ' ) ^ " " ^
let file_not_found_in_paths paths name = Printf . sprintf " No file % s found in the load paths : \ n % s " name ( String . concat " \ n " paths )
let tag_not_handled tag = " Tag " @^ tag " ^ not handled by this generator "
let should_escape_at_sign = " The character @ has a special meaning in ocamldoc comments , for commands such as @ raise or @ since . \
let bad_tree = " Incorrect tree structure . "
let not_a_valid_tag s = s " ^ is not a valid tag . "
let fun_without_param f = " Function " ^ f " ^ has no parameter . " ; ;
let method_without_param f = " Method " ^ f " ^ has no parameter . " ; ;
let anonymous_parameters f = " Function " ^ f " ^ has anonymous parameters . "
let function_colon f = " Function " ^ f " ^: "
let implicit_match_in_parameter = " Parameters contain implicit pattern matching . "
let unknown_extension f = " Unknown extension for file " ^ f " . " ^
let two_implementations name = " There are two implementations of module " ^ name " . " ^
let two_interfaces name = " There are two interfaces of module " ^ name " . " ^
let too_many_module_objects name = " There are too many interfaces / implementation of module " ^ name " . " ^
let extension_not_found_in_implementation ext m = " Extension " ^ ext " ^ was not found in implementation of module " ^ m " . " ^
let exception_not_found_in_implementation exc m = " Exception " ^ exc " ^ was not found in implementation of module " ^ m " . " ^
let type_not_found_in_implementation exc m = " Type " ^ exc " ^ was not found in implementation of module " ^ m " . " ^
let module_not_found_in_implementation m m2 = " Module " ^ m " ^ was not found in implementation of module " ^ m2 " . " ^
let value_not_found_in_implementation v m = " Value " ^ v " ^ was not found in implementation of module " ^ m " . " ^
let class_not_found_in_implementation c m = " Class " ^ c " ^ was not found in implementation of module " ^ m " . " ^
let attribute_not_found_in_implementation a c = " Attribute " ^ a " ^ was not found in implementation of class " ^ c " . " ^
let method_not_found_in_implementation m c = " Method " ^ m " ^ was not found in implementation of class " ^ c " . " ^
let different_types t = " Definition of type " ^ t " ^ doesn ' t match from interface to implementation . "
let attribute_type_not_found cl att = " The type of the attribute " ^ att " ^ could not be found in the signature of class " ^ cl " . " ^
let method_type_not_found cl met = " The type of the method " ^ met " ^ could not be found in the signature of class " ^ cl " . " ^
let module_not_found m m2 = " The module " ^ m2 " ^ could not be found in the signature of module " ^ m " . " ^
let module_type_not_found m mt = " The module type " ^ mt " ^ could not be found in the signature of module " ^ m " . " ^
let value_not_found m v = " The value " ^ v " ^ could not be found in the signature of module " ^ m " . " ^
let extension_not_found m e = " The extension " ^ e " ^ could not be found in the signature of module " ^ m " . " ^
let exception_not_found m e = " The exception " ^ e " ^ could not be found in the signature of module " ^ m " . " ^
let type_not_found m t = " The type " ^ t " ^ could not be found in the signature of module " ^ m " . " ^
let class_not_found m c = " The class " ^ c " ^ could not be found in the signature of module " ^ m " . " ^
let class_type_not_found m c = " The class type " ^ c " ^ could not be found in the signature of module " ^ m " . " ^
let type_not_found_in_typedtree t = " Type " ^ t " ^ was not found in typed tree . "
let extension_not_found_in_typedtree x = " Extension " ^ x " ^ was not found in typed tree . "
let exception_not_found_in_typedtree e = " Exception " ^ e " ^ was not found in typed tree . "
let module_type_not_found_in_typedtree mt = " Module type " ^ mt " ^ was not found in typed tree . "
let module_not_found_in_typedtree m = " Module " ^ m " ^ was not found in typed tree . "
let class_not_found_in_typedtree c = " Class " ^ c " ^ was not found in typed tree . "
let class_type_not_found_in_typedtree ct = " Class type " ^ ct " ^ was not found in typed tree . "
let inherit_classexp_not_found_in_typedtree n = " Inheritance class expression number " ( ^ Int . to_string n ) " ^ was not found in typed tree . "
let attribute_not_found_in_typedtree att = " Class attribute " ^ att " ^ was not found in typed tree . "
let method_not_found_in_typedtree met = " Class method " ^ met " ^ was not found in typed tree . "
let misplaced_comment file pos = Printf . sprintf " Misplaced special comment in file % s , character % d . " file pos
let cross_module_not_found n = " Module " ^ n " ^ not found "
let cross_module_type_not_found n = " Module type " ^ n " ^ not found "
let cross_module_or_module_type_not_found n = " Module or module type " ^ n " ^ not found "
let cross_class_not_found n = " Class " ^ n " ^ not found "
let cross_class_type_not_found n = " class type " ^ n " ^ not found "
let cross_class_or_class_type_not_found n = " Class or class type " ^ n " ^ not found "
let cross_extension_not_found n = " Extension " ^ n " ^ not found "
let cross_exception_not_found n = " Exception " ^ n " ^ not found "
let cross_element_not_found n = " Element " ^ n " ^ not found "
let cross_method_not_found n = " Method " ^ n " ^ not found "