Skip to content

Commit

Permalink
Documentation: Minor fixes in apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 15, 2012
1 parent 232dd16 commit ffd2b9d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/include/resource/pcx.h
@@ -1,4 +1,4 @@
/**\file gl_pcx.h
/**\file pcx.h
*\section License
* License: GPL
* Online License Link: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/include/resource/tga.h
@@ -1,4 +1,4 @@
/**\file gl_tga.h
/**\file tga.h
*\section License
* License: GPL
* Online License Link: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/src/resource/pcx.c
@@ -1,4 +1,4 @@
/**\file gl_pcx.c
/**\file pcx.c
*\section License
* License: GPL
* Online License Link: http://www.gnu.org/licenses/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/src/resource/tga.c
@@ -1,4 +1,4 @@
/**\file
/**\file tga.c
*\section License
* License: GPL
* Online License Link: http://www.gnu.org/licenses/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions doomsday/engine/src/resourcerecord.cpp
Expand Up @@ -46,8 +46,8 @@ struct ResourceRecord::Instance
/// Used for identification purposes.
QStringList identityKeys;

/// Index (in ::names) of the name used to locate this resource if found.
/// Set during resource location.
/// Index (in ResourceRecord::Instance::names) of the name used to locate
/// this resource if found. Set during resource location.
int foundNameIndex;

/// Fully resolved absolute path to the located resource if found.
Expand Down

0 comments on commit ffd2b9d

Please sign in to comment.