[examples] more type metadata commentary; write some usage code for the generated type info

This commit is contained in:
Allen Webster
2021-10-08 22:13:45 -07:00
parent 367b527229
commit a5436aec0e
7 changed files with 205 additions and 22 deletions
+5 -5
View File
@@ -94,16 +94,16 @@ command_list =
},
},
{
.name = "type_info_example",
.name = "type_metadata_example",
.out = "*run*",
.footer_panel = false,
.save_dirty_files = true,
.cursor_at_end = false,
.cmd =
{
{ "git_bash bin\\type_info_example.sh", .os = "win" },
{ "bin/type_info_example.sh", .os = "linux" },
{ "bin/type_info_example.sh", .os = "mac" },
{ "git_bash bin\\type_metadata_example.sh", .os = "win" },
{ "bin/type_metadata_example.sh", .os = "linux" },
{ "bin/type_metadata_example.sh", .os = "mac" },
},
},
};
@@ -112,4 +112,4 @@ fkey_command[1] = "build_tests";
fkey_command[2] = "run_tests";
fkey_command[3] = "build_examples";
fkey_command[4] = "run_examples";
fkey_command[5] = "type_info_example";
fkey_command[5] = "type_metadata_example";