1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-25 23:09:22 +00:00

Improve documentation

This commit is contained in:
Pierre HUBERT 2020-05-24 13:13:00 +02:00
parent 42585e0886
commit fc24b8f747

View File

@ -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;