Florian Walch

Results 20 comments of Florian Walch

We could also create a graph that shows the respective number of successful/failed/.. tests over time, so we can immediately see if the numbers go down.

@jszakmeister's QuickBuild setup provides some nice charts. For example, on http://neovim-qb.szakmeister.net/statistics/10/junit_report/tests, clicking "Tests" just above the diagram, you can select "compare other metrics" to add "failures" and "errors". You need...

Or we can do it like neovim/bot-ci#52 and let Marvim create a pull request :-)

Are there any homebrew caches or similar that you can clean?

- We autogenerate the header files, so the distinction between function declaration/definition comments does not apply https://github.com/neovim/neovim/pull/2284#discussion_r27564286

Never trust random people on the internet ;-) But seriously, I only said that it _should_ work; after all, `abstract_ui` has been merged. Apparently I was wrong, sorry.

> I would actually prefer “only DOxygen”, but cannot find any references that it can use documentation not in source code which is a stopper. You can include [markdown files](http://www.stack.nl/~dimitri/doxygen/manual/markdown.html#md_page_header),...

Just found out that ReadTheDocs supports http://www.mkdocs.org/ (Markdown) in addition to Sphinx. There's also https://readme.io. Didn't check these out in detail, but wanted to mention that there might be alternatives...

@ZyX-I Well, I guess I should have written it as "Just found out that ReadTheDocs supports http://www.mkdocs.org/ (_a documentation generator that uses_ Markdown) in addition to Sphinx.", which is what...

I already get the behavior which you are describing ("A. appendix" in ToC, "B.1 table" in list of tables) by default. I tested with: ```diff diff --git a/build/main.pdf b/build/main.pdf index...