We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22c0d3 commit b6714e9Copy full SHA for b6714e9
docs/page/langs/c++.md
@@ -9,3 +9,4 @@ You can customize variable `docstr-c++-style` for the following value.
9
## References
10
11
* [Doxygen](https://www.doxygen.nl/manual/docblocks.html)
12
+* [C++ Documentation Style](https://doc.qt.io/qt-5/qtwritingstyle-cpp.html)
docs/page/langs/c.md
@@ -4,6 +4,9 @@ You can customize variable `docstr-c-style` for the following value.
4
5
* `nil` - Respect to user's customization
6
7
+*Notice C is for down compatible, I would recommend you use `c++mode`
8
+instead of `c-mode`.*
+
* N/A
0 commit comments