aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/gencfg/readme.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/gencfg/readme.txt b/tools/gencfg/readme.txt
index ffd318f25..5b2b58ba4 100644
--- a/tools/gencfg/readme.txt
+++ b/tools/gencfg/readme.txt
@@ -1 +1,14 @@
-Write requirements and setup documentation here. \ No newline at end of file
+*****************************************************************************
+*** Files Organization ***
+*****************************************************************************
+
+--{root} - Configuration Generator tool.
+ +--readme.txt - This file.
+ +--config.fmpp - Tool configuration file, tool setup is done here.
+ +--run.bat - Tool runner batch file.
+ +--lib/ - FTL library files.
+ +--processors/ - Various configuration generators.
+ +--schema/ - Schema files used to validate XML configurations.
+ +--xml/ - Templates of configuration files.
+
+Write requirements and setup documentation here.