Skip to content

Commit 989ef98

Browse files
committed
Update API Reference docs and settings
1 parent 1f27ea1 commit 989ef98

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
# Generated doc folders
5454
/docs/html
55+
/com.unity.ml-agents/Documentation~/html
5556

5657
# Mac hidden files
5758
*.DS_Store

com.unity.ml-agents/Documentation~/API-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Our developer-facing C# classes have been documented to be compatible with
44
Doxygen for auto-generating HTML documentation.
55

66
To generate the API reference, download Doxygen and run the following command
7-
within the `docs/` directory:
7+
within the `Documentation~/` directory:
88

99
```sh
1010
doxygen dox-ml-agents.conf

com.unity.ml-agents/Documentation~/dox-ml-agents.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ WARN_LOGFILE =
783783
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
784784
# Note: If this tag is empty the current directory is searched.
785785

786-
INPUT = ../com.unity.ml-agents/Runtime/
786+
INPUT = ../Runtime/
787787

788788
# This tag can be used to specify the character encoding of the source files
789789
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)