Skip to content

Tags: exb/css-docs-generator

Tags

v2.0.0

Toggle v2.0.0's commit message
feat: splitted generateDocs and changed the output

Splitted the `generateDocs` function in `extract` and `organise`
functions.
The `extract` function extracts comments from the code and it cleans
them up.
The `organise` function returns all the sections and the names of the
root sections. Every returned section has a `subsections` property which
lists the names of the subsections.

BREAKING CHANGE

v1.0.2

Toggle v1.0.2's commit message
chore(package): updated package version to 1.0.2

v1.0.1

Toggle v1.0.1's commit message
chore(package): added to scripts

v1.0.0

Toggle v1.0.0's commit message
feat(generator): added generateDocs function

Added `generateDocs` function which gets in input the source code and returns the documentation based on the comments in the code.