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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/docgen/lib/docgen.dart » ('j') | pkg/docgen/lib/docgen.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/doc/README.txt
diff --git a/pkg/docgen/doc/README.txt b/pkg/docgen/doc/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..554e159a1ddece1081a3a26c8f43215eed3f5717
--- /dev/null
+++ b/pkg/docgen/doc/README.txt
@@ -0,0 +1,8 @@
+The sdk-introduction.md file in this directory is used as the introductory
+text on the documentation site if the SDK is included. However, if docgen
+is run from a snapshot we won't be able to find that file, and it may
+not exist in an SDK download that doesn't include the pkg directory. So
+we have a copy of that text as a string constant named DEFAULT_SDK_INTRODUCTION
+in docgen.dart. If the text of sdk-introduction.md is updated you should also
+update the corresponding text in docgen.dart.
+
« 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