Modify jsdoc of addClasses

This commit is contained in:
Kazuki Tsunemi 2023-05-01 19:12:39 +09:00
parent 70a52da393
commit 0d373f3a6a

View File

@ -79,6 +79,7 @@ export const addNamespaces = function (
* @param g - The graph that is to be drawn. * @param g - The graph that is to be drawn.
* @param _id - id of the graph * @param _id - id of the graph
* @param diagObj - The diagram object * @param diagObj - The diagram object
* @param parent - id of the parent namespace, if it exists
*/ */
export const addClasses = function ( export const addClasses = function (
classes: ClassMap, classes: ClassMap,