root/library/doc/tutorial/devguide2.dox @ 613

Revision 613, 0.6 kB (checked in by smidl, 15 years ago)

documentation

Line 
1/*!
2\page dev_guide2 Howto Contribute to BDM - Advanced development
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.