#!/bin/sh # Docs für Real Time Battle rm -rf ~/Desktop/RealTimeBattle-1.0.6-docs-kdoc/ find ~/Desktop/RealTimeBattle-1.0.6/include/ -name "*.h" > /tmp/RealTimeBattle-1.0.6-files find ~/Desktop/RealTimeBattle-1.0.6/src/ -name "*.cc" >> /tmp/RealTimeBattle-1.0.6-files kdoc --private --format html --html-cols 3 --strip-h-path --format check --name "Real Time Battle" --outputdir ~/Desktop/RealTimeBattle-1.0.6-docs-kdoc/ --stdin < /tmp/RealTimeBattle-1.0.6-files rm -f /tmp/RealTimeBattle-1.0.6-files # Docs für RTB-Team-Framework rm -rf ~/Desktop/RTB-Team-Framework-docs-kdoc/ find ~/realtimebattlecvs/sources/pre-alpha/uml-generated-skeleton-code -name "*.h" | kdoc --private --format html --html-cols 3 --strip-h-path --format check --name "RTB-Team-Framework" --outputdir ~/Desktop/RTB-Team-Framework-docs-kdoc/ --stdin # mögliche Parameter für KDOC um das Design zu erweitern # --html-css # --html-logo