robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

Sandcastle generation for inheritdoc in FRC.NetworkTables.Core not working #68

Open ThadHouse opened 7 years ago

ThadHouse commented 7 years ago

I'm actually debating just removing all the inheritdoc docs and replacing them with static. Keeping the sandcastle builds maintained to copy the inheritdocs to the XML is a pain, and they really don't give us much benefit. It should be a pretty easy modification in NetworkTables. WPILib will be harder, but it's less of an issue there at least for right now, since we only build for net451.

@jkoritzinsky what do you think?

jkoritzinsky commented 7 years ago

I'm fine with that!