mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-10-30 22:21:39 +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
 |