diff --git a/openhantek/Doxyfile b/openhantek/Doxyfile index 891c6e8..9e60fce 100644 --- a/openhantek/Doxyfile +++ b/openhantek/Doxyfile @@ -568,7 +568,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src/ mainpage.dox +INPUT = src/ mainpage.dox roadmap.dox # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is diff --git a/openhantek/OpenHantek.pro b/openhantek/OpenHantek.pro index 4df9235..4aad07d 100644 --- a/openhantek/OpenHantek.pro +++ b/openhantek/OpenHantek.pro @@ -51,7 +51,8 @@ RESOURCES += res/application.qrc \ # Doxygen files DOXYFILES += Doxyfile \ - mainpage.dox + mainpage.dox \ + roadmap.dox # Files copied into the distribution package DISTFILES += ChangeLog \ diff --git a/openhantek/roadmap.dox b/openhantek/roadmap.dox new file mode 100644 index 0000000..3bff1a3 --- /dev/null +++ b/openhantek/roadmap.dox @@ -0,0 +1,26 @@ +/** + +\page roadmap Development Roadmap + +\section sec_0_1 OpenHantek 0.1.0 +Released May 30, 2010 + + +\section sec_0_2 OpenHantek 0.2.0 +Planned October, 2010 + + +\section sec_0_3 OpenHantek 0.3.0 +Planned Q1/Q2, 2011 + + +**/