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 !
Fix some documentation rendering bug
Hongli Lai (Phusion) (author)
Mon Mar 03 15:29:05 -0800 2008
commit  3b3f3bdc3d76e8e91f55b0a5accfe1d0eb59ec50
tree    ebddd1603695227bc0c96ee6df72f08e3ac3dba8
parent  98c09711101d3e04d3ae892fd1f749294cc54def
...
211
212
213
214
 
 
215
216
217
...
211
212
213
 
214
215
216
217
218
0
@@ -211,7 +211,8 @@ void
0
 Init_native_support() {
0
   struct sockaddr_un addr;
0
   
0
- mPassenger = rb_define_module("Passenger");
0
+ /* */
0
+ mPassenger = rb_define_module("Passenger"); // Do not remove the above comment. We want the Passenger module's rdoc to be empty.
0
   
0
   /*
0
    * Utility functions for accessing system functionality.

Comments

    No one has commented yet.