Skip to content

Instantly share code, notes, and snippets.

View tnntwister's full-sized avatar

François-Xavier Guillois tnntwister

View GitHub Profile
@tnntwister
tnntwister / generate_docs.sh
Last active April 10, 2024 21:19
generate php docs
#!/bin/bash
# before :
# 1. You can download the latest PHAR file from https://phpdoc.org/phpDocumentor.phar
# 2. chmod +x phpDocumentor.phar
# 3. mv phpDocumentor.phar /usr/local/bin/phpDocumentor
# 4. sudo apt install pandoc
# Définition des chemins
OUTPUT_DIR_HTML="docs/html" # Répertoire de sortie pour HTML