mirror of
				https://github.com/taglib/taglib.git
				synced 2025-10-31 15:55:17 -04:00 
			
		
		
		
	Merge pull request #310 from TsudaKageyu/backslash
Replaced wrongly used slashes with backslashes in some comments
This commit is contained in:
		| @ -154,14 +154,14 @@ namespace TagLib { | ||||
|       /*! | ||||
|        * Returns the genre in number. | ||||
|        * | ||||
|        * /note Normally 255 indicates that this tag contains no genre. | ||||
|        * \note Normally 255 indicates that this tag contains no genre. | ||||
|        */ | ||||
|       TagLib::uint genreNumber() const; | ||||
|  | ||||
|       /*! | ||||
|        * Sets the genre in number to \a i. | ||||
|        * | ||||
|        * /note Valid value is from 0 up to 255. Normally 255 indicates that | ||||
|        * \note Valid value is from 0 up to 255. Normally 255 indicates that | ||||
|        * this tag contains no genre. | ||||
|        */ | ||||
|       void setGenreNumber(TagLib::uint i); | ||||
|  | ||||
| @ -224,7 +224,7 @@ namespace TagLib { | ||||
|      * The returned pointer remains valid until this String instance is destroyed  | ||||
|      * or any other method of this String is called. | ||||
|      * | ||||
|      * /note This returns a pointer to the String's internal data without any  | ||||
|      * \note This returns a pointer to the String's internal data without any  | ||||
|      * conversions. | ||||
|      * | ||||
|      * \see toWString() | ||||
|  | ||||
		Reference in New Issue
	
	Block a user