Hi Georg,

It seems that I ran into another hang with a C++ corner case: it is
perfectly valid C++ to initialize an argument with a function call, but this
seems to confuse your parsing mechanism for the C++ domain.

I see the following error:

/Users/jackpoulson/Source/elemental/doc/source/core.rst:840: WARNING:
Invalid definition: expected end of definition, got u')' [error at 51]
  DistMatrix( const elemental::Grid& g=DefaultGrid() )

when trying to use the command

   .. cpp:function:: DistMatrix( const elemental::Grid& g=DefaultGrid() )

Please let me know if this is an error on my end, though I suspect that it
is just an (ugly) corner case.

Jack

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to