From 8c3e1b0e8dd66e5c8eaa87f405a2d940c9e858ec Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Mon, 22 Jun 2009 19:32:47 +0000 Subject: Documentation fix for the Font class. svn-id: r41776 --- engines/draci/font.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/draci/font.cpp b/engines/draci/font.cpp index 6dc6d7e7f6..d9e84899b7 100644 --- a/engines/draci/font.cpp +++ b/engines/draci/font.cpp @@ -136,7 +136,7 @@ uint8 Font::getCharWidth(uint8 chr) const { } /** - * @brief Draw a char to a Graphics::Surface + * @brief Draw a char to a Draci::Surface * * @param dst Pointer to the destination surface * @param chr Character to draw @@ -202,7 +202,7 @@ void Font::drawChar(Surface *dst, uint8 chr, int tx, int ty) const { } /** - * @brief Draw a string to a Graphics::Surface + * @brief Draw a string to a Draci::Surface * * @param dst Pointer to the destination surface * @param str String to draw -- cgit v1.2.3