Andreas Matthias
Andreas Matthias
Thanks for the hint to ox-ipynb-preprocess-hook. I don't know much about the code base of org-babel but I'll give it a try.
Oh, now I see. Thanks. The problem was that I didn't know that there was a difference between **single line comments** ``` /// @include{doc} page.dox ``` and **multi-line comments** ```...
I'm running: ``` $ doxygen -v 1.11.0 (50d177669564432d8cfcab4d146bb19f024aec7e) ```
Here is a complete example. [test_doxy.tar.gz](https://github.com/doxygen/doxygen/files/14451523/test_doxy.tar.gz) The difference of `page1.dox` and `page2.dox` seems weird at first. But once you understand the difference between **single line comments** and **multi line comments**,...
Tested with commit cdafc3d25: My real world examples are fine. But testing it further, there are still some unexpected results. See this example. [test_doxy.tar.gz](https://github.com/doxygen/doxygen/files/14485417/test_doxy.tar.gz) I'm not sure what the supposed...
Well, as I said, I'm not sure what the "correct" output should look like. Take for example page-4:  Page 4 contains the source code block of page-3. Similar for...
@albert-github @doxygen Ok, I see. Thank you for the explanation and the quick bug fixes. I guess this issue is fixed, now. Thanks.
Tested with 7323ef15445ed26d39. It works as long as the markdown file is read directly. But the issue reappears if you include the markdown file with `@include{doc}`. See this example: [example.tar.gz](https://github.com/doxygen/doxygen/files/15278815/example.tar.gz)
Thank you for fixing it so quickly.
> ``` > ! Undefined control sequence. > \doxyfigcaption ->\H@refstepcounter > {figure}\@dblarg {\@caption {figure}} > ``` This command is defined in `hyperref.sty`. Do you see any warnings in the log...