diff --git a/docs/html/md__compiler.html b/docs/html/md__compiler.html index ff3f7fe22..1b3cd1db4 100644 --- a/docs/html/md__compiler.html +++ b/docs/html/md__compiler.html @@ -63,8 +63,8 @@ $(document).ready(function(){initNavTree('md__compiler.html','');});

Usage:

flatc [ GENERATOR OPTIONS ] [ -o PATH ] [ -I PATH ] [ -S ] FILES...
       [ -- FILES...]
-

The files are read and parsed in order, and can contain either schemas or data (see below). Later files can make use of definitions in earlier files.

-

-- indicates that the following files are binary files in FlatBuffer format conforming to the schema(s) indicated before it. Incompatible binary files currently will give unpredictable results (!)

+

The files are read and parsed in order, and can contain either schemas or data (see below). Data files are processed according to the definitions of the most recent schema specified.

+

-- indicates that the following files are binary files in FlatBuffer format conforming to the schema indicated before it.

Depending on the flags passed, additional files may be generated for each file processed:

For any schema input files, one or more generators can be specified: