mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 04:05:49 +01:00
Updated Coding style (markdown)
@@ -34,8 +34,9 @@ static int _nextGuestIndex;
|
||||
/// Local function declarations
|
||||
rct_peep *example_get_last_guest();
|
||||
|
||||
/// All functions should be prefixed with the name of the source file followed by '_'. In this
|
||||
/// case 'example_'. The name of the function should be lower case with underscores for spaces.
|
||||
/// All functions should be prefixed with the name of the source file followed
|
||||
/// by '_'. In this case 'example_'. The name of the function should be lower
|
||||
/// case with underscores for spaces.
|
||||
/// Only local functions need documentation (javadoc style)
|
||||
/// Global functions should have their documentation in the header file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user