mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-17 02:46:23 +00:00
doc changes
This commit is contained in:
parent
3921933f72
commit
a439bea131
@ -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
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
namespace Snore
|
||||
{
|
||||
|
||||
class AlertData : public QSharedData
|
||||
{
|
||||
friend class Alert;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user