smart comments
Posted: Wed Jan 28, 2015 11:48 pm
It would be most cool if Codelite could interpret URLs within traditional C comments:
I often find myself documenting my code with such references and I have seen others doing the same thing.
It would be even more cool if such comments could be regular HTML so that images, diagrams etc. could be included.
Here we are in the 21st Century and our source code is still plain text. I want pictures!!
Code: Select all
/*
http://man7.org/linux/man-pages/man3/strstr.3.html
*/
It would be even more cool if such comments could be regular HTML so that images, diagrams etc. could be included.
Here we are in the 21st Century and our source code is still plain text. I want pictures!!