mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd: Clarify namespaces in include README.
This commit is contained in:
parent
89ccdaa510
commit
ec51670600
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
#### Project Namespaces
|
#### Project Namespaces
|
||||||
|
|
||||||
* `IRCD_` Preprocessor #define and macro namespace.
|
* `IRCD_` Preprocessor #define, macro, and environmental variables.
|
||||||
* `RB_` Preprocessor #define and macro namespace (legacy / low-level).
|
* `RB_` Build system related preprocessor #defines and macros (legacy).
|
||||||
* `ircd_` C namespace and demangled bindings.
|
* `ircd_` C namespace and demangled bindings.
|
||||||
* `ircd::` C++ namespace scope.
|
* `ircd::` C++ namespace scope.
|
||||||
* `X-IRCd-` HTTP header key namespace.
|
* `X-IRCd-` HTTP header key namespace.
|
||||||
|
|
Loading…
Reference in a new issue