Slight documentation cleanup

This commit is contained in:
Matt Nadareski
2025-09-21 18:59:29 -04:00
parent 18ce24400a
commit b06512e292
2 changed files with 0 additions and 2 deletions

View File

@@ -358,7 +358,6 @@ This section contains information on project and class organization principles t
| Project | Description |
| --- | --- |
| `BinaryObjectScanner` | One file per class. See below for details on subdirectories. |
| `BinaryObjectScanner/_EXTERNAL` | One directory per external project. |
| `BinaryObjectScanner/FileType` | One file per file type. |
| `BinaryObjectScanner/GameEngine` | At least one file per game engine. Partial classes allowed. |
| `BinaryObjectScanner/Interfaces` | One file per interface. |