You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just setup DocFX for a project. It looks like it's working generally. I can see the generated documentation.
The problem I have is
where I have used /// comments to document methods, im not seeing results that match the documented methods
There is only the filter box, not a general search box top right of the web page.
I would like to be able to search based on the /// such as
/// A sample bit of documentation to test DocFx
/// </summary>
/// <param name="req"></param>
/// <param name="log"></param>
/// <returns></returns>
So when searching "sample" I don't see any results. It looks like it only returns results based on file name in the list of classes on the left hand side.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have just setup DocFX for a project. It looks like it's working generally. I can see the generated documentation.
The problem I have is
where I have used /// comments to document methods, im not seeing results that match the documented methods
There is only the filter box, not a general search box top right of the web page.
I would like to be able to search based on the /// such as
So when searching "sample" I don't see any results. It looks like it only returns results based on file name in the list of classes on the left hand side.
The config file is
DocFX version
Using .NET Core 3.1
Appreciate anyhelp in advance.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions