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

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

Issue 406933003: Docserver: Show callback parameters in all callback references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/Address comment 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/property.html
diff --git a/chrome/common/extensions/docs/templates/private/property.html b/chrome/common/extensions/docs/templates/private/property.html
index 1650009c72b09d805d47bfb051e051dc423d0b1f..72e10c5f0fe03e4b3ed89ac21af2dd5f86003b2f 100644
--- a/chrome/common/extensions/docs/templates/private/property.html
+++ b/chrome/common/extensions/docs/templates/private/property.html
@@ -42,8 +42,8 @@
hideParamTOC:hideParamTOC /}}
</table>
{{/parameters}}
-{{?is_callback}}
- {{?parentCallback +partials.callback callback:parentCallback/}}
-{{/is_callback}}
+{{?isCallback}}
+ {{+partials.callback callback:asFunction/}}
+{{/isCallback}}
</td>
{{/property}}

Powered by Google App Engine
This is Rietveld 408576698