3 Commits
Author SHA1 Message Date
Thiago Macieira c11324ec91 Disable timestamping in Doxygen
So the output is reproducible.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2018-02-07 10:40:52 -08:00
Thiago Macieira d8f8e8c57b Docs: Simplify the Doxyfile
Following Edward Welbourne's recommendation, first we remove the comments:
  $ doxygen -s -u

Then we compare to the stock Doxyfile without comments (doxygen -s -g)
and save only what's to our file:
  $ doxygen -s -g - | comm -13 Doxyfile > Doxyfile.new
  $ mv Doxyfile.new Doxyfile

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2018-02-07 10:40:52 -08:00
Thiago Macieira 46a818e31f Finish TinyCBOR documentation
This commit adds the Doxyfile and the necessary Makefile commands

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2016-07-07 20:40:13 -07:00