From 861ea925a3888396dd0059cd6f98083c2761c98f Mon Sep 17 00:00:00 2001 From: Louis Langholtz Date: Wed, 25 Oct 2023 10:28:45 -0600 Subject: [PATCH] Tweaks to the Library/README.md file --- Library/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Library/README.md b/Library/README.md index 26aeadffd0..fb59bcd2d7 100644 --- a/Library/README.md +++ b/Library/README.md @@ -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