You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current nim doc has very anemic support for any kind of metadata annotations (i.e. there is no support at all), but ideally I want to use haxdoc as a "recommended" documentation generator for wrappers, so it is not problematic.
Most C and C++ libraries use Doxygen, qdoc, mandoc or texinfo for documentation. Right now, I have wrappers for Doxygen XML parsers (dox_compound and dox_index) and somewhat broken wrappers for mandoc format.
An earlier version of qdoc could output XML, but this feature has been removed. There seems to be an available API for working with qdoc AST, though, which makes things noticeably simpler.
Current
nim doc
has very anemic support for any kind of metadata annotations (i.e. there is no support at all), but ideally I want to use haxdoc as a "recommended" documentation generator for wrappers, so it is not problematic.Most C and C++ libraries use Doxygen, qdoc, mandoc or texinfo for documentation. Right now, I have wrappers for Doxygen XML parsers (dox_compound and dox_index) and somewhat broken wrappers for mandoc format.
An earlier version of qdoc could output XML, but this feature has been removed. There seems to be an available API for working with qdoc AST, though, which makes things noticeably simpler.
Texinfo also has something resembling an API.
Related - haxscramper/haxdoc#6 and haxscramper/haxdoc#5
The text was updated successfully, but these errors were encountered: