Commit f37ff5826ffb74edb9d4e6d744ae7154adfdf0bf

Authored by oliverhaag
1 parent 5adddf41

Added roadmap to Doxygen pages

openhantek/Doxyfile
... ... @@ -568,7 +568,7 @@ WARN_LOGFILE =
568 568 # directories like "/usr/src/myproject". Separate the files or directories
569 569 # with spaces.
570 570  
571   -INPUT = src/ mainpage.dox
  571 +INPUT = src/ mainpage.dox roadmap.dox
572 572  
573 573 # This tag can be used to specify the character encoding of the source files
574 574 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
... ...
openhantek/OpenHantek.pro
... ... @@ -51,7 +51,8 @@ RESOURCES += res/application.qrc \
51 51  
52 52 # Doxygen files
53 53 DOXYFILES += Doxyfile \
54   - mainpage.dox
  54 + mainpage.dox \
  55 + roadmap.dox
55 56  
56 57 # Files copied into the distribution package
57 58 DISTFILES += ChangeLog \
... ...
openhantek/roadmap.dox 0 → 100644
  1 +/**
  2 +
  3 +\page roadmap Development Roadmap
  4 +
  5 +\section sec_0_1 OpenHantek 0.1.0
  6 +Released May 30, 2010
  7 +<ul>
  8 + <li>Basic functionality</li>
  9 + <li>%Hantek DSO-2090 support</li>
  10 +</ul>
  11 +
  12 +\section sec_0_2 OpenHantek 0.2.0
  13 +Planned October, 2010
  14 +<ul>
  15 + <li>New USB routines</li>
  16 + <li>%Hantek DSO-2150 and DSO-5200 support</li>
  17 +</ul>
  18 +
  19 +\section sec_0_3 OpenHantek 0.3.0
  20 +Planned Q1/Q2, 2011
  21 +<ul>
  22 + <li>%Hantek DSO-2250 support</li>
  23 + <li>USB hotplugging</li>
  24 +</ul>
  25 +
  26 +**/
... ...