Fix annotations

This commit is contained in:
Christian Semmler 2023-12-12 14:49:56 -05:00
parent 78e73b7c6e
commit a052eb9cc3
3 changed files with 5 additions and 5 deletions

View File

@ -141,15 +141,15 @@ class MxRegionLeftRightListCursor : public MxPtrListCursor<MxRegionLeftRight> {
// MxListCursor<MxRegionLeftRight *>::operator=
// TEMPLATE: LEGO1 0x100c58c0
// MxList<MxRegionLeftRight *>::_InsertEntry
// MxList<MxRegionLeftRight *>::InsertEntry
// TEMPLATE: LEGO1 0x100c5970
// MxList<MxRegionTopBottom *>::_InsertEntry
// MxList<MxRegionTopBottom *>::InsertEntry
// TEMPLATE: LEGO1 0x100c5a20
// MxListEntry<MxRegionTopBottom *>::MxListEntry<MxRegionTopBottom *>
// TEMPLATE: LEGO1 0x100c5a40
// MxList<MxRegionLeftRight *>::_DeleteEntry
// MxList<MxRegionLeftRight *>::DeleteEntry
#endif // MXREGIONLIST_H

View File

@ -30,7 +30,7 @@ class MxStringListCursor : public MxListCursor<MxString> {
// MxList<MxString>::Append
// TEMPLATE: LEGO1 0x100cc2d0
// MxList<MxString>::_InsertEntry
// MxList<MxString>::InsertEntry
// TEMPLATE: LEGO1 0x100cc3c0
// MxListEntry<MxString>::MxListEntry<MxString>

View File

@ -54,6 +54,6 @@ class MxVariableTable : public MxHashTable<MxVariable*> {
// MxHashTable<MxVariable *>::Resize
// TEMPLATE: LEGO1 0x100b7b80
// MxHashTable<MxVariable *>::_NodeInsert
// MxHashTable<MxVariable *>::NodeInsert
#endif // MXVARIABLETABLE_H