Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 6309488109813760: Issue 2236 - Worked around JsDoc bug with inline annotations (Closed)

Created:
March 30, 2015, 2:11 p.m. by Sebastian Noack
Modified:
April 1, 2015, 8:44 a.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

This is still WIP. If we agree on doing that I will file an issue. The problem is that current JsDoc 3 crashes when encountering methods with more than one inline-documented argument. Luckily those are only a few in our code. The JsDoc bug: https://github.com/jsdoc3/jsdoc/issues/972

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -6 lines) Patch
M lib/contentPolicy.js View 1 chunk +3 lines, -1 line 0 comments Download
M lib/objectTabs.js View 2 chunks +7 lines, -2 lines 0 comments Download
M lib/requestNotifier.js View 1 chunk +4 lines, -1 line 0 comments Download
M lib/utils.js View 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 2
Sebastian Noack
March 30, 2015, 2:16 p.m. (2015-03-30 14:16:15 UTC) #1
Wladimir Palant
March 30, 2015, 2:23 p.m. (2015-03-30 14:23:39 UTC) #2
LGTM

Not very happy with changing our code to work around tool bugs but I guess
that's indeed the simplest approach.

Powered by Google App Engine
This is Rietveld