mmomtchev / node-gdal-async

Node.js bindings for GDAL (Geospatial Data Abstraction Library) with full async support
https://mmomtchev.github.io/node-gdal-async/
Apache License 2.0
133 stars 26 forks source link

webdoc documentation generator #31

Closed ShukantPal closed 2 years ago

ShukantPal commented 2 years ago

Hey there, given the long form of your documentation - webdoc may be better suited to your project :) I can help you move over. Example of webdoc: https://webdoc-labs.github.io/example-documentation/index.html, (customized) https://api.pixijs.io

mmomtchev commented 2 years ago

Doesn't seem to support C++? node-gdal-async uses a special plugin for documentation.js that has been developed for this project

ShukantPal commented 2 years ago

@mmomtchev It seems like documentation.js isn't parsing the C++ code and is just working off of the documentation comments. I can add that kind of support easily.

mmomtchev commented 2 years ago

I just finished a huge migration towards documentation.js which included writing a special plugin, I am really not inclined to invest anything into a new documentation system