From c5709e8352e7abcc7fd50f5a75e42298690b6b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Wed, 7 Dec 2022 10:58:38 +0100 Subject: [PATCH] Compile Javadoc --- .gitignore | 5 ++++- .idea/misc.xml | 5 +++++ .idea/workspace.xml | 53 ++++++++++++++++++++++---------------------- projet-mini-chat.iml | 1 + 4 files changed, 37 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index f68d109..f3e847c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,7 @@ bin/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store + +# Doc +doc/ \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a346fd7..eaacdd7 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,10 @@ + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8080c58..57de48a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,12 +1,13 @@ + + + + - - - - - { + "keyToString": { + "Downloaded.Files.Path.Enabled": "false", + "Repository.Attach.Annotations": "false", + "Repository.Attach.JavaDocs": "false", + "Repository.Attach.Sources": "false", + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "WebServerToolWindowFactoryState": "false", + "codeWithMe.voiceChat.enabledByDefault": "false", + "com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary": "JUnit5", + "com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit5": "", + "create.test.in.the.same.root": "true", + "last_opened_file_path": "/Users/lucas/Documents/GitHub/projet-mini-chat/src/serveur", + "nodejs_package_manager_path": "npm", + "project.structure.last.edited": "Modules", + "project.structure.proportion": "0.15", + "project.structure.side.proportion": "0.2", + "settings.editor.selected.configurable": "reference.settings.ide.settings.uml" } -}]]> +} @@ -139,7 +140,7 @@ - + diff --git a/projet-mini-chat.iml b/projet-mini-chat.iml index f9f9807..bd07ae7 100644 --- a/projet-mini-chat.iml +++ b/projet-mini-chat.iml @@ -5,6 +5,7 @@ +