mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-14 19:16:32 +02:00
9 lines
169 B
Bash
9 lines
169 B
Bash
#!/bin/bash
|
|
|
|
apt-get update
|
|
apt-get -y install doxygen clang python3-pip
|
|
python -m pip install breathe recommonmark
|
|
pushd components/esp_modem/docs
|
|
./generate_docs
|
|
popd
|