root/library/doc/tutorial/04devguide2.dox @ 659

Revision 659, 0.5 kB (checked in by mido, 15 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
5Get familiar with the library structure:
6\subpage library_structure
7
8You should read and follow the coding styles:
9\subpage codingrules
10
11Each contribution should come with elementary test of its functionality:
12\subpage unit_testing
13
14C++ 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*/
Note: See TracBrowser for help on using the browser.