Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
*: Fixed formatting of new docstrings.. this needs to be a hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpt-Dingus committed Aug 26, 2023
1 parent d5dbc8e commit f48075f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/factoids/factoids.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file
* Modules:
* - {@link factoid}
* - {@link factoid}
* - Submodules: Get, Remember, Forget, Json, {@link trigger} -> (Add, Remove)
*/
import {ObjectId} from 'mongodb';
Expand Down
2 changes: 1 addition & 1 deletion src/modules/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Modules:
* - {@link googleModule}
* - Submodules: Search, image
*
*
* - {@link youtube}
*/

Expand Down
2 changes: 1 addition & 1 deletion src/modules/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Modules:
* - {@link notes}
* - Submodules: Add, Clear, Get
*
*
* - {@link whois}
*/

Expand Down

0 comments on commit f48075f

Please sign in to comment.