mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[m] Lots of Doxygen fixes/additions - thanks to lfxGroove
This commit is contained in:
parent
b134615f92
commit
c94dbc84c2
960 changed files with 5905 additions and 6171 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
@file FileSystem.h
|
||||
|
||||
@author Morgan McGuire, http://graphics.cs.williams.edu
|
||||
|
|
@ -193,7 +193,7 @@ private:
|
|||
return ! isDirectory(path);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
\param srcPath Must name a file.
|
||||
\param dstPath Must not contain a zipfile.
|
||||
|
||||
|
|
@ -423,7 +423,7 @@ public:
|
|||
/** Convert all slashes to '/' */
|
||||
static std::string canonicalize(std::string x);
|
||||
|
||||
/*
|
||||
/**
|
||||
Parses a filename into four useful pieces.
|
||||
|
||||
Examples:
|
||||
|
|
@ -455,7 +455,7 @@ public:
|
|||
std::string& ext);
|
||||
|
||||
|
||||
/*
|
||||
/**
|
||||
Returns true if \a path matches \a pattern, with standard filesystem wildcards.
|
||||
*/
|
||||
static bool matches(const std::string& path, const std::string& pattern, bool caseSensitive = true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue