USB2SPDIF/reference/airspy_dma/firmware-master/libopencm3/doc
jyzhiyu 1cb7b3927b Documents Reference
Signed-off-by: jyzhiyu <jyzhiyu@gmail.com>
2015-12-28 10:00:41 +08:00
..
cm3 Documents Reference 2015-12-28 10:00:41 +08:00
lpc43xx Documents Reference 2015-12-28 10:00:41 +08:00
Doxyfile Documents Reference 2015-12-28 10:00:41 +08:00
Doxyfile_common Documents Reference 2015-12-28 10:00:41 +08:00
DoxygenLayout.xml Documents Reference 2015-12-28 10:00:41 +08:00
HACKING Documents Reference 2015-12-28 10:00:41 +08:00
Makefile Documents Reference 2015-12-28 10:00:41 +08:00
README Documents Reference 2015-12-28 10:00:41 +08:00
index.html Documents Reference 2015-12-28 10:00:41 +08:00

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.