mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-11-04 08:31:37 +01: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
 |