-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C#: Dereference editor types in core documentation #80632
Conversation
7f813ad
to
1c44c42
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change makes sense. We could consider removing those references or rewording them, but I think they are useful in some cases. I also can't think of a better solution.
For the record, here's the list of references as of c495eb5:
EditorInspector
in@GlobalScope
(6 times)EditorDebuggerPlugin
inEngineProfiler
EditorImportPlugin
inImageTexture
EditorPlugin
inInputMap
EditorPlugin
inInputMapInstance
EditorPlugin
inOS
(4 times)EditorScript
inOS
(4 times)EditorPlugin
inOSInstance
(4 times)EditorScript
inOSInstance
(4 times)EditorImportPlugin
inResourceFormatLoader
EditorImportPlugin
inResourceImporter
ResourceImporterWAV
inResourceImporterMP3
ResourceImporterWAV
inResourceImporterOggVorbis
EditorScenePostImport
inSkeletonProfile
EditorPlugin
inUndoRedo
EditorUndoRedoManager
inUndoRedo
1c44c42
to
cbf17b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks! |
Extracted from #79475
CS1574
by changing core documentation wrappers from<cref>
to<c>
when referencing editor types