Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@ Open the newly created `bin/moonscript.lua`, and within it make the following ch

The file is now ready for use, to be placed in `automation/include` within the Aegisub repo.

## Running Doxygen

You can run Doxygen with the following command:

```bash
doxygen docs/doxygen.cfg
```

This will generate API documentation in `docs/generated/api/html/`.

## License

All files in this repository are licensed under various GPL-compatible BSD-style licenses; see LICENCE and the individual source files for more information.
Expand Down
Loading
Loading