Antoine Pitrou

Results 822 comments of Antoine Pitrou

None of those two issues seem related. I'll try to see if I can single out the offending declaration (it would be nice if breathe said exactly what is duplicated).

Ok, the two conflicting method declarations are the following (I'm omitting the implementations): ```cpp /// \brief Append a sequence of elements in one shot, with a specified nullmap /// \param[in]...

Ok, I opened https://github.com/sphinx-doc/sphinx/issues/5755 in Sphinx.

Note this is easily circumvented by removing one of the docstrings... Still, it is highly not obvious how to diagnose the issue and find the workaround.

I've got another case where I get a "duplicate declaration" with doxygen 1.8.14 (but not 1.8.13). It boils down to: ```cpp class BasicDecimal128 { public: /// \brief Create a BasicDecimal128...

Note it would also be nice to disable those "duplicate definition" warnings. There seem to be too many quirks with Doxygen-generated symbols.

Not sure. I am not documenting the base class here (not in Sphinx, I mean). Also I have `INLINE_INHERITED_MEMB = NO` in the Doxyfile.

Yes, it seems like this might by the same issue (though #316 is quite vague as to which warnings are emitted).

@DavisVaughan Can you explain what you mean with "the binary tzdb parser does not yet work on Windows"?

I see, so I am right in interpreting that on Windows, one can use `set_install` to point to an existing location of the text form of the IANA database? >...