Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
printablefalse

Consult documentation

The documentation is built nightly and published at http://openwsn-berkeley.github.io/.

...

  1. Using the command line, navitage to openwsn-fw/.
  2. Enter the following command

    Code Block
    scons docs
    Expand
    titleFull output...
    Code Block
    C:\Users\Thomas\Desktop\openwsn-fw>scons docs
    scons: Reading SConscript files ...
     ___                 _ _ _  ___  _ _
    | . | ___  ___ ._ _ | | | |/ __>| \ |
    | | || . \/ ._>| ' || | | |\__ \|   |
    `___'|  _/\___.|_|_||__/_/ <___/|_\_|
         |_|                  openwsn.org
    scons: done reading SConscript files.
    scons: Building targets ...
    os.chdir('docs')
    doxygen Doxyfile
    os.chdir('C:\\Users\\Thomas\\Desktop\\openwsn-fw')
    scons: done building targets.
  3. The documentation is created in openwsn-fw/build/docs.
  4. Double-click on index.html to open the documentation:

...