Tagged Questions
32
votes
2answers
594 views
When or why should I use %% as opposed to %?
I've noticed that many (all?) style and class files have "documentation blocks" with a double comment character at the beginning of the line,
%% like so
instead of the usual style of comments,
% ...