From 6aefde54da57bca1b439993d9b81ea052a35c7b8 Mon Sep 17 00:00:00 2001 From: Louis LABORIE Date: Wed, 7 Jun 2023 18:35:23 +0200 Subject: [PATCH] Test Doxygen --- Sources/Model/Album.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/Model/Album.cs b/Sources/Model/Album.cs index 9daffcf..0a03713 100644 --- a/Sources/Model/Album.cs +++ b/Sources/Model/Album.cs @@ -2,7 +2,11 @@ using System.Collections.ObjectModel; namespace Model + { + /// + /// Classe Album + /// public class Album { private static long nbAlbum = 0;