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:
@ -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__
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
/**
|
||||
* \file CampaignManager.hpp
|
||||
* \brief The manager for an entire campaign
|
||||
*/
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
/**
|
||||
* \file Minion.hpp
|
||||
* \brief The representation of a minion.
|
||||
*/
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
/**
|
||||
* \file BochsConfig.hpp
|
||||
* \brief Type definitions and configuration settings for
|
||||
* the Bochs simulator.
|
||||
*/
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
/**
|
||||
* \file Gem5Config.hpp
|
||||
* \brief Type definitions and configuration settings for
|
||||
* the gem5 simulator.
|
||||
*/
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
/**
|
||||
* \file QEMUConfig.hpp
|
||||
* \brief Type definitions and configuration settings for the
|
||||
* qemu-system-x86_64 target backend.
|
||||
*/
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
/**
|
||||
* \file T32Config.hpp
|
||||
* \brief Type definitions and configuration settings for the
|
||||
* T32 target backend.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user