doc changes

This commit is contained in:
Patrick von Reth 2014-01-20 15:40:16 +01:00
parent 3921933f72
commit a439bea131
3 changed files with 6 additions and 4 deletions

View File

@ -142,7 +142,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH =
STRIP_FROM_PATH = "@CMAKE_CURRENT_SOURCE_DIR@/src/"
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
@ -784,7 +784,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS =
EXCLUDE_PATTERNS = *_p.h
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
@ -1000,7 +1000,7 @@ COLS_IN_ALPHA_INDEX = 5
# while generating the index headers.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
IGNORE_PREFIX =
IGNORE_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the HTML output

View File

@ -27,6 +27,7 @@
namespace Snore
{
class AlertData : public QSharedData
{
friend class Alert;

View File

@ -35,7 +35,8 @@ SNORE_EXPORT QDebug operator<< ( QDebug, const Snore::Hint &);
namespace Snore
{
/**
* Hint contains extra information accesible by key
* Hint contains extra information accesible by key.
* The keys are case insensitive.
*/
class SNORE_EXPORT Hint