mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
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:
@@ -567,7 +567,6 @@ bool QETDiagramEditor::openDiagram() {
|
||||
/**
|
||||
Ferme le document courant
|
||||
@return true si la fermeture du fichier a reussi, false sinon
|
||||
@todo detecter les modifications et ne demander que si besoin est
|
||||
*/
|
||||
bool QETDiagramEditor::closeDiagram() {
|
||||
DiagramView *sv = currentDiagram();
|
||||
@@ -761,7 +760,7 @@ void QETDiagramEditor::slot_updateActions() {
|
||||
|
||||
/**
|
||||
Ajoute un schema dans l'espace de travail
|
||||
@param sv L'objet DiagramView a ajouter a l'espace de travail
|
||||
@param dv L'objet DiagramView a ajouter a l'espace de travail
|
||||
*/
|
||||
void QETDiagramEditor::addDiagramView(DiagramView *dv) {
|
||||
if (!dv) return;
|
||||
|
||||
Reference in New Issue
Block a user