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 //! # API structures
///! This module contains all the serializable structures that can be sent through the API to the //!
///! Clients //! ## Presentation
///! //! This module contains all the serializable structures that can be sent through the API to the
///! ## Author //! Clients
///! Pierre Hubert //!
//! ## Author
//! Pierre Hubert
pub mod http_error; pub mod http_error;
pub mod login_success; pub mod login_success;