This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ada88bc252 🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
ada88bc252 is described below

commit ada88bc2521f76bd598490e751c88b96ddc659c4
Author: chaokunyang <[email protected]>
AuthorDate: Thu Feb 26 07:13:34 2026 +0000

    🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
---
 docs/compiler/compiler-guide.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/compiler/compiler-guide.md b/docs/compiler/compiler-guide.md
index 33c8f6bc9f..4a513f2901 100644
--- a/docs/compiler/compiler-guide.md
+++ b/docs/compiler/compiler-guide.md
@@ -64,9 +64,9 @@ Compile options:
 | `--go_out=DST_DIR`                    | Generate Go code in DST_DIR          
                 | (none)              |
 | `--rust_out=DST_DIR`                  | Generate Rust code in DST_DIR        
                 | (none)              |
 | `--csharp_out=DST_DIR`                | Generate C# code in DST_DIR          
                 | (none)              |
-| `--go_nested_type_style`              | Go nested type naming: `camelcase` 
or `underscore`    | from schema/default |
-| `--emit-fdl`                          | Print translated Fory IDL for 
non-`.fdl` inputs       | `false`             |
-| `--emit-fdl-path`                     | Write translated Fory IDL to a file 
or directory      | (stdout)            |
+| `--go_nested_type_style`              | Go nested type naming: `camelcase` 
or `underscore`    | `underscore`        |
+| `--emit-fdl`                          | Emit translated FDL (for non-FDL 
inputs)              | `false`             |
+| `--emit-fdl-path`                     | Write translated FDL to this path 
(file or directory) | (stdout)            |
 
 Scan options (with `--scan-generated`):
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to