doxygen configuration improved

This commit is contained in:
Uwe Rathmann 2020-12-11 15:19:57 +01:00
parent 3ec404385c
commit d5eadee8c5
3 changed files with 14 additions and 0 deletions

3
doc/doxyfilter.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
m4 qskdoc.m4 $1

2
doc/qskdoc.m4 Normal file
View File

@ -0,0 +1,2 @@
define(`QSK_SUBCONTROLS',`static const QskAspect::Subcontrol $@;')dnl
define(`QSK_STATES',`static const QskAspect::State $@;')dnl

9
doc/qskdoxygen.sh Executable file
View File

@ -0,0 +1,9 @@
#! /bin/sh
doxygen
find html -name 'class_*.html' -exec sed -i \
-e '/Detailed Description/d' \
-e '0,/Definition at line/{//d;}' \
-e 's/Inheritance diagram for .*://' \
{} \;