#!/bin/sh
#############################################################################
# This script is used to generate documentation for Timer using Doxygen
# You have to install Doxygen. 
# It is a free software available at 
# http://www.stack.nl/~dimitri/doxygen/download.html
# If you want to enable the Graph, you need to install the DOT tool
# DOT tool can be found at http://www.graphviz.org/
#############################################################################

# modify the path to your doxygen 
path=/usr/bin
$path/doxygen Timer_DoxyConfig 
