Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: pkg/docgen/doc/README.txt

Issue 116043013: Add a snapshot for docgen and use it in the build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes, also don't always use the SDK package-root and allow relative target names Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/docgen/lib/docgen.dart » ('j') | pkg/docgen/lib/docgen.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 The sdk-introduction.md file in this directory is used as the introductory
2 text on the documentation site if the SDK is included. However, if docgen
3 is run from a snapshot we won't be able to find that file, and it may
4 not exist in an SDK download that doesn't include the pkg directory. So
5 we have a copy of that text as a string constant named DEFAULT_SDK_INTRODUCTION
6 in docgen.dart. If the text of sdk-introduction.md is updated you should also
7 update the corresponding text in docgen.dart.
8
OLDNEW
« no previous file with comments | « no previous file | pkg/docgen/lib/docgen.dart » ('j') | pkg/docgen/lib/docgen.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698