|
Revision 659, 0.5 kB
(checked in by mido, 16 years ago)
|
|
synchronization of documentation pages names
|
| Line | |
|---|
| 1 | /*! |
|---|
| 2 | \page devguide2 BDM Development - Contribution guide |
|---|
| 3 | \addindex Howto Contribute to BDM - Advanced development |
|---|
| 4 | |
|---|
| 5 | Get familiar with the library structure: |
|---|
| 6 | \subpage library_structure |
|---|
| 7 | |
|---|
| 8 | You should read and follow the coding styles: |
|---|
| 9 | \subpage codingrules |
|---|
| 10 | |
|---|
| 11 | Each contribution should come with elementary test of its functionality: |
|---|
| 12 | \subpage unit_testing |
|---|
| 13 | |
|---|
| 14 | C++ is greatly flexible language which allows many tricks with memory management. For compatibility and ease of debugging, please follow guidelines given at: |
|---|
| 15 | \subpage memory_management |
|---|
| 16 | |
|---|
| 17 | */ |
|---|