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

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

Issue 406933003: Docserver: Show callback parameters in all callback references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/callback.html
diff --git a/chrome/common/extensions/docs/templates/private/callback.html b/chrome/common/extensions/docs/templates/private/callback.html
index 51a75acc989700955cecfce563ba9924ee2a4d30..68ac65cc5fb75f83bfa787282fc4e691acdbf81e 100644
--- a/chrome/common/extensions/docs/templates/private/callback.html
+++ b/chrome/common/extensions/docs/templates/private/callback.html
@@ -17,7 +17,9 @@
{{?parameters}}
<table class="innerTable">
{{#p:parameters}}
- {{+partials.parameter_full parameter:p parentName:name hideParamTOC:true /}}
+ {{+partials.parameter_full parameter:p
+ parentName:name
+ hideParamTOC:true /}}
{{/parameters}}
</table>
{{/parameters}}

Powered by Google App Engine
This is Rietveld 408576698