Skip to content

Commit

Permalink
Update README.md (#86)
Browse files Browse the repository at this point in the history
#85 issue
  • Loading branch information
vifactor authored and Gagi2k committed Jan 27, 2022
1 parent 46dff6a commit 563a5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ system = FileSystem.parse('echo.qface')
generator = Generator(searchpath='.')

# iterate over the domain model
for module in system:
for interface in module:
for module in system.modules:
for interface in module.interfaces:
# prepare a context object
ctx = { 'interface': interface }
# use header.h template with ctx to write to a file
Expand Down

0 comments on commit 563a5a9

Please sign in to comment.