> -----Original Message----- > From: Philip Olson [mailto:phi...@roshambo.org] > Sent: Thursday, June 09, 2011 5:58 PM > To: Jonathan Guerin > Cc: phpdoc@lists.php.net > Subject: Re: [PHP-DOC] Problems creating documentation > > > On Jun 9, 2011, at 5:02 PM, Jonathan Guerin wrote: > > > Hi everyone, > > > > We are currently trying to create the documentation for the SQLSRV and > PDO_SQLSRV, but are running into a few problems. > > > > We are getting the following error: >
Philip, Thanks for these tips! > Hello Jonathan, > > The reference.xml should have very little within it, yet this is referring to > constants, requirements, inis, and others. Most (all?) content is being > repeated > in setup.xml so instead only use setup.xml for this information. > > Summary: Remove everything except sqlsrv.intro from reference.xml and it'll > build. Perfect, build works great now! :) > > Unrelated and nitpicky, but please fix all whitespace before commit which > means no tabs and use single spaced indention. We're strict and weird about > whitespace. :) And ideally lines won't exceed 80 characters in length, > although > that's a loose requirement. I will endeavor to make sure that this is done. > > Regards, > Philip > > Thanks again for your assistance! Jonathan