Skip to content

Commit

Permalink
add documentation for the generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bechir-Brahem committed Oct 26, 2023
1 parent d3290f6 commit f8d732a
Show file tree
Hide file tree
Showing 11 changed files with 20,036 additions and 20,770 deletions.
303 changes: 0 additions & 303 deletions slsDetectorSoftware/generator/detglist

This file was deleted.

6 changes: 2 additions & 4 deletions slsDetectorSoftware/generator/extended_commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7336,8 +7336,7 @@ port:
convert_det_id: true
function: getControlPort
input: []
input_types:
- uint16_t
input_types: []
output:
- OutString(t)
require_det_id: true
Expand Down Expand Up @@ -10218,8 +10217,7 @@ stopport:
convert_det_id: true
function: getStopPort
input: []
input_types:
- uint16_t
input_types: []
output:
- OutString(t)
require_det_id: true
Expand Down
1 change: 0 additions & 1 deletion slsDetectorSoftware/generator/gen_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def generate(

if cli_args.autocomplete:
from autocomplete.autocomplete import generate_type_values, generate_bash_autocomplete

if cli_args.generate:
generate_bash_autocomplete()
print('[X] bash autocomplete generated')
Expand Down
Loading

0 comments on commit f8d732a

Please sign in to comment.