/*! \page devguide2 BDM Development - Contribution guide \addindex Howto Contribute to BDM - Advanced development Get familiar with the library structure: \subpage library_structure You should read and follow the coding styles: \subpage codingrules Each contribution should come with elementary test of its functionality: \subpage unit_testing C++ is greatly flexible language which allows many tricks with memory management. For compatibility and ease of debugging, please follow guidelines given at: \subpage memory_management */