Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1fcbb9c

Browse files
authored
[tools] Eliminate version on Obj-C docs (#38145)
Eliminates the --module-version flag to jazzy when generating Obj-C docs. This was hardcoded to 1.0.0. Since we have no knowledge of which Flutter version a given engine build will be part of, eliminate it altogether.
1 parent 339d04b commit 1fcbb9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/gen_objcdoc.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jazzy \
4949
--author_url 'https://flutter.io'\
5050
--github_url 'https://github.com/flutter'\
5151
--github-file-prefix 'http://github.com/flutter/engine/blob/main'\
52-
--module-version 1.0.0\
5352
--xcodebuild-arguments --objc,"$FLUTTER_UMBRELLA_HEADER",--,-x,objective-c,-isysroot,"$(xcrun --show-sdk-path --sdk iphonesimulator)",-I,"$(pwd)"\
5453
--module Flutter\
5554
--root-url https://api.flutter.dev/objc/\

0 commit comments

Comments
 (0)