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