Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Dec 26, 2024
1 parent e819ecb commit e814212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/JavadocLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function JavadocLink({ packageName, path, className }) {
console.log('Docs ClassName:', docsClassName);

// The link in the <a> code below is generated based on the following JavadocLink component that must be added in place of a static Javadoc link in the doc:
// <JavadocLink packageName="scalardl-common" path="com/scalar/dl/ledger/config" className="LedgerConfig" />
// <JavadocLink packageName="<PACKAGE_NAME>" path="<PATH>" className="<CLASS_NAME>" />
// In addition, be sure to add the following below the title to import the component:
// import JavadocLink from "/src/theme/JavadocLink.js";
return (
Expand Down

0 comments on commit e814212

Please sign in to comment.