The source code of Barrelfish is documented using Doxygen.

This article assumes you have run though the steps in Getting Started, up through generating a Makefile.

Requirements

Compiling

Change into the build directory of the Barrelfish source

cd barrelfish/build

and run

make doxygen

After the generation finished, open the following file in your favourite browser to access the documentation.

barrelfish/build/html/index.html

BarrelfishWiki: source_code_documentation (last edited 2011-08-03 20:16:07 by RaphaelFuchs)