This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://github.com/lwip-tcpip/lwip.git
synced
2024-11-05 08:28:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3266511ebb
lwip
/
doc
/
doxygen
/
generate.sh
4 lines
33 B
Bash
Raw
Normal View
History
Unescape
Escape
doxygen/generate.sh: Add shebang line This file had the x bit set. But executing it produced an error, since it was missing the "#!/bin/sh" line. This patch adds the "#!/bin/sh" line and makes generate.sh directly executable.
2016-11-23 21:46:22 +00:00
#!/bin/sh
Update doxygen file to work with recent doxygen versions
2016-05-23 18:16:20 +00:00
doxygen lwip.Doxyfile
Reference in New Issue
Copy Permalink