0.1.3 • Published 2 years ago

prism-cpp-doxygen v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

prism-cpp-doxygen

Add doxygen comment highlight support to prism language-cpp.

Still working.

Usage:

<script src="https://cdn.jsdelivr.net/npm/prism-cpp-doxygen/prism-cpp-doxygen.min.js"></script>

Grammar:

<pre><code class="language-doxycpp">/** @brief xxx */
/*!
 * @param xxx uuu
 */
/// @return Null
//! \param value The original number.
int square(int value) { return value * value; }
</code></pre>

Screenshot:

npm.io

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago