Skip to content
Snippets Groups Projects
Verified Commit 58a8ad26 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve navigation

parent 35548ae3
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ is translated into
## AliasManager
### Runtime
**Runtime**
```typescript
interface AliasManager {
......@@ -89,7 +89,7 @@ interface Alias {
}
```
### Network
**Network**
Applied translations:
......@@ -106,7 +106,7 @@ interface AliasManager {
## BacklogManager
### Runtime
**Runtime**
```typescript
interface BacklogManager {
......@@ -160,7 +160,7 @@ interface BacklogManager {
}
```
### Network
**Network**
Its network representation is an empty `QVariantMap`, as it has no syncable
fields. For the same reason it also does **not** support the otherwise standard
......@@ -168,7 +168,7 @@ fields. For the same reason it also does **not** support the otherwise standard
## BufferSyncer
### Runtime
**Runtime**
```typescript
interface BufferSyncer {
......@@ -215,7 +215,7 @@ interface BufferSyncer {
}
```
### Network
**Network**
Applied translations:
......@@ -232,7 +232,7 @@ interface BufferSyncer {
## BufferViewConfig
### Runtime
**Runtime**
```typescript
interface BufferViewConfig {
......@@ -290,7 +290,7 @@ interface BufferViewConfig {
}
```
### Network
**Network**
```typescript
interface BufferViewConfig {
......@@ -313,7 +313,7 @@ interface BufferViewConfig {
## BufferViewManager
### Runtime
**Runtime**
```typescript
interface BufferViewManager {
......@@ -346,7 +346,7 @@ interface BufferViewManager {
}
```
### Network
**Network**
```typescript
interface BufferViewManager {
......@@ -356,7 +356,7 @@ interface BufferViewManager {
## CertManager
### Runtime
**Runtime**
```typescript
interface CertManager {
......@@ -385,7 +385,7 @@ interface CertManager {
}
```
### Network
**Network**
```typescript
interface CertManager {
......@@ -396,7 +396,7 @@ interface CertManager {
## CoreInfo
### Runtime
**Runtime**
```typescript
interface CoreInfo {
......@@ -432,7 +432,7 @@ interface ConnectedClient {
}
```
### Network
**Network**
```typescript
interface CoreInfo {
......@@ -460,7 +460,7 @@ interface CoreInfo {
## DccConfig
### Runtime
**Runtime**
```typescript
interface DccConfig {
......@@ -468,7 +468,7 @@ interface DccConfig {
}
```
### Network
**Network**
```typescript
interface DccConfig {
......@@ -478,7 +478,7 @@ interface DccConfig {
## HighlightRuleManager
### Runtime
**Runtime**
```typescript
interface HighlightRuleManager {
......@@ -486,7 +486,7 @@ interface HighlightRuleManager {
}
```
### Network
**Network**
```typescript
interface HighlightRuleManager {
......@@ -496,7 +496,7 @@ interface HighlightRuleManager {
## Identity
### Runtime
**Runtime**
```typescript
interface Identity {
......@@ -504,7 +504,7 @@ interface Identity {
}
```
### Network
**Network**
```typescript
interface Identity {
......@@ -514,7 +514,7 @@ interface Identity {
## IgnoreListManager
### Runtime
**Runtime**
```typescript
interface IgnoreListManager {
......@@ -522,7 +522,7 @@ interface IgnoreListManager {
}
```
### Network
**Network**
```typescript
interface IgnoreListManager {
......@@ -532,7 +532,7 @@ interface IgnoreListManager {
## IrcChannel
### Runtime
**Runtime**
```typescript
interface IrcChannel {
......@@ -540,7 +540,7 @@ interface IrcChannel {
}
```
### Network
**Network**
```typescript
interface IrcChannel {
......@@ -550,7 +550,7 @@ interface IrcChannel {
## IrcListHelper
### Runtime
**Runtime**
```typescript
interface IrcListHelper {
......@@ -558,7 +558,7 @@ interface IrcListHelper {
}
```
### Network
**Network**
```typescript
interface IrcListHelper {
......@@ -568,7 +568,7 @@ interface IrcListHelper {
## IrcUser
### Runtime
**Runtime**
```typescript
interface IrcUser {
......@@ -576,7 +576,7 @@ interface IrcUser {
}
```
### Network
**Network**
```typescript
interface IrcUser {
......@@ -586,7 +586,7 @@ interface IrcUser {
## Network
### Runtime
**Runtime**
```typescript
interface Network {
......@@ -594,7 +594,7 @@ interface Network {
}
```
### Network
**Network**
```typescript
interface Network {
......@@ -604,7 +604,7 @@ interface Network {
## NetworkConfig
### Runtime
**Runtime**
```typescript
interface NetworkConfig {
......@@ -612,7 +612,7 @@ interface NetworkConfig {
}
```
### Network
**Network**
```typescript
interface NetworkConfig {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment