Search for UnityContainer
class does not show up in API Documentation
#22
Labels
Enhancement 🔨
Improvement of existing features
Search for
UnityContainer
class does not show up in API DocumentationFlow: A user navigates to http://unitycontainer.org/api/index.html, searches for
UnityContainer
in the filter section, gets no results back.However, there is a page for the UnityContainer class: http://unitycontainer.org/api/Unity.UnityContainer.html
This is especially confusing, given that the UnityContainer class part of the Unity namespace (note that the url correctly places it there) and has a url associated with it, but does not even have a link on the Unity namespace API Reference page. This makes me wonder if there are other classes not showing up in both the filter and the API Reference pages.
The way I found the url http://unitycontainer.org/api/Unity.UnityContainer.html was through a search engine.
To Reproduce
A user navigates to http://unitycontainer.org/api/index.html, searches for
UnityContainer
in the filter section, gets no results back.A user navigates to http://unitycontainer.org/api/Unity.html, looks for
UnityContainer
, which is not there, indicating documentation is incomplete.The text was updated successfully, but these errors were encountered: