@typespec/compiler 0.51.0-dev.8 → 0.51.0-dev.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/manifest.js +2 -2
- package/dist/src/core/parser.js +1 -1
- package/package.json +1 -1
package/dist/manifest.js
CHANGED
package/dist/src/core/parser.js
CHANGED
|
@@ -1936,7 +1936,7 @@ function createParser(code, options = {}) {
|
|
|
1936
1936
|
/**
|
|
1937
1937
|
* Parses a documentation tag.
|
|
1938
1938
|
*
|
|
1939
|
-
* @see <a href="https://microsoft.github.io/typespec/language-basics/documentation#
|
|
1939
|
+
* @see <a href="https://microsoft.github.io/typespec/language-basics/documentation#doc-comments">TypeSpec documentation docs</a>
|
|
1940
1940
|
*/
|
|
1941
1941
|
function parseDocTag() {
|
|
1942
1942
|
const pos = tokenPos();
|