docs: fix module documentation (#1056)

This commit is contained in:
Arthur Sonzogni
2025-06-05 07:16:53 +02:00
committed by GitHub
parent 3367c3a005
commit a86d8f32d7
37 changed files with 73 additions and 146 deletions

View File

@@ -1,7 +1,5 @@
/**
* @file canvas.cppm
* @brief Module file for the Canvas struct of the Dom module
*/
/// @module ftxui.dom.canvas
/// @brief Module file for the Canvas struct of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file deprecated.cppm
* @brief Module file for deprecated parts of the Dom module
*/
/// @module ftxui.dom.deprecated
/// @brief Module file for deprecated parts of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file direction.cppm
* @brief Module file for the Direction enum of the Dom module
*/
/// @module ftxui.dom.direction
/// @brief Module file for the Direction enum of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file canvas.cppm
* @brief Module file for the Element classes and functions of the Dom module
*/
/// @module ftxui.dom.elements
/// @brief Module file for the Element classes and functions of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file flexbox_config.cppm
* @brief Module file for the FlexboxConfig struct of the Dom module
*/
/// @module ftxui.dom.flexbox_config
/// @brief Module file for the FlexboxConfig struct of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file linear_gradient.cppm
* @brief Module file for the LinearGradient struct of the Dom module
*/
/// @module ftxui.dom.linear_gradient
/// @brief Module file for the LinearGradient struct of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file node.cppm
* @brief Module file for the Node class of the Dom module
*/
/// @module ftxui.dom.node
/// @brief Module file for the Node class of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file requirement.cppm
* @brief Module file for the Requirement struct of the Dom module
*/
/// @module ftxui.dom.requirement
/// @brief Module file for the Requirement struct of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file selection.cppm
* @brief Module file for the Selection class of the Dom module
*/
/// @module ftxui.dom.selection
/// @brief Module file for the Selection class of the Dom module
module;

View File

@@ -1,7 +1,5 @@
/**
* @file table.cppm
* @brief Module file for the Table class of the Dom module
*/
/// @module ftxui.dom.table
/// @brief Module file for the Table class of the Dom module
module;