Skip to content

Commit

Permalink
docs: fix poh docs headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent authored Feb 4, 2024
1 parent afe1d11 commit 9ff6582
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions optional/handlers/pohhandler.simba
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type
{$SCOPEDENUMS OFF}

(*
# POH.Free()
## POH.Free()
```pascal
procedure TRSPOHHandler.Free();
```
Expand All @@ -75,7 +75,7 @@ begin
end;

(*
# POH.Init()
## POH.Init()
```pascal
procedure TRSPOHHandler.Init();
```
Expand Down Expand Up @@ -108,7 +108,7 @@ begin
end;

(*
# POH.GetRoomBitmapBox()
## POH.GetRoomBitmapBox()
```pascal
function TRSPOHHandler.GetRoomBitmapBox(room: ERSHouseRoom): TBox;
```
Expand All @@ -133,7 +133,7 @@ begin
end;

(*
# POH.GetRoomBitmap()
## POH.GetRoomBitmap()
```pascal
function TRSPOHHandler.GetRoomBitmap(room: ERSHouseRoom; color: Int32 = -1): TMufasaBitmap;
```
Expand Down Expand Up @@ -169,7 +169,7 @@ end;


(*
# POH.WriteRoom()
## POH.WriteRoom()
```pascal
procedure TRSPOHHandler.WriteRoom(room: ERSHouseRoom; index: TPoint);
```
Expand All @@ -194,7 +194,7 @@ begin
end;

(*
# POH.ReadRoom()
## POH.ReadRoom()
```pascal
function TRSPOHHandler.ReadRoom(index: TPoint): ERSHouseRoom;
```
Expand All @@ -220,7 +220,7 @@ end;


(*
# POH.PrintRooms()
## POH.PrintRooms()
```pascal
procedure TRSPOHHandler.PrintRooms();
```
Expand Down Expand Up @@ -265,7 +265,7 @@ begin
end;

(*
# POH.DrawMap()
## POH.DrawMap()
```pascal
procedure TRSPOHHandler.DrawMap(bmp: TMufasaBitmap; room: ERSHouseRoom; p: TPoint);
procedure TRSPOHHandler.DrawMap(room: ERSHouseRoom; color: Int32; p: TPoint); overload;
Expand Down Expand Up @@ -294,7 +294,7 @@ end;


(*
# POH.GetPointIndex()
## POH.GetPointIndex()
```pascal
function TRSPOHHandler.GetPointIndex(p: TPoint): TPoint;
```
Expand All @@ -311,7 +311,7 @@ begin
end;

(*
# POH.GetMappedRoom()
## POH.GetMappedRoom()
```pascal
function TRSPOHHandler.GetMappedRoom(p: TPoint): ERSHouseRoom;
```
Expand All @@ -329,7 +329,7 @@ begin
end;

(*
# POH.GetMappedRoomTopLeft()
## POH.GetMappedRoomTopLeft()
```pascal
function TRSPOHHandler.GetMappedRoomTopLeft(p: TPoint): TPoint;
```
Expand All @@ -347,7 +347,7 @@ begin
end;

(*
# POH.GetAdjacentRoomsMinimap()
## POH.GetAdjacentRoomsMinimap()
```pascal
function TRSPOHHandler.GetAdjacentRoomsMinimap(p: TPoint): TPointArray;
```
Expand All @@ -361,7 +361,7 @@ begin
end;

(*
# POH.GetAdjacentRoomsIndices()
## POH.GetAdjacentRoomsIndices()
```pascal
function TRSPOHHandler.GetAdjacentRoomsIndices(index: TPoint): TPointArray;
```
Expand Down

0 comments on commit 9ff6582

Please sign in to comment.