Documentation for Doxygen
This commit is contained in:
parent
9e9fc58485
commit
4886d78356
96 changed files with 536 additions and 119 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue