Thomas Braun

Results 41 comments of Thomas Braun

Ah okay, I should have mentioned that... No I can't get it to work.

> It would be nice if one of you could provide an archive with small stand-alone project that illustrates the problem. @jakobandersen https://github.com/t-b/breathe/tree/feature/embedded-labels-rst has the code from the first post...

Thanks for looking into this. [Here](https://github.com/t-b/breathe-test/tree/breathe-issue-744) is MWE. Ideally referring to `myAnchor` would work from either embedded rst code or from standalone rst files.

Thanks both. With #690 I still get ``` E:\projekte\breathe\documentation\source\specific.rst:62: WARNING: Duplicate C declaration, also defined at domains:81. Declaration is '.. c:function:: void frob_foos (void *Frobs)'. E:\projekte\breathe\documentation\source\specific.rst.rst:131: WARNING: Parsing of expression...

@st-gb Sorry for the late response. I like the per check error messages but I don't think that creating a separate file for the test function itself is good. I'm...

@st-gb Please write in english so that others can follow as well.

@st-gb Yes please add a new commit or even better squash your new changes into the existing commit and force push.

@st-gb Sorry for not getting back earlier. As mentioned I'd like to stick with single file as it is more convenient.

This is fixed in #11 already.

> I seem to recall a max level of nesting was implemented at some point due to a stack overflow with a specially crafted JSON file, but I can't find...