Commit aa694a16 authored by Robert Knight's avatar Robert Knight

Correct start marker of a JSDoc comment

Comments without a double `**` are not parsed as JSDoc.
parent 12a1dc4e
......@@ -17,7 +17,7 @@ import * as util from '../util';
import { createStoreModule } from '../create-store';
const initialState = {
/*
/**
* The `panelName` of the currently-active sidebar panel.
* Only one `panelName` may be active at a time, but it is valid (though not
* the standard use case) for multiple `SidebarPanel` components to share
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment