Skip to content

Commit

Permalink
Comment tweaks (FIXME additions, typo corrections, etc).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 29, 2012
1 parent 16ee835 commit 1ed8bc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/physfs.h
Expand Up @@ -3384,8 +3384,15 @@ typedef struct PHYSFS_Archiver
* This is used to identify your archive, and is returned in
* PHYSFS_supportedArchiveTypes().
*/
// !! FIXME: should this be const?
const PHYSFS_ArchiveInfo info;

/**
* !!! FIXME: document me.
*/
int supportsSymlinks;

// !!! FIXME: documentation: \brief?
/**
* \brief
*
Expand Down
4 changes: 2 additions & 2 deletions src/physfs_internal.h
Expand Up @@ -548,11 +548,11 @@ void *__PHYSFS_platformGetThreadID(void);

/*
* Enumerate a directory of files. This follows the rules for the
* PHYSFS_Archiver->enumerateFiles() method (see above), except that the
* PHYSFS_Archiver::enumerateFiles() method (see above), except that the
* (dirName) that is passed to this function is converted to
* platform-DEPENDENT notation by the caller. The PHYSFS_Archiver version
* uses platform-independent notation. Note that ".", "..", and other
* metaentries should always be ignored.
* meta-entries should always be ignored.
*/
void __PHYSFS_platformEnumerateFiles(const char *dirname,
PHYSFS_EnumFilesCallback callback,
Expand Down

0 comments on commit 1ed8bc0

Please sign in to comment.