Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
minor changes on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skdGT authored and skdGT committed Nov 12, 2019
1 parent 3e0c71f commit 6fc422b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions parte1/classes/Condominio.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
#ifndef PARTE1_CONDOMINIO_H
#define PARTE1_CONDOMINIO_H

/**
* @file Condominio.h
* @brief Classe e Métodos para Condomínio
*/

#include "Condomino.h"
#include <set>

Expand Down
5 changes: 5 additions & 0 deletions parte1/classes/Condomino.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
#ifndef PARTE1_CONDOMINO_H
#define PARTE1_CONDOMINO_H

/**
* @file Condomino.h
* @brief Classe e Métodos para Condómino
*/

#include "Habitacao.h"
#include "Servico.h"
#include <fstream>
Expand Down
5 changes: 5 additions & 0 deletions parte1/classes/Habitacao.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
#ifndef PARTE1_HABITACAO_H
#define PARTE1_HABITACAO_H

/**
* @file Habitacao.h
* @brief Classes relacionadas com Habitação e respetivos Métodos
*/

#include "Morada.h"

/**
Expand Down
5 changes: 5 additions & 0 deletions parte1/classes/Morada.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
#ifndef PARTE1_MORADA_H
#define PARTE1_MORADA_H

/**
* @file Morada.h
* @brief Classe Métodos para Morada
*/

#include <string>
#include <vector>

Expand Down
5 changes: 5 additions & 0 deletions parte1/classes/Servico.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
#ifndef PARTE1_SERVICO_H
#define PARTE1_SERVICO_H

/**
* @file Servico.h
* @brief Classe e Métodos para Serviço
*/

#include <string>

using namespace std;
Expand Down
5 changes: 5 additions & 0 deletions parte1/menus.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
#ifndef PARTE1_MENUS_H
#define PARTE1_MENUS_H

/**
* @file menus.h
* @brief Funções documentadas para menus
*/

#include "classes/Condominio.h"
#include <iostream>

Expand Down

0 comments on commit 6fc422b

Please sign in to comment.