Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Datovka Datovka
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 88
    • Issues 88
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Datovka projects
  • DatovkaDatovka
  • Wiki
  • code style

code style · Changes

Page history
No commit message authored Apr 18, 2016 by Karel Slaný's avatar Karel Slaný
No commit message
Hide whitespace changes
Inline Side-by-side
code-style.md
View page @ 670f2ca6
......@@ -74,8 +74,8 @@ Many of the rules of the [FreeBS kernel style](https://www.freebsd.org/cgi/man.c
* function and variable declaration and definition
* **Never** declare or define functions with empty brackets. Always use `void`.
* When defining/declaring a reference or pointer, **always** attach the `*` or `*` to the variable:
* `void func(struct A *a)` (**NOT** `void func(struct A* a)`)
* `const MyClass &ref` (**NOT** `const MyClass& ref`)
* `void func(struct A *a)` (**NOT** `void func(struct A* a)` or `void func(struct A * a)`)
* `const MyClass &ref` (**NOT** `const MyClass& ref` or `const MyClass & ref`)
## Doxygen
......
Clone repository
  • accessibility code
  • accounts db
  • behaviour recommendations
  • best practice
  • cli send msg dlg
  • cli
  • code style
  • compilation
  • data structures
  • help
  • Home
  • localisation
  • manual test scenarios
  • manual
  • mep login
View All Pages