Nat Kershaw (MSFT)

Results 69 comments of Nat Kershaw (MSFT)

You can also set Doxygen to fail on warnings in your Doxyfile: https://www.doxygen.nl/manual/config.html Set the WARN_AS_ERROR flag to YES, NO, or FAIL_ON_WARNINGS

Thank you @prathikr! We're doing some work on the sample for this tutorial, and will update the tutorial very soon!

I have run the Microsoft accessibility checker on our site (which uses the just the docs template) and have hit a few accessibility issues, some of which I can fix...

Thank you @shalvamist. I will take a look

> Is there doco somewhere on how/when this workflow runs? Not sure if it runs automatically or would it be part of the release process? It runs on every push...

> > > Is there doco somewhere on how/when this workflow runs? Not sure if it runs automatically or would it be part of the release process? > > >...

> > @Craigacp fyi > > The generated docs look good. There are a few missing docstrings as it's not pulling them in automatically from overridden methods in the JDK...

> Ok. I guess I should do a pass to add the `@since` tags and other things to the Javadoc. I can try adding the overview to see if it...