Skip to content

Commit

Permalink
Merge branch 'task/#2869' into 'master'
Browse files Browse the repository at this point in the history
Refs #2869. Documentation of new parameters on fastrtpsgen.

See merge request eProsima/fastrtps-docs!6
  • Loading branch information
richiprosima committed Jun 22, 2018
2 parents 8394932 + ffabc79 commit 6c1ed60
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/genuse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ Where the option choices are:
+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| -version | Shows the current version of eProsima FASTRTPSGEN. |
+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| -d <directory> | Output directory where the generated files are created. |
| -d <directory> | Sets the output directory where the generated files are created. |
+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| -I <directory> | Add directory to preprocessor include paths. |
+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| -t <directory> | Sets a specific directory as a temporary directory. |
+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| -example <platform> | Generates an example and a solution to compile the generated source code for a specific platform. The help command shows the supported platforms. |
+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| -replace | Replaces the generated source code files whether they exist. |
| -replace | Replaces the generated source code files even if they exist. |
+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| -ppDisable | Disables the preprocessor. |
+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 6c1ed60

Please sign in to comment.