Skip to content

Commit 526e6d1

Browse files
committed
chore: added doc
1 parent b71921a commit 526e6d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# if: ${{ matrix.work_dir == 'openapi-generator' }}
3030
# run: docker-compose -f "docker-compose.yaml" up -d --build
3131
- name: Setup Dart
32-
uses: dart-lang/setup-dart@v1.5.0
32+
uses: dart-lang/setup-dart@v1
3333
with:
3434
sdk: stable
3535
- name: Install Melos

openapi-generator/lib/src/models/generator_arguments.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ class GeneratorArguments {
5151
final bool skipValidation;
5252

5353
/// Write the last run placeholder to the annotated file.
54+
/// This makes changes to the file containing @openapi() annotation
55+
/// so that it is executed when next build runner is run
5456
///
5557
/// Default: true
5658
final bool updateAnnotatedFile;

0 commit comments

Comments
 (0)