项目作者: tschettler

项目描述 :
A documentation converter: converts vsdoc comments to jsdoc comments.
高级语言: C#
项目地址: git://github.com/tschettler/vsdoc-converter.git
创建时间: 2016-10-22T04:01:20Z
项目社区:https://github.com/tschettler/vsdoc-converter

开源协议:MIT License

下载


vsdoc-converter

Converts vsdoc comments to jsdoc.

Synopsis

A library to parse VSDoc comments to JSDoc.

Code Example


VSDocConverter.exe [.js file path or directory]

Work in progress.

Motivation

I wrote this because I was unable to find a library that could fully convert VSDoc comments to JSDoc. Ultimately, I didn’t want to maintain two different sets of JavaScript documentation.

Installation

Build and execute.

API Reference

For now, the README will be the API reference.

Tests

Tests still under development.

Contributors

I’m happy to take pull requests, suggestions, and ideas.

License

This library is released under The MIT License (MIT).

TODO

  • Project rename
  • Split into multiple projects (API, Console)
  • Add unit tests
  • Consider changing convert to return a list of strings (handle comment formatting separately)
  • Split up FileParser