Thanks for the recent MR.
This sadly only partially addresses the issue.
https://www.mcs.anl.gov/petsc/petsc-3.14.6/docs/manualpages/Mat/MatGetRow.html correctly has MatGetRow_MPIDense while https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatGetRow.html hasn’t.

Thanks,
Pierre

On 3 Apr 2021, at 1:24 PM, Patrick Sanan <patrick.sanan@gmail.com> wrote:

I think this was likely a non-portable regex that was being used to match the function signatures,
causing it to miss anything with an internal "s" in the function name. Here's a quick fix for the release branch:


(This sort of thing will become easier to work with, soon, as we'll have an automated doc build which can be examined for each MR.)

P.S. nice email address! 

Am 03.04.2021 um 11:19 schrieb Patrick Sanan <patrick.sanan@gmail.com>:

That isn't expected - thanks for pointing this out! I can reproduce locally so will take a look. 

Am 03.04.2021 um 11:10 schrieb Pierre Jolivet <pierre@joliv.et>: