When I was learning C++ using JetBrains CLion IDE, I noticed there are comments in the code that looks different from Ctrl + / comments. Those comments have a pen and book gutter icon (documentation).
These only appear if I select "add onboarding tips" while creating a new project. And I can add tips by using // TIP in the beginning of the comment. But I can't replicate this in other project where I did not select the "onboarding tips". Also, I could not replicate this in the same project with enabled "onboarding tips" in separate C++ source files. I have done some research but no luck.
Example images:


// TIP See CLion help at \<a
// href="https://www.jetbrains.com/help/clion/"\>jetbrains.com/help/clion/\</a\>.
// Also, you can try interactive lessons for CLion by selecting
// 'Help | Learn IDE Features' from the main menu.