Documentation for Doxygen

This commit is contained in:
Dany wm De Bontridder 2021-07-29 17:41:42 +02:00
parent 9e9fc58485
commit 4886d78356
96 changed files with 536 additions and 119 deletions

View file

@ -22,11 +22,15 @@
/*!\file
* \brief contains HTML features
*/
/*!
* \class Html_Table
* \brief contains HTML features
*/
class Html_Table
{
/**
* Receives a SQL command and returns a string with the HTML code
* @brief Receives a SQL command and returns a string with the HTML code
* to display it as a table.
* Simple table without any feature (link in certain cell, sort,...)
* @param $cn database object