doxygen: doc generation fixed

Doxygen skips undesired directories and files now. In addition, the
documentation of the "fail" namespace has been fixed. Note that there
are still several warnings (due to incomplete documentations) in the
Doxygen output.

Change-Id: Idad4f1ecff453765b307fa40a5c1cebc0c2ce2bb
This commit is contained in:
Adrian Böckenkamp
2013-05-29 13:34:12 +02:00
parent 043e264677
commit 6d8b3331d8
11 changed files with 23 additions and 12 deletions

View File

@ -1,8 +1,3 @@
/**
* \brief This is the base class for all user-defined data types for
* experiment parameter and results.
*/
#ifndef __EXPERIMENT_DATA_HPP__
#define __EXPERIMENT_DATA_HPP__

View File

@ -1,4 +1,5 @@
/**
* \file CampaignManager.hpp
* \brief The manager for an entire campaign
*/

View File

@ -1,4 +1,5 @@
/**
* \file Minion.hpp
* \brief The representation of a minion.
*/

View File

@ -11,6 +11,8 @@
#include "SALConfig.hpp"
#include "ConcreteCPU.hpp"
/// All classes, functions, constants, etc. are encapsulated in the namespace "fail".
namespace fail {
// Incomplete types suffice here:

View File

@ -1,4 +1,5 @@
/**
* \file BochsConfig.hpp
* \brief Type definitions and configuration settings for
* the Bochs simulator.
*/

View File

@ -1,4 +1,5 @@
/**
* \file Gem5Config.hpp
* \brief Type definitions and configuration settings for
* the gem5 simulator.
*/

View File

@ -1,4 +1,5 @@
/**
* \file QEMUConfig.hpp
* \brief Type definitions and configuration settings for the
* qemu-system-x86_64 target backend.
*/

View File

@ -1,4 +1,5 @@
/**
* \file T32Config.hpp
* \brief Type definitions and configuration settings for the
* T32 target backend.
*/