Mark Gillard
Mark Gillard
Something else for this list: It appears that in some recent doxygen version they've changed the way `= default` is handled, in that now it no longer leaks into the...
Oh, fun! I implemented pretty much exactly this in poxy without realizing you had this on the roadmap. Thought you might like a bit of an 'implementation experience' summary to...
> Opinions? I'm all for it. So much so that I have a prototype for you to peruse already: https://marzer.github.io/tomlplusplus/ I've also floated the ToC for wide-ish resolutions, too, since...
> But even on smaller widths, pushing the page content the other way. My browser is about 100px too narrow to trigger that TOC floating and yet there's plenty of...
No dramas. I've just realized that the script does some pretty hamfisted stuff with file paths that will only work on Windows (b.c. of case insensitivity), so if you want...
**RE inline namespaces:** I had a cursory look through the doxygen XML, did a CTRL+F for 'inline', and didn't find anything relating to the namespaces. That's the extent of my...
> inline namespaces Guess I should have mentioned that I actually tried the stock HTML output first, didn't see any `inline` on namespaces, which is what led me to quickly...
Well, good to hear that the labels thing seems a relatively straightforward thing to implemement. As for the rest of it, I'm totally happy to keep building additional stuff on...
Looks great! Just tested it with my script and the custom calling conventions are now the _only_ thing they pick up, so looks like you nailed it (insofar as one...
Nice! I was just thinking about this a few days ago, funnily enough.