Skip to content

ECL Documentation generation from Java Doc style program comments

License

Notifications You must be signed in to change notification settings

hpcc-systems/ECLdoc

Repository files navigation

ECLDoc

Ecldoc is a tool for generating API Documentation for ECL Project based on their docstrings. The executable ecldoc is the main program that parses the sources and generate Documentation.

Requirements

  • You need Python3
  • Install pip3, setuptools
  • Install texlive-full
  • Install make

Get started

If you are on Windows, please make sure to follow windows guidelines too.

  • To install, cd to ECLDocGenerator/.
  • Run : sudo make install (if root permissions)
  • Else Run : make install (add default pip3 installation directory to $PATH env variable - most commonly $HOME/.local/bin)

Or you can install through pip:

  • pip3 install ecldoc

About

ECL Documentation generation from Java Doc style program comments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published