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 f4d5c44e10 🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
f4d5c44e10 is described below

commit f4d5c44e1035d9d9dc98e659713e6fb00b23ad3a
Author: chaokunyang <[email protected]>
AuthorDate: Thu Feb 26 10:30:15 2026 +0000

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

diff --git a/docs/compiler/compiler-guide.md b/docs/compiler/compiler-guide.md
index 4a513f2901..0457751d24 100644
--- a/docs/compiler/compiler-guide.md
+++ b/docs/compiler/compiler-guide.md
@@ -52,21 +52,21 @@ foryc --scan-generated [OPTIONS]
 
 Compile options:
 
-| Option                                | Description                          
                 | Default             |
-| ------------------------------------- | 
----------------------------------------------------- | ------------------- |
-| `--lang`                              | Comma-separated target languages     
                 | `all`               |
-| `--output`, `-o`                      | Output directory                     
                 | `./generated`       |
-| `--package`                           | Override package name from Fory IDL 
file              | (from file)         |
-| `-I`, `--proto_path`, `--import_path` | Add directory to import search path 
(can be repeated) | (none)              |
-| `--java_out=DST_DIR`                  | Generate Java code in DST_DIR        
                 | (none)              |
-| `--python_out=DST_DIR`                | Generate Python code in DST_DIR      
                 | (none)              |
-| `--cpp_out=DST_DIR`                   | Generate C++ code in DST_DIR         
                 | (none)              |
-| `--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`    | `underscore`        |
-| `--emit-fdl`                          | Emit translated FDL (for non-FDL 
inputs)              | `false`             |
-| `--emit-fdl-path`                     | Write translated FDL to this path 
(file or directory) | (stdout)            |
+| Option                                | Description                          
                 | Default       |
+| ------------------------------------- | 
----------------------------------------------------- | ------------- |
+| `--lang`                              | Comma-separated target languages     
                 | `all`         |
+| `--output`, `-o`                      | Output directory                     
                 | `./generated` |
+| `--package`                           | Override package name from Fory IDL 
file              | (from file)   |
+| `-I`, `--proto_path`, `--import_path` | Add directory to import search path 
(can be repeated) | (none)        |
+| `--java_out=DST_DIR`                  | Generate Java code in DST_DIR        
                 | (none)        |
+| `--python_out=DST_DIR`                | Generate Python code in DST_DIR      
                 | (none)        |
+| `--cpp_out=DST_DIR`                   | Generate C++ code in DST_DIR         
                 | (none)        |
+| `--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`    | `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