GITLAB

CDPP / AMDA_Integration

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
frames-transformation
  • AMDA_Integration
  • script
  • generate_doc.sh
  • 22521f1c   First commit Browse Code »
    Benjamin Renard
    10 years ago  
generate_doc.sh 139 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/bash

PWD=`pwd`

SRC_DIR=${PWD}/../src
DOC_DIR=${PWD}/../doc

CONFIG_FILE=${DOC_DIR}/Doxyfile

cd ${SRC_DIR}

doxygen ${CONFIG_FILE}