Removed {@inheritDoc} from C++ sources and readded .inc files to Doxygen extension mapping

{@inheritDoc} doesn't exist in Doxygen, so I removed instances of it from the C++ source. It isn't needed anyway because Doxygen automatically fills in base class documentation for member functions in derived classes if no documentation is given. The extension mapping for .inc files was accidentally removed during the build system changes so this commit adds it back in.

Change-Id: I599e3bdafd76ee7d78a66090d81707cda5a399d7
This commit is contained in:
Tyler Veness
2016-01-28 11:10:37 -08:00
parent 0f228e7b7d
commit 083362bd86
7 changed files with 1 additions and 22 deletions

View File

@@ -22,7 +22,6 @@ BuiltInAccelerometer::BuiltInAccelerometer(Range range) {
LiveWindow::GetInstance()->AddSensor((std::string) "BuiltInAccel", 0, this);
}
/** {@inheritdoc} */
void BuiltInAccelerometer::SetRange(Range range) {
if (range == kRange_16G) {
wpi_setWPIErrorWithContext(