Skip to content

Commit

Permalink
docs(ProjectParser): strip off external {@link } ref
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Jul 27, 2022
1 parent 9dd6dfd commit ef624b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/structures/ProjectParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { NamespaceParser } from './NamespaceParser';
import { TypeAliasParser } from './TypeAliasParser';

/**
* Parses data from {@link JSONOutput.ProjectReflection} or {@link ProjectParser.JSON}
* Parses data from `JSONOutput.ProjectReflection` or {@link ProjectParser.JSON}
* @since 1.0.0
*/
export class ProjectParser {
Expand Down

0 comments on commit ef624b7

Please sign in to comment.