We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Improve API documentation.
Hongli Lai (Phusion) (author)
Sat May 10 03:58:47 -0700 2008
commit  38d5283df5c047e0a5941121b4be2b5bc1a161d2
tree    95e4fb19be0b314c1e3c656f4a52945a5e45f46f
parent  6bd17c022f1ce74afc2b089c1439a346e741e0b3
...
130
131
132
133
 
134
135
136
...
144
145
146
 
147
148
149
...
154
155
156
 
157
158
159
...
181
182
183
184
 
185
186
187
...
130
131
132
 
133
134
135
136
...
144
145
146
147
148
149
150
...
155
156
157
158
159
160
161
...
183
184
185
 
186
187
188
189
0
@@ -130,7 +130,7 @@ void split(const string &str, char sep, vector<string> &output);
0
  *
0
  * @param filename The filename to check.
0
  * @return Whether the file exists.
0
- * @throws FileSystemException Unable to check because of a system error.
0
+ * @throws FileSystemException Unable to check because of a filesystem error.
0
  * @ingroup Support
0
  */
0
 bool fileExists(const char *filename);
0
@@ -144,6 +144,7 @@ bool fileExists(const char *filename);
0
  * only absolute paths are scanned.
0
  * @return An absolute path to the spawn server script, or
0
  * an empty string on error.
0
+ * @throws FileSystemException Unable to access parts of the filesystem.
0
  * @ingroup Support
0
  */
0
 string findSpawnServer(const char *passengerRoot = NULL);
0
@@ -154,6 +155,7 @@ string findSpawnServer(const char *passengerRoot = NULL);
0
  *
0
  * @param passengerRoot The Passenger root folder.
0
  * @return An absolute path to the executable.
0
+ * @throws FileSystemException Unable to access parts of the filesystem.
0
  * @pre passengerRoot != NULL
0
  * @ingroup Support
0
  */
0
@@ -181,7 +183,7 @@ bool verifyRailsDir(const string &dir);
0
  * Check whether the specified directory is a valid Rack 'public'
0
  * directory.
0
  *
0
- * @throws FileSystemException Unable to check because of a system error.
0
+ * @throws FileSystemException Unable to check because of a filesystem error.
0
  * @ingroup Support
0
  */
0
 bool verifyRackDir(const string &dir);

Comments

    No one has commented yet.