C++ Style Comments for Microsoft Word 2008?
- by user33559
Hello,
I would like to be able use some sort of C++ style commenting for Microsoft Word.
E.g. If I have
// line of text
the entire line should be a comment and should appear in a different colour.
Same goes for:
/*
text block
*/
I would want text block to be in a different colour than my main text.
Another feature that would be nice but not necessary for me to have is some sort of a way to quickly strip all the comments.
I have no idea how this could be done, if possible.
Any ideas?
Thanks.