Skip to content

Commit

Permalink
remove cpp headers from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Oct 4, 2024
1 parent 25460e5 commit 71cd86c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/examples/exceptions/turret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ classes:
name: "throw-exception"
constructor:
name: "TargetingException"
includes: "TargetingException.hpp"
params:
- value: "return-value"
- name: "AmmoCount"
Expand All @@ -86,7 +85,6 @@ classes:
name: "throw-exception"
constructor:
name: "TurretException::newTurretException"
includes: "TurretException.hpp"
params:
- value: "return-value"
- name: "Reload"
Expand Down Expand Up @@ -124,7 +122,6 @@ classes:
type: "pointer"
parent:
name: "TurretException"
includes: "TurretException.hpp"
equivalent-struct:
name: "turret_error"
includes: "turret_error.h"
Expand All @@ -148,7 +145,6 @@ classes:
type: "pointer"
parent:
name: "TurretException"
includes: "TurretException.hpp"
equivalent-struct:
name: "turret_error"
includes: "turret_error.h"
Expand All @@ -172,7 +168,6 @@ classes:
type: "pointer"
parent:
name: "TurretException"
includes: "TurretException.hpp"
equivalent-struct:
name: "turret_error"
includes: "turret_error.h"
Expand Down

0 comments on commit 71cd86c

Please sign in to comment.