diff options
author | Sebastian Geerken <devnull@localhost> | 2015-05-10 13:04:34 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-05-10 13:04:34 +0200 |
commit | d3ca9f0f9587b29b795585b1436b46d532699ece (patch) | |
tree | ba8daf1c18a75c9bab3195855595806fff69054b /lout | |
parent | a5fb7d09a8381c2e0d35b50513379b780751e978 (diff) | |
parent | 3702a356bae1090287aa4aecb684e5c29c7af72c (diff) |
Merge with main repo.
Diffstat (limited to 'lout')
-rw-r--r-- | lout/identity.hh | 2 | ||||
-rw-r--r-- | lout/misc.hh | 2 | ||||
-rw-r--r-- | lout/signal.hh | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lout/identity.hh b/lout/identity.hh index df42b204..aaaa45b7 100644 --- a/lout/identity.hh +++ b/lout/identity.hh @@ -51,7 +51,7 @@ namespace identity { * \em name should be unique, e.g. the fully qualified class name. * </ul> * - * After this, <i>class</i>::CLASS_ID refers to a number, which denotes the + * After this, <i>class</i>\::CLASS_ID refers to a number, which denotes the * class. (If this is still -1, since the class has not yet been instantiated, * any test will fail, which is correct.) * diff --git a/lout/misc.hh b/lout/misc.hh index 18ac0802..ac9e42e6 100644 --- a/lout/misc.hh +++ b/lout/misc.hh @@ -12,7 +12,7 @@ namespace lout { /** * \brief Miscellaneous stuff, which does not fit anywhere else. * - * Actually, the other parts, beginning with ::object, depend on this. + * Actually, the other parts, beginning with \ref object, depend on this. */ namespace misc { diff --git a/lout/signal.hh b/lout/signal.hh index 117779d6..00ecb91d 100644 --- a/lout/signal.hh +++ b/lout/signal.hh @@ -204,10 +204,10 @@ class Receiver; * <li> \em Folding signals means to represent the signal itself by an integer * number (enumeration), and translate the arguments in an object::Object* * array. (If a given argument is not an instance of object::Object*, - * the wrappers in ::object can be used.) + * the wrappers in \ref object can be used.) * </ul> * - * \sa ::signal + * \sa \ref signal */ class Emitter: public object::Object { @@ -248,7 +248,7 @@ public: * If defining a signal group, a sub class of this class must be defined, * in which only the abstract signal methods must be defined. * - * \sa ::signal + * \sa \ref signal */ class Receiver: public object::Object { |