Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
3f3a3678
Commit
3f3a3678
authored
Jun 21, 2017
by
jcollins-g
Committed by
GitHub
Jun 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dartdoc to 0.13.0+1 for flutter (#10863)
parent
ceb814aa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs.sh
dev/bots/docs.sh
+1
-1
dartdoc.dart
dev/tools/dartdoc.dart
+1
-0
No files found.
dev/bots/docs.sh
View file @
3f3a3678
...
@@ -8,7 +8,7 @@ set -e
...
@@ -8,7 +8,7 @@ set -e
bin/flutter
--version
bin/flutter
--version
# Install dartdoc.
# Install dartdoc.
bin/cache/dart-sdk/bin/pub global activate dartdoc 0.1
2.0
bin/cache/dart-sdk/bin/pub global activate dartdoc 0.1
3.0+1
# This script generates a unified doc set, and creates
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.
# a custom index.html, placing everything into dev/docs/doc.
...
...
dev/tools/dartdoc.dart
View file @
3f3a3678
...
@@ -35,6 +35,7 @@ Future<Null> main(List<String> args) async {
...
@@ -35,6 +35,7 @@ Future<Null> main(List<String> args) async {
// Create the pubspec.yaml file.
// Create the pubspec.yaml file.
final
StringBuffer
buf
=
new
StringBuffer
(
'''
final
StringBuffer
buf
=
new
StringBuffer
(
'''
name: Flutter
name: Flutter
homepage: https://flutter.io
version:
$version
version:
$version
dependencies:
dependencies:
'''
);
'''
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment