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

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

Issue 99703004: Docserver: Fix the TOC rendering for API references by fixing the haphazard way (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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
new file mode 100644
index 0000000000000000000000000000000000000000..2315ca4141ab7b202e2e4721de17dd2791ea0c3c
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/private/property_name_and_type.html
@@ -0,0 +1,9 @@
+{{#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