diff --git a/core/annotations.h b/core/annotations.h index db52a1dc3..9858aff32 100644 --- a/core/annotations.h +++ b/core/annotations.h @@ -217,13 +217,13 @@ class OKULAR_EXPORT Annotation /** * Sets the @p flags of the annotation. - * @see @ref Flags + * @see @ref Flag */ void setFlags( int flags ); /** * Returns the flags of the annotation. - * @see @ref Flags + * @see @ref Flag */ int flags() const; @@ -346,7 +346,7 @@ class OKULAR_EXPORT Annotation int spaces() const; /** - * Sets the line @effect of the style. + * Sets the line @p effect of the style. */ void setLineEffect( LineEffect effect ); diff --git a/core/page.h b/core/page.h index 6300acde2..c96be7110 100644 --- a/core/page.h +++ b/core/page.h @@ -184,7 +184,7 @@ class OKULAR_EXPORT Page const QLinkedList< Annotation* > annotations() const; /** - * Returns the @ref Link object which is associated with the given page @p action + * Returns the @ref Action object which is associated with the given page @p action * or 0 if no page action is set. */ const Action * pageAction( PageAction action ) const; diff --git a/core/sound.h b/core/sound.h index 79ef772be..23ba8d86f 100644 --- a/core/sound.h +++ b/core/sound.h @@ -96,7 +96,7 @@ class OKULAR_EXPORT Sound int channels() const; /** - * Sets the bits per sample @rate. + * Sets the bits per sample @p rate. */ void setBitsPerSample( int rate );