Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Documentation: Minor corrections
  • Loading branch information
skyjake committed Nov 16, 2012
1 parent 83d8ff0 commit 8aaf0b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/engine.pro
Expand Up @@ -459,6 +459,7 @@ SOURCES += \
src/dd_main.cpp \
src/dd_pinit.c \
src/dd_plugin.c \
src/dd_wad.cpp \
src/def_data.c \
src/def_main.cpp \
src/def_read.cpp \
Expand Down Expand Up @@ -573,7 +574,6 @@ SOURCES += \
src/render/vignette.c \
src/resource/bitmapfont.c \
src/resource/colorpalette.c \
src/resource/dd_wad.cpp \
src/resource/fonts.cpp \
src/resource/hq2x.c \
src/resource/image.cpp \
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/include/con_main.h
Expand Up @@ -295,7 +295,7 @@ boolean Con_IsValidCommand(const char* name);
/**
* Attempt to execute a console command.
*
* @param src The source of the command @see commandSource
* @param src The source of the command (@ref commandSource)
* @param command The command to be executed.
* @param silent Non-zero indicates not to log execution of the command.
* @param netCmd If @c true, command was sent over the net.
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/include/filesys/file.h
Expand Up @@ -38,7 +38,7 @@ namespace de {
class LumpIndex;

/**
* File. File is a core component of the filesystem intended for use as the base
* File1 is a core component of the filesystem intended for use as the base
* for all types of (pseudo-)file resources.
*
* @ingroup fs
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/include/resource/hq2x.h
Expand Up @@ -41,7 +41,7 @@ void GL_InitSmartFilterHQ2x(void);
* @param src R8G8B8A8 source image to be scaled.
* @param width Width of the source image in pixels.
* @param height Height of the source image in pixels.
* @param flags @see imageConversionFlags
* @param flags @ref imageConversionFlags
*/
uint8_t* GL_SmartFilterHQ2x(const uint8_t* src, int width, int height, int flags);

Expand Down

0 comments on commit 8aaf0b0

Please sign in to comment.