/// // @Filename: quickInfoJsDocTags.ts /////** //// * Doc //// * @author Me //// * @augments {C} Augments it //// * @template T A template //// * @type {number | string} A type //// * @typedef {number | string} NumOrStr //// * @property {number} x The prop //// * @param {number} x The param //// * @returns The result //// * @see x (the parameter) //// */ ////function /**/foo(x) {} verify.baselineQuickInfo();