documentation
This commit is contained in:
parent
96751b6945
commit
e828cdd9d3
2 changed files with 15 additions and 7 deletions
|
@ -10,7 +10,16 @@
|
|||
#include <QString>
|
||||
#include <list>
|
||||
|
||||
|
||||
/**
|
||||
* @brief The Course class
|
||||
*
|
||||
* This class is a prototype of a basic course structure
|
||||
*
|
||||
* Made By:
|
||||
* Sagi Dayan, SagiDayan@gmail.com
|
||||
* Liran Ben Gida, LiranBG@gmail.com
|
||||
* On 31/8/2014
|
||||
*/
|
||||
class Course {
|
||||
|
||||
public:
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
#ifndef PAGE_H
|
||||
#define PAGE_H
|
||||
|
||||
/* This Code Made By Sagi Dayan
|
||||
* SagiDayan@gmail.com
|
||||
*
|
||||
* Changes have been made by Liran Ben Gida
|
||||
* LiranBG@gmail.com
|
||||
*/
|
||||
#include <QDebug>
|
||||
#include <QString>
|
||||
|
||||
|
@ -14,6 +8,11 @@
|
|||
* @brief The Page class
|
||||
* parsing given page - strip and clean html tags
|
||||
* use only with JCE
|
||||
*
|
||||
* Made By:
|
||||
* Sagi Dayan, SagiDayan@gmail.com
|
||||
* Liran Ben Gida, LiranBG@gmail.com
|
||||
* On 31/8/2014
|
||||
*/
|
||||
class Page
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue