Paul Selormey

Results 152 comments of Paul Selormey

@xen2 That **...does not contain any documents** could be the desired effect for a particular project or simply documenting conceptual/articles only.

@xen2 You can use **--warningsAsErrors** option. I do use continuous integration tool, but I assume you do build the project locally to spot such warnings during developments.

> But of course, I could test it another way (by adding a CI check if a specific doc file is present at the end). Oh! you trusted CI that...

@JeremyBP You can replace the `highlight.js` and/or style the code section. DocFX uses [highlight.js](https://highlightjs.org), which for speed limits the customization features. ### Custom Usage Source: https://highlightjs.readthedocs.io/en/latest/readme.html > If you need...

@schattennarr Check the browser debug console and report any error message.

@ukrainec45 I could not reproduce it. Please try and see if you can reproduce it on the DocFX's own documentations: https://dotnet.github.io/docfx/

@tig It seems `_gitContribute` is missing in your `docfx.jon`. Something like ``` "_gitContribute": { "repo": "https://github.com/gui-cs/Terminal.Gui", "branch": "develop", "apiSpecFolder": "apidoc" } ``` You may also like ` "_gitUrlPattern": "github"` Also,...

@tig You are possibly out of luck. It seems it does not work with metadata compiled from DLL. On my PC, where I have not experienced the reported Roslyn issue,...

@jo3w4rd For reference, is the comment below the type of documentation you are expecting to inherit in this case? > Initializes a new instance of the [ValueType](https://docs.microsoft.com/en-us/dotnet/api/system.valuetype?view=net-6.0) class.