Skip to content

Commit 663e384

Browse files
committed
docs: hide destructor from doc
1 parent a2d6b4f commit 663e384

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+155
-779
lines changed

app/globals.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,28 @@
186186
@apply bg-red-700/20 text-red-700 rounded-full;
187187
}
188188

189+
.doc-symbol-function::after {
190+
content: "f";
191+
@apply bg-red-700/20 text-red-700 rounded-full;
192+
}
193+
189194
.doc-symbol-attribute::after {
190195
content: "p";
191196
@apply bg-violet-700/20 text-violet-700 rounded-full;
192197
}
198+
199+
.doc-symbol-typedef::after {
200+
content: "T";
201+
@apply bg-violet-700/20 text-violet-700;
202+
}
203+
204+
.doc-symbol-enum::after {
205+
content: "E";
206+
@apply bg-violet-700/20 text-violet-700;
207+
}
208+
209+
.doc-symbol-variable::after {
210+
content: "F";
211+
@apply bg-violet-700/20 text-violet-700;
212+
}
193213
}

content/reference/cpp/actor_event.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,4 @@ Returns the Actor involved in this event.
7474

7575

7676

77-
78-
### <code className="doc-symbol doc-symbol-function"/> ~ActorEvent
79-
80-
```cpp
81-
endstone::ActorEvent::~ActorEvent () override
82-
```
83-
77+

content/reference/cpp/actor_explode_event.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,4 @@ The location of the explosion
173173

174174

175175

176-
177-
### <code className="doc-symbol doc-symbol-function"/> ~ActorExplodeEvent
178-
179-
```cpp
180-
endstone::ActorExplodeEvent::~ActorExplodeEvent () override
181-
```
182-
176+

content/reference/cpp/actor_knockback_event.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,4 @@ Sets the knockback that will be applied to the entity.
177177

178178

179179

180-
181-
### <code className="doc-symbol doc-symbol-function"/> ~ActorKnockbackEvent
182-
183-
```cpp
184-
endstone::ActorKnockbackEvent::~ActorKnockbackEvent () override
185-
```
186-
180+

content/reference/cpp/actor_spawn_event.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,3 @@ name of this event
9999

100100

101101
Implements [*endstone::Event::getEventName*](classendstone_1_1_event.md#function-geteventname)
102-
103-
### <code className="doc-symbol doc-symbol-function"/> ~ActorSpawnEvent
104-
105-
```cpp
106-
endstone::ActorSpawnEvent::~ActorSpawnEvent () override
107-
```
108-

content/reference/cpp/actor_teleport_event.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,4 @@ Sets the location that this actor moved to.
197197

198198

199199

200-
201-
### <code className="doc-symbol doc-symbol-function"/> ~ActorTeleportEvent
202-
203-
```cpp
204-
endstone::ActorTeleportEvent::~ActorTeleportEvent () override
205-
```
206-
200+

content/reference/cpp/ban_list.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,4 @@ Removes the specified target from this list, therefore indicating a "not banned"
287287

288288

289289

290-
291-
### <code className="doc-symbol doc-symbol-function"/> ~BanList
292-
293-
```cpp
294-
virtual endstone::BanList::~BanList () = default
295-
```
296-
290+

content/reference/cpp/block.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,4 @@ Sets the type of this block.
458458

459459

460460

461-
462-
### <code className="doc-symbol doc-symbol-function"/> ~Block
463-
464-
```cpp
465-
virtual endstone::Block::~Block () = default
466-
```
467-
461+

content/reference/cpp/block_break_event.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,4 @@ The [**Player**](classendstone_1_1_player.md) that is breaking the block involve
123123

124124

125125

126-
127-
### <code className="doc-symbol doc-symbol-function"/> ~BlockBreakEvent
128-
129-
```cpp
130-
endstone::BlockBreakEvent::~BlockBreakEvent () override
131-
```
132-
126+

content/reference/cpp/block_data.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,4 @@ the block type
105105

106106

107107

108-
109-
### <code className="doc-symbol doc-symbol-function"/> ~BlockData
110-
111-
```cpp
112-
virtual endstone::BlockData::~BlockData () = default
113-
```
114-
108+

0 commit comments

Comments
 (0)