libopencm3/doc
Piotr Esden-Tempski 204eb047b4 Merging pull request #72 Doc
Merge remote-tracking branch 'ksarkies/doc'

Conflicts:
	doc/stm32f1/Doxyfile
	doc/stm32f2/Doxyfile
	doc/stm32f4/Doxyfile
	lib/stm32/f1/Makefile
	lib/stm32/f2/Makefile
	lib/stm32/f4/Makefile
2013-01-09 01:05:37 -08:00
..
cm3 doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
efm32g doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
efm32gg doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
efm32lg doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
efm32tg doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
lm3s doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
lm4f doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
lpc13xx doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
lpc17xx doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
lpc43xx doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
stm32f1 Merging pull request #72 Doc 2013-01-09 01:05:37 -08:00
stm32f2 Merging pull request #72 Doc 2013-01-09 01:05:37 -08:00
stm32f4 Merging pull request #72 Doc 2013-01-09 01:05:37 -08:00
stm32l1 STM32: Moved SPI code into the common area. 2013-01-08 19:48:52 +10:30
Doxyfile doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
Doxyfile_common Documentation updates 2012-11-12 21:44:52 +10:30
DoxygenLayout.xml doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
HACKING Documentation updates 2012-11-12 21:44:52 +10:30
Makefile doc: Include LM4F files when creating documentation 2013-01-01 17:52:43 -06:00
README Documentation updates 2012-11-12 21:44:52 +10:30

README

libopencm3 Documentation
14 September 2012 (C) K Sarkies
-------------------------------

To generate all documentation run 'make doc' in the doc directory, or
for html documentation only run 'make html' (much faster). This runs doxygen
for each of the processor families then integrates the whole.

Alternatively run 'make doc' in the top directory to make html documentation.
LaTeX and pdf documentation is currently very large in size.

This requires doxygen v 1.8.2 or later.

HTML, LaTeX, and pdf output can be produced.

Generation of HTML
------------------

To view HTML, point a browser to libopencm3/doc/html/index.html.

Generation of PDF
-----------------

The pdf is generated via LaTeX. The pdf files are placed in the
doc directory. Each file contains all documentation for the core and common
features. The resulting files are huge.