A doxygen configuration that makes something that looks like a basix doxygen documentation. Might need some tuning. Script not tested but should work on
authorsaiam
Sat, 06 Dec 2008 22:36:38 +0000
changeset 232 59f014d22a38
parent 231 5085764e1dbb
child 233 ff4ecea83cf5
A doxygen configuration that makes something that looks like a basix doxygen documentation. Might need some tuning. Script not tested but should work on
Computing Centre computers.
doc/doxygen/doxygen.cfg
doc/doxygen/mkdoxyconf.sh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/doxygen/doxygen.cfg	Sat Dec 06 22:36:38 2008 +0000
@@ -0,0 +1,6 @@
+PROJECT_NAME = Kishna Glista
+OUTPUT_DIRECTORY = html
+WARNINGS = YES
+INPUT = ../../src
+FILE_PATTERNS = *.cc *.hh
+PERL_PATH = /usr/bi/perl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/doxygen/mkdoxyconf.sh	Sat Dec 06 22:36:38 2008 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+/p/contrib/bin/doxygen doxygen.cfg