Ajout de documentation

Ajout du fichier Doxyfile pour parametrer la generation de la documentation


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@191 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-10-21 16:10:21 +00:00
parent 17e637b7e1
commit 8d774aa4d6
53 changed files with 423 additions and 42 deletions

View File

@@ -2,14 +2,13 @@
/**
Constructeur
@param parent QObject parent
*/
NamesList::NamesList() {
}
/**
Constructeur de copie
@param other La NamesList a copie
@param other La NamesList a copier
*/
NamesList::NamesList(const NamesList &other) : hash_names(other.hash_names) {
}