<userdoc> doesn't work as expected. #1925
Answered
by
manio143
Bodyclock-Games
asked this question in
Q&A
-
I have the following abstract class, part of a hierarchy of classes for the editor. This is a way down the chain of inheritance. I wanted to add some editor documentation so I added the Priority tag (which works), copied directly from the ScriptComponent code, but it doesn't show up. I tried inheriting from entity component but no joy. Am I missing something?
|
Beta Was this translation helpful? Give feedback.
Answered by
manio143
Oct 11, 2023
Replies: 1 comment 2 replies
-
I believe you need to add |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Bodyclock-Games
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you need to add
GenerateDocumentationFile
property to your csproj and set it to true.