Skip to content
Snippets Groups Projects
  1. Apr 30, 2014
  2. Apr 29, 2014
    • Damien George's avatar
      stmhal: Oops, typo. · da9f2710
      Damien George authored
      da9f2710
    • Damien George's avatar
      stmhal: Add documentation in comments, and script to generate HTML. · 8d09640b
      Damien George authored
      Decided to write own script to pull documentation from comments in C code.
      Style for writing auto generated documentation is: start line with ///
      and then use standard markdown to write the comment.  Keywords
      recognised by the scraper begin with backslash.  See code for examples.
      
      Running: python gendoc.py modpyb.c accel.c adc.c dac.c extint.c i2c.c
      led.c pin.c rng.c servo.c spi.c uart.c usrsw.c, will generate a HTML
      structure in gendoc-out/.
      
      gendoc.py is crude but functional.  Needed something quick, and this was
      it.
      8d09640b
  3. Apr 28, 2014
  4. Apr 27, 2014
  5. Apr 26, 2014
  6. Apr 25, 2014
  7. Apr 24, 2014
Loading