-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JSDoc documentation for repository #1551
base: api_docs
Are you sure you want to change the base?
Conversation
Putting **/ instead of */ in some instances causing the source code not to parse. We should close this, then get that bug fixed then try again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was playing around with the repo and this PR looked very instructive, but seems far from being merge-ready 😅
* Class representing the AttachmentManager. | ||
*/ | ||
*//** | ||
* Create an AttachmentManager object to manage attachments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we have a problem here
* | ||
* @class | ||
*/ | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this one
/** | ||
* Class representing a Farcaster Interaction Manager. | ||
*/ | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this one
* StorjProvider class for interacting with Storj IPFS API. | ||
* @constructor | ||
* @param {IAgentRuntime} runtime - The runtime environment. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this one
* @param {WebClient} client - The WebClient instance for interacting with Slack API | ||
* @param {MessageManager} messageManager - The message manager for handling Slack messages | ||
*/ | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this one
/** | ||
* Class representing a Telegram client for handling bot functionality. | ||
*/ | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this one
* directly from the base class, it will throw an error | ||
* instructing the developer to call it from a subclass. | ||
*/ | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this one
* | ||
* @template CacheAdapter - The type of cache adapter used by the manager. | ||
*/ | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this one
* Database Adapter interface for interacting with a database. | ||
* @interface | ||
*/ | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix this one
Summary of Changes
This PR adds JSDoc documentation to the entire repository for improved code readability and documentation.
Summary of Modified Files
Instructions for Reviewers
Please review the changes in all modified files to ensure that the JSDoc documentation accurately reflects the code functionality and provides useful information for developers. Thank you!