Personal tools

Building library reference pages

From MCRL2

Jump to: navigation, search

The library reference pages are built nightly using Doxygen and then uploaded to the mCRL2 webserver. For this, a Bash script has been created that resides in the trunk/doc/doxy/ directory of the mCRL2 repository. It can generate the pages for both online and offline viewing. This page contains instructions for generating the pages for offline viewing on a local machine, which is convenient for developers when editing the pages. Please note however, that the offline pages will not have the same style (look and feel) as the online pages for technical reasons.

Requirements

For building the library reference pages, you will need to install the latest stable version (>= 1.5.6) of Doxygen.

Instructions

Note: This step is important! The following commands can only be executed from the trunk directory!
./doc/doxy/generate_libref_website.sh -i
This returns a list of available libraries with corresponding IDs.
./doc/doxy/generate_libref_website.sh -l 5
./build/doxy/[libname]/
where [libname] is a short name for the library for which reference pages were generated. This library contains a file index.html that you can open in any web browser.

Notes

./doc/doxy/generate_libref_website.sh -h
./doc/doxy/generate_libref_website.sh -l 2,4,6
This page was last modified on 26 September 2008, at 09:59. This page has been accessed 1,175 times.
Copyright © 2005-2010 Technische Universiteit Eindhoven.
Powered by MediaWiki