I tried do make postgres.pike do a fallback to the pgsql driver, but apparently this doesn't go down well with the documentation generator.
I'm not quite sure what the best fix is.
Can/should the initial doc blob be moved below the first #ifdef?
You should put the preprocessor statements into ignore-blocks:
//! @ignore ... //! @endignore
otherwise the doc generator will break...
hope this helps
arne
On Fri, 1 Aug 2008, Stephen R. van den Berg wrote:
I tried do make postgres.pike do a fallback to the pgsql driver, but apparently this doesn't go down well with the documentation generator.
I'm not quite sure what the best fix is.
Can/should the initial doc blob be moved below the first #ifdef?
Sincerely, Stephen R. van den Berg. Every successful person has had failures but repeated failure is no guarantee of eventual success.
pike-devel@lists.lysator.liu.se