CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Document case insensitive user class names #61

Closed zachcran closed 1 year ago

zachcran commented 1 year ago

Is this pull request associated with an issue(s)? No.

Description User-defined class names are case-insensitive, however, this is not mentioned where a user will commonly first encounter classes in the documentation (here and here). This PR adds notes mentioning this case-insensitivity to those documents to help ensure a user is aware of it.