Skip to content

Commit

Permalink
Tweaks to the Library/README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-langholtz committed Oct 25, 2023
1 parent cf666d7 commit 861ea92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ See the project's [documented build and installation steps](../INSTALL.md).

## Layout

- [`include/playrho`](include/playrho): Subdirectories for the library's API header files.
- [`source/playrho`](source/playrho): Subdirectories for the library's source files.
- [`include/playrho`](include/playrho): Files and subdirectories for the library's header files.
- [`source/playrho`](source/playrho): Files and subdirectories for the library's source files.

Subdirectories under these directories are otherwise named and structured according to C++ namespaces defined.
Contents under these directories are otherwise named and structured by functionality and C++ namespaces.
For example, code primarily for 2-dimensional use is under a `d2` subdirectory and within the `playrho::d2` namespace.

## History

Expand Down

0 comments on commit 861ea92

Please sign in to comment.