andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
http://www.andybrown.me.uk
Other
745 stars 224 forks source link

Fix executable flag on text files #158

Closed hellow554 closed 8 years ago

hellow554 commented 8 years ago

This bugs me a lot, when dealing with stm32, because my shell highlights them as executable and that can become confusing (I think, when you are using a graphical filemanager, this will get even worse, because it will ask you to execute the file, instead of editing it)

Also add a magic line/shebang to the doxyfile, so you can create the documentation just by entering

./Doxyfile

when you are in the lib folder.

andysworkshop commented 8 years ago

Just call me a careless Windows developer... I really should spend more time in my Linux VMs.