chore: unify include guards to #pragma once#975
Conversation
There was a problem hiding this comment.
Hey,
I think you forgot to remove the #endif of the "Classes and Headers" topic in the Markdown files below:
concepts/headers/introduction.dm
exercises/concept/doctor-data/.docs/introduction.md
Otherwise looks good!
Thanks, good catch! Looking at those files again, I realized I actually should not have changed those at all, since they introduce the different ways of using include guards. This also made me look at more md files and I realized there are quite a few more that used a different style of include guards also. I now reverted the changes to those that should include both styles and included changes to the other markdown files. |
marcelweikum
left a comment
There was a problem hiding this comment.
Looks good to me! 👍
Thanks for checking. We need to talk about the different styles in the syllabus, so these should stay. |
[no important files changed]
7b55201 to
a53414c
Compare
As discussed here.
[no important files changed]