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

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

Issue 15127007: Automatically detect inline-able doc in IDL files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IDL Changes and Inlining return types Created 7 years, 7 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/function.html
diff --git a/chrome/common/extensions/docs/templates/private/function.html b/chrome/common/extensions/docs/templates/private/function.html
index f92a3626167bde0eec6fd16f4da8d6a607d45dea..9ee8bace937441ec3a5e2d88d7a129debf1222e5 100644
--- a/chrome/common/extensions/docs/templates/private/function.html
+++ b/chrome/common/extensions/docs/templates/private/function.html
@@ -20,5 +20,8 @@
{{?callback}}
{{+partials.callback}}
{{/callback}}
+ {{?returns}}
+ {{+partials.type api:api type:returns anonymous_return:true}}
not at google - send to devlin 2013/05/15 03:55:15 see other comment. you'd leave out display_name he
jshumway 2013/05/15 04:51:37 Done.
+ {{/returns}}
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698