mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Document class file name rule
This rule was followed in practice, but not documented so far.
This commit is contained in:
parent
e1d3189492
commit
5353b406e6
@ -289,6 +289,10 @@ Formatting
|
||||
- Members variables are underscored ('enable_this_feature_flag_') with a final '_'
|
||||
|
||||
- private/protected functions are also camel-case
|
||||
|
||||
- Each class is implemented in a separate pair of .h/.cpp files named like
|
||||
the class. Exceptions are tiny helper classes which are closely tied to
|
||||
the main class.
|
||||
|
||||
|
||||
New types are capitalized, so this goes for typedefs, classes, structs
|
||||
|
Loading…
Reference in New Issue
Block a user