[DOC] update sample to the new doxy methode

This commit is contained in:
2016-09-14 22:19:22 +02:00
parent e80670fd0c
commit 5acf1ead90
21 changed files with 541 additions and 555 deletions

View File

@@ -27,7 +27,7 @@ def get_maintainer():
def create(target, module_name):
my_module = module.Module(__file__, module_name, get_type())
my_module.add_src_file([
'main.cpp',
'read.cpp',
])
my_module.add_depend(['audio-river', 'etk'])
return my_module