This commit is contained in:
rusefillc 2022-04-22 22:54:53 -04:00
parent f80e48fce2
commit f8bddd661b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# key: [NameOfJavaToGenerate.java, folder_where_key.txt_is located, (optional advanced options)]
# Naming convention: top level struct in .txt file should be called key_s
# todo: double-check if manual git add is requited or if (both) generated files are auto-added into git
# at the moment new line would need to be added into StateDictionary manually todo: automate
# at the moment new line would need to be added into StateDictionary.java manually todo: Add code generation of StateDictionary.java
#
# see gen_live_documentation.sh which is the main generation script
# todo: what is sequence of events in terms of 'live_data_e' code generation?