From fc24b8f7473519ddb8966398f3f665f54cc3eb23 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 24 May 2020 13:13:00 +0200 Subject: [PATCH] Improve documentation --- src/api_data/mod.rs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/api_data/mod.rs b/src/api_data/mod.rs index da1ad70..efa7b61 100644 --- a/src/api_data/mod.rs +++ b/src/api_data/mod.rs @@ -1,9 +1,11 @@ -///! # Presentation -///! This module contains all the serializable structures that can be sent through the API to the -///! Clients -///! -///! ## Author -///! Pierre Hubert +//! # API structures +//! +//! ## Presentation +//! This module contains all the serializable structures that can be sent through the API to the +//! Clients +//! +//! ## Author +//! Pierre Hubert pub mod http_error; pub mod login_success; \ No newline at end of file