small dox fixes

svn path=/trunk/KDE/kdegraphics/okular/; revision=668692
This commit is contained in:
Albert Astals Cid 2007-05-27 09:59:52 +00:00
parent 82fe777cc0
commit 9f448a49df
3 changed files with 5 additions and 5 deletions

View file

@ -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 );

View file

@ -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;

View file

@ -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 );