Missing XML Componenet
by Drethon · in Torque X 2D · 06/05/2009 (6:59 pm) · 2 replies
I'm getting a whole lot of warnings on my first attempt to build a TX2D project, what am I missing?
Warning 1 Missing XML comment for publicly visible type or member 'GarageGames.Torque.ManagedTexture2D' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Materials\ClipMap\ManagedTexture2D.cs 10 18 TorqueCore
Warning 2 Missing XML comment for publicly visible type or member 'GarageGames.Torque.Sim.ScheduledEventPool' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Sim\SchedulePool.cs 15 18 TorqueCore
Warning 3 XML comment is not placed on a valid language element C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\GFX\GFXBufferUserTypes.cs 18 5 TorqueCore
Warning 4 Missing XML comment for publicly visible type or member 'GarageGames.Torque.Util.InterpolationMode.Linear' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Util\Interpolation.cs 19 9 TorqueCore
Warning 5 Missing XML comment for publicly visible type or member 'GarageGames.Torque.Util.IIndexPoolerNode.Previous' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Util\IndexPooler.cs 19 13 TorqueCore
Warning 6 Missing XML comment for publicly visible type or member 'GarageGames.Torque.Materials.ClipMap.ManagedTexture2D' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Materials\ClipMap\ClipMapBlenderEffect.cs 19 18 TorqueCore
Warning 1 Missing XML comment for publicly visible type or member 'GarageGames.Torque.ManagedTexture2D' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Materials\ClipMap\ManagedTexture2D.cs 10 18 TorqueCore
Warning 2 Missing XML comment for publicly visible type or member 'GarageGames.Torque.Sim.ScheduledEventPool' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Sim\SchedulePool.cs 15 18 TorqueCore
Warning 3 XML comment is not placed on a valid language element C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\GFX\GFXBufferUserTypes.cs 18 5 TorqueCore
Warning 4 Missing XML comment for publicly visible type or member 'GarageGames.Torque.Util.InterpolationMode.Linear' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Util\Interpolation.cs 19 9 TorqueCore
Warning 5 Missing XML comment for publicly visible type or member 'GarageGames.Torque.Util.IIndexPoolerNode.Previous' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Util\IndexPooler.cs 19 13 TorqueCore
Warning 6 Missing XML comment for publicly visible type or member 'GarageGames.Torque.Materials.ClipMap.ManagedTexture2D' C:\Torque\Torque X 2D Pro 3.0\v3.0.0.0\Games\Spacemercs\Spacemercs\TorqueCore\Materials\ClipMap\ClipMapBlenderEffect.cs 19 18 TorqueCore
About the author
Torque Owner Lucas Shinkovich
These warnings are normal with the out of the box build of the current version of TX2D. These warnings are typical as default project settings. I would not worry about these warnings specifically as they are simply stating that there are some public members defined that do not have any Xml comments / documentation associated with them.