mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-30 16:49:01 +08:00
docs: fix module documentation (#1056)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/// @module ftxui.component.animation
|
||||
/// @brief Module file for the Animation namespace of the Component module.
|
||||
/// @brief C++20 module interface for the Animation namespace of the Component module.
|
||||
///
|
||||
/// @file animation.cppm
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file captured_mouse.cppm
|
||||
* @brief Module file for the CapturedMouseInterface class of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.captured_mouse
|
||||
/// @brief Module file for the CapturedMouseInterface class of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file component.cppm
|
||||
* @brief Module file for the Component classes of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.component
|
||||
/// @brief Module file for the Component classes of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file component_base.cppm
|
||||
* @brief Module file for the ComponentBase class of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.component_base
|
||||
/// @brief Module file for the ComponentBase class of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file component_options.cppm
|
||||
* @brief Module file for options for the Component class of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.component_options
|
||||
/// @brief Module file for options for the Component class of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file event.cppm
|
||||
* @brief Module file for the Event struct of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.event
|
||||
/// @brief Module file for the Event struct of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file loop.cppm
|
||||
* @brief Module file for the Loop class of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.loop
|
||||
/// @brief Module file for the Loop class of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file mouse.cppm
|
||||
* @brief Module file for the Mouse struct of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.mouse
|
||||
/// @brief Module file for the Mouse struct of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file receiver.cppm
|
||||
* @brief Module file for the Receiver class of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.receiver
|
||||
/// @brief Module file for the Receiver class of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file screen_interactive.cppm
|
||||
* @brief Module file for the ScreenInteractive class of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.screen_interactive
|
||||
/// @brief Module file for the ScreenInteractive class of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* @file task.cppm
|
||||
* @brief Module file for the Task class of the Component module
|
||||
*/
|
||||
/// @module ftxui.component.task
|
||||
/// @brief Module file for the Task class of the Component module
|
||||
|
||||
module;
|
||||
|
||||
|
Reference in New Issue
Block a user