|
|
|
|
|
by bxparks
1967 days ago
|
|
Took me a while to find the markup supported by hdoc:
https://hdoc.io/docs/features/api-docs/ "hdoc supports a small subset of Doxygen's commands. hdoc supports both the @ and \ conventions for commands, meaning you can use @brief or \brief interchangeably." As far as I can tell, it supports just 3 commands: @brief, @param, @returns. Any plans to support @tparam for template parameters? It's the one other doxygen command that I use frequently for C++ code. |
|