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

Unified Diff: chrome/common/extensions/docs/templates/private/property_name_and_type.html

Issue 149673004: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 10 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
Index: chrome/common/extensions/docs/templates/private/property_name_and_type.html
diff --git a/chrome/common/extensions/docs/templates/private/property_name_and_type.html b/chrome/common/extensions/docs/templates/private/property_name_and_type.html
deleted file mode 100644
index 2315ca4141ab7b202e2e4721de17dd2791ea0c3c..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/templates/private/property_name_and_type.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{{#property}}
-{{name}}
-<span class="property">
- (
- {{?optional}}<span class="optional">optional</span>{{/}}
- {{+partials.variable_type type:property/}}
- )
-</span>
-{{/property}}

Powered by Google App Engine
This is Rietveld 408576698