mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 13:03:09 +03:00
chore(api): fix documentation tags
This commit is contained in:
parent
be5cb571c3
commit
508e815247
@ -2,8 +2,6 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
/** @ignore */ /** */
|
||||
|
||||
import 'regenerator-runtime/runtime'
|
||||
import * as app from './app'
|
||||
import * as cli from './cli'
|
||||
@ -21,6 +19,8 @@ import * as tauri from './tauri'
|
||||
import * as updater from './updater'
|
||||
import * as window from './window'
|
||||
import * as os from './os'
|
||||
|
||||
/** @ignore */
|
||||
const invoke = tauri.invoke
|
||||
|
||||
export {
|
||||
|
@ -2,8 +2,6 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
/** @ignore */
|
||||
|
||||
import { WindowLabel } from '../window'
|
||||
import { invokeTauriCommand } from './tauri'
|
||||
|
||||
|
@ -322,7 +322,7 @@ async function getClient(options?: ClientOptions): Promise<Client> {
|
||||
}).then((id) => new Client(id))
|
||||
}
|
||||
|
||||
/** @ignore */
|
||||
/** @internal */
|
||||
let defaultClient: Client | null = null
|
||||
|
||||
/**
|
||||
|
@ -10,7 +10,7 @@
|
||||
* ```typescript
|
||||
* import { app, dialog, event, fs, globalShortcut } from '@tauri-apps/api'
|
||||
* ```
|
||||
* @packageDocumentation
|
||||
* @module
|
||||
*/
|
||||
|
||||
export * from './bundle'
|
||||
|
Loading…
Reference in New Issue
Block a user