summaryrefslogtreecommitdiffstats
path: root/generator/fish.ml
Commit message (Collapse)AuthorAgeFilesLines
* generator: Use an OCaml struct to store the structs.Richard W.M. Jones2012-10-301-1/+1
| | | | | | This just makes it simpler to add extra fields to each struct. This is code motion.
* fish: Replace '_' with '-' in deprecation cross-refs (thanks Olaf Hering).Richard W.M. Jones2012-09-131-2/+2
|
* generator: Rename 'generator_*' as '*'.Richard W.M. Jones2012-09-021-0/+1087
This is a simple renaming of the files/modules. Note that in OCaml, module names are derived from filenames by capitalizing the first letter. Thus the old module names had the form "Generator_api_versions". The new modules names have the form "Api_versions".