https://github.com/genn-team/genn
Raw File
Tip revision: bc623586e0d85e94e939700923c49a13347a65e3 authored by neworderofjamie on 12 January 2023, 14:02:14 UTC
fixed test
Tip revision: bc62358
makedoc.sh
#! /bin/bash
export GENN_PATH=$(dirname $(realpath "$0"))
(cat doxygen/genn-doxygen.conf  ; echo "PROJECT_NUMBER=`cat version.txt`") | doxygen -
back to top