0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd: Clarify namespaces in include README.

This commit is contained in:
Jason Volk 2018-01-23 06:12:35 -08:00
parent 89ccdaa510
commit ec51670600

View file

@ -2,8 +2,8 @@
#### Project Namespaces
* `IRCD_` Preprocessor #define and macro namespace.
* `RB_` Preprocessor #define and macro namespace (legacy / low-level).
* `IRCD_` Preprocessor #define, macro, and environmental variables.
* `RB_` Build system related preprocessor #defines and macros (legacy).
* `ircd_` C namespace and demangled bindings.
* `ircd::` C++ namespace scope.
* `X-IRCd-` HTTP header key namespace.