Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation generation for in-engine display #115

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

alessandrofama
Copy link
Owner

To generate in-engine documentation for the Wwise integration classes:

  1. Run a Godot project with the Wwise integration from the command line, adding the --doctool parameter. This tool will generate XML files containing the classes from the engine, including those from the Wwise integration.

  2. Move the classes you want to include in the Wwise integration's in-engine documentation to addons/Wwise/native/doc_classes. Edit these XML files directly to add documentation for the classes.

  3. Rebuild the integration with the target set to editor. The documentation will now appear in the engine.

In this commit, documentation for the Wwise and Waapi singletons has been added.

To generate in-engine documentation for the Wwise integration classes:

1) Run a Godot project with the Wwise integration from the command line, adding the --doctool parameter. This tool will generate XML files containing the classes from the engine, including those from the Wwise integration.

2) Move the classes you want to include in the Wwise integration's in-engine documentation to addons/Wwise/native/doc_classes. Edit these XML files directly to add documentation for the classes.

3) Rebuild the integration with the target set to editor. The documentation will now appear in the engine.

In this commit, documentation for the Wwise and Waapi singletons has been added.
@alessandrofama alessandrofama merged commit f06f7d0 into main Nov 21, 2024
6 checks passed
alessandrofama added a commit that referenced this pull request Nov 21, 2024
To generate in-engine documentation for the Wwise integration classes:

1) Run a Godot project with the Wwise integration from the command line, adding the --doctool parameter. This tool will generate XML files containing the classes from the engine, including those from the Wwise integration.

2) Move the classes you want to include in the Wwise integration's in-engine documentation to addons/Wwise/native/doc_classes. Edit these XML files directly to add documentation for the classes.

3) Rebuild the integration with the target set to editor. The documentation will now appear in the engine.

In this commit, documentation for the Wwise and Waapi singletons has been added.
alessandrofama added a commit that referenced this pull request Nov 21, 2024
alessandrofama added a commit that referenced this pull request Nov 21, 2024
@alessandrofama alessandrofama deleted the in-engine-documentation branch November 21, 2024 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant