Skip to content

Add doxygen comment highlight support to prismjs (cpp).

License

Notifications You must be signed in to change notification settings

immccn123/prism-cpp-doxygen

Repository files navigation

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:

About

Add doxygen comment highlight support to prismjs (cpp).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published