Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 723 Bytes

File metadata and controls

27 lines (19 loc) · 723 Bytes

Contributing

Fork, then clone the repo:

git@github.com:your-username/shipsoftware-backend.git

Make your change, push to your fork and submit a pull request.

Coding style

Preferred coding style for the project follows the Linux kernel coding style with an exception e.g. with one line if's which in this project are usually closed with braces.

Documenting

Documentation is done with Doxygen and only .h files should be documented.

Doxygen commands are started with @ (at-sign) and comment blocks uses JavaDoc style:

/**
 * ... text ...
 */