gas: fix example filenames

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll 2014-09-22 17:30:41 +01:00
parent 67d2cb6428
commit 30ae8070c6
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ namespace upm {
* sensor with a detect concentration of 300-10000ppm. * sensor with a detect concentration of 300-10000ppm.
* *
* @ingroup gas * @ingroup gas
* @snippet mq2-example.cxx Interesting * @snippet mq2.cxx Interesting
* @image html grovegas.jpeg * @image html grovegas.jpeg
*/ */
class MQ2 : public Gas { class MQ2 : public Gas {

View File

@ -37,7 +37,7 @@ namespace upm {
* detect rate is of 0.04-4mg/L Alcohol. * detect rate is of 0.04-4mg/L Alcohol.
* *
* @ingroup gas * @ingroup gas
* @snippet mq3-example.cxx Interesting * @snippet mq3.cxx Interesting
* @image html grovegas.jpeg * @image html grovegas.jpeg
*/ */
class MQ3 : public Gas { class MQ3 : public Gas {

View File

@ -37,7 +37,7 @@ namespace upm {
* 300-10000ppm. * 300-10000ppm.
* *
* @ingroup gas * @ingroup gas
* @snippet mq5-example.cxx Interesting * @snippet mq5.cxx Interesting
* @image html grovegas.jpeg * @image html grovegas.jpeg
*/ */
class MQ5 : public Gas { class MQ5 : public Gas {

View File

@ -36,7 +36,7 @@ namespace upm {
* Liquefied Gas. It's sensitivty is 10-1000ppmCO 100-10000PPm Gas. * Liquefied Gas. It's sensitivty is 10-1000ppmCO 100-10000PPm Gas.
* *
* @ingroup gas * @ingroup gas
* @snippet mq9-example.cxx Interesting * @snippet mq9.cxx Interesting
* @image html mq9.jpeg * @image html mq9.jpeg
*/ */
class MQ9 : public Gas { class MQ9 : public Gas {