shithub: opus

Download patch

ref: 35d4fb78eafc6aa738919a8c4984744e1bcf52d9
parent: ee931fcd25f9d715e35d033cd96eedd90ed45e39
author: Ralph Giles <giles@mozilla.com>
date: Tue Sep 6 19:18:00 EDT 2011

Add initial Doxygen support for generating api documentation.

Doxygen is a tool for generating programming documentation
based on comments in header and source files. This commit
adds the necessary configuration file and associated support
in the autotools build.

Right now it doesn't generate much documentation because our
public header files aren't marked up. Warnings are printed
for undocumented members and arguments.