Doxygen + samples (ça compile, mais faut tester encore)
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
* Ce module impl<70>mente les fonctions du fichier lecture.h
|
||||
*
|
||||
* @version 1
|
||||
* @author Module CSC3502 : Projet Informatique 1<>re ann<6E>e TELECOM SudParis
|
||||
* @date Mai 2014
|
||||
*/
|
||||
* @author Quentin, Guy
|
||||
* @date Mai 2014
|
||||
*/
|
||||
|
||||
#include "lecture.h"
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
* Lecture de la mélodie
|
||||
*
|
||||
* @version 1
|
||||
* @author Module CSC3502 : Projet Informatique 1ère année TELECOM SudParis
|
||||
* @date Mai 2014
|
||||
*/
|
||||
* @author Quentin, Guy
|
||||
* @date Mai 2014
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _LECTURE_H
|
||||
@@ -26,8 +26,8 @@
|
||||
/**
|
||||
Permet la lecture d'un motif
|
||||
@param[in] nbrChaines : nombre de chaines
|
||||
@param[in] tempo : nombre de tempo
|
||||
@param[in] melodie[] : motif lu
|
||||
@param[in] tempo : vitesse de lecture
|
||||
@param[in] melodie[] : tableau ordonné des motifs
|
||||
*/
|
||||
void lecture(int nbrChaines, int tempo, Motif* melodie[]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user