Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Jan 4, 2025
1 parent 2f9e76e commit ba85af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './someInterface';

/**
* Calls {@link SomeInterface#someFunction | someFunction}
* Calls {@link SomeInterface#someFunction:WITHNUMBER | someFunction}
*/
export function doStuff() {
/* ... */
Expand Down

0 comments on commit ba85af9

Please sign in to comment.