Fix a bug causing generation of Web API documentation to fail
Review Request #3009 — Created March 25, 2012 and submitted — Latest diff uploaded
This fixes a small bug causing generation of the Web API documentation to fail. The addition of new resources like those found in /r/3008 caused the documentation compilation to except. If the documentation contained double newline characters it would split the output into 3 arguments, causing the exception.
Tested locally by re-compiling the documentation.