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

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

Issue 14322003: Inline docs render properly in extensions doc server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and whitespace fixes Created 7 years, 8 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.html
diff --git a/chrome/common/extensions/docs/templates/private/property.html b/chrome/common/extensions/docs/templates/private/property.html
index 38e95d6af760f3788612a51347bae2e1709061a6..abde44e0611e4405000b2ba391f8d1522ac7d5eb 100644
--- a/chrome/common/extensions/docs/templates/private/property.html
+++ b/chrome/common/extensions/docs/templates/private/property.html
@@ -3,6 +3,7 @@
<span class="property">
(
{{?optional}}<span class="optional">optional</span>{{/}}
+ {{?inline_type}}<code>{{{inline_type}}}</code>{{/inline_type}}
not at google - send to devlin 2013/04/24 19:36:11 I don't think this is necessary, it's unlikely tha
jshumway 2013/04/25 00:06:58 inlined_type has been removed. I believe this brin
{{+partials.variable_type}}
)
</span>
@@ -10,3 +11,6 @@
{{?description}}<dd>
{{{description}}}
</dd>{{/description}}
+{{?extended_description}}<dd>
+ {{{extended_description}}}
+</dd>{{/extended_description}}

Powered by Google App Engine
This is Rietveld 408576698