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

Unified Diff: Source/devtools/front_end/elements/StylesSidebarPane.js

Issue 301163005: DevTools: [JSDoc] Avoid partial arg list annotations in code except "profiler" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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: Source/devtools/front_end/elements/StylesSidebarPane.js
diff --git a/Source/devtools/front_end/elements/StylesSidebarPane.js b/Source/devtools/front_end/elements/StylesSidebarPane.js
index 2d4134912aabc1b009e603ffa0470d5ea3612ae8..7e8eaa0b99d95deafc57e4451e312025890faa3d 100644
--- a/Source/devtools/front_end/elements/StylesSidebarPane.js
+++ b/Source/devtools/front_end/elements/StylesSidebarPane.js
@@ -2117,6 +2117,9 @@ WebInspector.StylePropertyTreeElementBase.prototype = {
/**
* @param {!RegExp} regex
+ * @param {function(string):!Node} processor
+ * @param {?function(string):!Node} nextProcessor
+ * @param {string} valueText
* @return {!DocumentFragment}
*/
function processValue(regex, processor, nextProcessor, valueText)
@@ -2209,6 +2212,7 @@ WebInspector.StylePropertyTreeElementBase.prototype = {
* @param {!Element} nameElement
* @param {!Element} valueElement
* @param {string} text
+ * @return {!Node}
*/
_processColor: function(nameElement, valueElement, text)
{
« no previous file with comments | « Source/devtools/front_end/elements/Spectrum.js ('k') | Source/devtools/front_end/extensions/ExtensionAPI.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698