sontungexpt / ldoc-css-styles

Generate style for ldoc generate document for lua language (dark mode)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ldoc css stylings

The style for ldoc css generation

Requirements

Recommend

Use with ldoc-custom command instead of ldoc command ofcourse. It just a extension of ldoc command with this style

Preview

preview1 preview2 preview3

Instllation

git clone https://github.com/sontungexpt/ldoc-css-styles.git && cd ldoc-css-styles

# If you want to use ldoc-custom command to generate css
# If you use ldoc-custom instead of ldoc, you can fix some bugs about html generation of ldoc
# It may be need sudo
# If you don't want to use ldoc-custom, you can skip two lines below
cp ldoc-custom /usr/bin/
ldoc-custom -h # to see help


# if you use ldoc-custom, you may not need to use this command because ldoc-custom will do it for you
cp ldoc.css your-project-path

Contributions

If you find any issues with this configuration or would like to contribute, please feel free to submit a pull request or open an issue.

License

This configuration is released under the GNU GENERAL PUBLIC LICENSE.

About

Generate style for ldoc generate document for lua language (dark mode)

License:GNU General Public License v3.0


Languages

Language:HTML 75.5%Language:CSS 24.5%