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

Unified Diff: sdk/lib/_internal/dartdoc/lib/dartdoc.dart

Issue 12038081: Removed Disqus comments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | utils/apidoc/apidoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/dartdoc/lib/dartdoc.dart
diff --git a/sdk/lib/_internal/dartdoc/lib/dartdoc.dart b/sdk/lib/_internal/dartdoc/lib/dartdoc.dart
index 3a7c30311a76e4333567ab10abb0a11830322670..b8128a3c8bc03ec95714acc0314dd06b94d8dd8f 100644
--- a/sdk/lib/_internal/dartdoc/lib/dartdoc.dart
+++ b/sdk/lib/_internal/dartdoc/lib/dartdoc.dart
@@ -188,9 +188,6 @@ class Dartdoc {
/** Set this to add footer text to each generated page. */
String footerText = null;
- /** Set this to add content before the footer */
- String preFooterText = '';
-
/** Set this to omit generation timestamp from output */
bool omitGenerationTime = false;
@@ -506,7 +503,6 @@ class Dartdoc {
</div>
<div class="clear"></div>
</div>
- ${preFooterText}
<div class="footer">
$footerContent
</div>
« no previous file with comments | « no previous file | utils/apidoc/apidoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698