aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/font.cpp
diff options
context:
space:
mode:
authorDenis Kasak2009-06-22 19:32:47 +0000
committerDenis Kasak2009-06-22 19:32:47 +0000
commit8c3e1b0e8dd66e5c8eaa87f405a2d940c9e858ec (patch)
treed31a06289f9415e667fd17de20f8ea4640abb096 /engines/draci/font.cpp
parenta4693b863904360348c0c3e677fbf0fbcb2280f5 (diff)
downloadscummvm-rg350-8c3e1b0e8dd66e5c8eaa87f405a2d940c9e858ec.tar.gz
scummvm-rg350-8c3e1b0e8dd66e5c8eaa87f405a2d940c9e858ec.tar.bz2
scummvm-rg350-8c3e1b0e8dd66e5c8eaa87f405a2d940c9e858ec.zip
Documentation fix for the Font class.
svn-id: r41776
Diffstat (limited to 'engines/draci/font.cpp')
-rw-r--r--engines/draci/font.cpp4
1 files changed, 2 insertions, 2 deletions
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