Replies: 2 comments
-
@nockawa Can you provide an illustration or a sample GitHub project to demonstrate your requirements? |
Beta Was this translation helpful? Give feedback.
-
Hey @paulushub thanks for reaching, I can do that and even more, giving the answer ! To achieve something like this: In red square there is the content generated from the .cs file through DocXML Things are always simple once you know them...in this case I had to: Edit the You must exclude the directory you use to store overwrite files from the content and add an overwrite section to define it. Then the trick is simply putting a markdown file in the overwrite directory and use the right front matter fragment, in my case I've tried all the properties override I could find, using ---
uid: Tomate.IMemoryManager
---
## About
`IMemoryManager` is the interface used to implement a custom Memory Manager.
The manager duty is to allocated, resize, free block of memory.
🍅 implements many memory manager, you can find more about it [here](<xref:memory-management-overview>). And now I have the result I was looking for. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I generate documentation for a library, this library implements several custom types which are documented using DocXML in the source code.
But I'd like to add custom documentation for a given type through a dedicated markdown file, so that the generated HTML documentation page for this type contains the DocXML's content, followed by the markdown's one.
My understanding is it has something to do with overwrites, I've tried many combinations but couldn't succeed in having the content of a markdown file appearing in the type's documentation page.
Could someone share some light about how to do that?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions