8 Commits

Author SHA1 Message Date
chrysn
0508f30d2d Merge branch 'master' into efm32
Conflicts:
	Doxyfile
	Makefile
2012-09-13 22:32:28 +02:00
Piotr Esden-Tempski
2e9e378b4b Merge pull request #12 "Don't include examples in doxygen output."
Merge remote-tracking branch 'karlp/no_examples_doxygen'
2012-06-27 13:58:50 -07:00
Karl Palsson
26d0512903 Don't include examples in doxygen output.
There's no point, and it makes everything bigger and slower
2012-06-12 20:58:46 +00:00
Ken Sarkies
06620040aa Header files for Doxygen group structure, layout changes to headings, example markup in stm32f1/ rcc 2012-05-28 21:38:55 +09:30
chrysn
f52b1a56b0 make doxygen ignore __attribute__
doxygen doesn't understand __attribute__ and constructs bogus call
graphs and dependencies from it.

according to the doxygen maintainer[1], this is the way to deal with it.

[1] http://sourceforge.net/mailarchive/message.php?msg_id=20085215
2012-02-27 14:14:22 +01:00
chrysn
91732cbb9e make doxygen ignore .d files
.d files are created to track Makefile dependencies and don't contain
real code
2012-02-26 03:49:06 +01:00
Uwe Hermann
ef908e0725 Doxyfile: Configure for libopencm3 needs. 2011-11-11 21:23:26 +01:00
Uwe Hermann
9a2dacd3b4 Add auto-generated Doxygen config file. 2011-11-11 21:04:20 +01:00