api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

monodoc.dll.config does not substitute monodoc_refdir

Open Therzok opened this issue 6 years ago • 2 comments

https://github.com/mono/api-doc-tools/blob/c503071997d1cfcdb5a039a8a36e530412cb0acb/monodoc/monodoc.dll.config#L3

This is not substituted in the shipped nuget package

Therzok avatar Apr 12 '18 17:04 Therzok

One possible solution would be for monodoc to find out where the current runtime (i.e. Type.GetType ("Mono.Runtime") then get the right path and figure out windows-isms, and set it via System.Configuration.

Therzok avatar Apr 12 '18 17:04 Therzok

An option on typical Mac systems is to use RootTree.LoadTree("/Library/Frameworks/Mono.framework/Versions/Current/lib/monodoc/");

sandyarmstrong avatar Dec 20 '21 16:12 sandyarmstrong