# HG changeset patch # User Oleksandr Gavenko # Date 1288082751 -10800 # Node ID 85cabce94fdae4b6ecb1b7ff2a0eec722305bdbf # Parent 76016e0c69f9a9156cb54815b41b8c0d0fa8eba7 Simple workflow. diff -r 76016e0c69f9 -r 85cabce94fda doxygen.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doxygen.rst Tue Oct 26 11:45:51 2010 +0300 @@ -0,0 +1,18 @@ +-*- mode: outline; coding: utf-8 -*- + +* Doxygen simple workflow. + + $ cd $proj + $ doxygen -g $proj.cfg # generate basic config file + +Edit $proj.cfg. Some essential settings: + + PROJECT_NAME = my-proj + OUTPUT_DIRECTORY = my + OUTPUT_LANGUAGE = English + INPUT = my.h my.hpp dir/ + INPUT_ENCODING = UTF-8 + FILE_PATTERNS = + RECURSIVE = NO + GENERATE_HTML = YES +