Skip to content

Commit 94a794d

Browse files
committed
chore: docs.
1 parent a3e6687 commit 94a794d

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

plugins/recent-doc/guest-js/index.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ import { invoke } from '@tauri-apps/api/core'
1313
/**
1414
* Adds a document to this app's recent documents list.
1515
*
16-
* #### Requirements
17-
*
18-
* - `path` must be a local filesystem path.
19-
* - For installer-based Windows builds, define handled extensions in `tauri.conf.json` at `bundle.fileAssociations` so associations are created on install and removed on uninstall.
20-
*
21-
* #### Platform-specific
22-
*
23-
* - **Linux / Android / iOS:** Unsupported.
24-
*
2516
* @param path Local filesystem path to the document.
2617
*
2718
* @example
@@ -42,10 +33,6 @@ async function addRecentDocument(path: string): Promise<void> {
4233
/**
4334
* Gets this app's recent documents list from the operating system.
4435
*
45-
* #### Platform-specific
46-
*
47-
* - **Linux / Android / iOS:** Unsupported.
48-
*
4936
* @example
5037
* ```typescript
5138
* import { getRecentDocuments } from '@tauri-apps/plugin-recent-doc';
@@ -64,10 +51,6 @@ async function getRecentDocuments(): Promise<string[]> {
6451
/**
6552
* Clears this app's recent documents list in the operating system.
6653
*
67-
* #### Platform-specific
68-
*
69-
* - **Linux / Android / iOS:** Unsupported.
70-
*
7154
* @example
7255
* ```typescript
7356
* import { clearRecentDocuments } from '@tauri-apps/plugin-recent-doc';

0 commit comments

Comments
 (0)