Skip to content

Commit

Permalink
backend: add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 5, 2023
1 parent 6bfd2a3 commit 75e8037
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/Trace4D.package/T4DTrace.class/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I serialize a program trace from the TraceDebugger into a JSON file.
5 changes: 5 additions & 0 deletions packages/Trace4D.package/T4DTrace.class/class/example.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
documentation
example

(T4DTrace forBlock: ['\w|\d+' asRegex])
storeJsonInFileNamed: 'regexParse.json'.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
documentation
exampleHistory

(T4DTrace forBlock: ['\w|\d+' asRegex])
includesHistoricFields: true;
storeJsonInFileNamed: 'regexParse2.json'.
2 changes: 2 additions & 0 deletions packages/Trace4D.package/T4DTrace.class/methodProperties.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"class" : {
"cursorClass" : "ct 5/26/2023 00:40",
"example" : "ct 10/5/2023 19:32",
"exampleHistory" : "ct 10/5/2023 19:31",
"forBlock:" : "ct 5/21/2023 17:39",
"forCursor:" : "ct 5/21/2023 17:39" },
"instance" : {
Expand Down
2 changes: 1 addition & 1 deletion packages/Trace4D.package/T4DTrace.class/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "ct 10/5/2023 19:36",
"instvars" : [
"cursor",
"includesHistoricFields",
Expand Down

0 comments on commit 75e8037

Please sign in to comment.