KeRNeLith / QuikGraph

Generic Graph Data Structures and Algorithms for .NET
https://kernelith.github.io/QuikGraph/
Microsoft Public License
467 stars 69 forks source link

[BUG] API Reference not accessible anymore #36

Closed fstwn closed 3 years ago

fstwn commented 3 years ago

Describe the bug API Reference not accessible anymore. This site was online until some weeks ago: https://kernelith.github.io/QuikGraph/api/QuikGraph.AdjacencyGraph-2.html#properties

Now API Documentation site only shows the intro & overview, but no real reference: https://kernelith.github.io/QuikGraph/api/index.html

Can somebody fix this / regenerate the documentation?

KeRNeLith commented 3 years ago

Hello,

Thank you for the report I will fix it ASAP.

Sorry for the inconvenience.

KeRNeLith commented 3 years ago

I submitted a fix for documentation generation, here you can see again the API reference.

fstwn commented 3 years ago

Works like a charm again, thank you for providing that super fast fix! :)