Skip to content

Commit

Permalink
Trim the output of TypeDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Jul 7, 2023
1 parent b245f90 commit 88c3c72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/realm-react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ export const useQuery = defaultContext.useQuery;
*/
export const useObject = defaultContext.useObject;

/*
* @ignore This will end up documenting all of Realm, which is documented elsewhere
*/
export { Realm };
export * from "./AppProvider";
export { useUser, UserProvider } from "./UserProvider";
Expand Down
3 changes: 3 additions & 0 deletions packages/realm/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"entryPoints": ["src/index.ts"],
"tsconfig": "./tsconfig.json",
"excludeInternal": true,
"excludePrivate": true,
"excludeReferences": true,
"excludeNotDocumented": true,
"customCss": "../../typedoc/style.css",
"media": "../../media",
"name": "Realm JavaScript",
Expand Down

0 comments on commit 88c3c72

Please sign in to comment.