Skip to content

Commit 2f6b08f

Browse files
committed
fix some issues with doxygen
1 parent 4f06d93 commit 2f6b08f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ AUTOLINK_SUPPORT = YES
401401
# using \# or the \link or commands.
402402
# This tag requires that the tag AUTOLINK_SUPPORT is set to YES.
403403

404-
AUTOLINK_IGNORE_WORDS =
404+
AUTOLINK_IGNORE_WORDS = Nuke
405405

406406
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
407407
# to include (a tag file for) the STL sources as input, then you should set this

docs/Manual/ToolExtensions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Tool Extensions {#ToolExtensions}
22

3+
[TOC]
4+
35
## Tool Composition
46

57
Whenever the Nuke Tooling API gives you a Tool delegate it is a clean slate, meaning you need to provide it your arguments, environment variables, how one reacts to its output etc. With the intended usage once these parameters are given to the `Tool` delegate it immediately executes the tool it represents.
@@ -22,7 +24,7 @@ MyToolMode
2224
.WithSemanticLogging()("--arg value"); // excercise for the reader
2325
```
2426

25-
## `ToolEx`
27+
## ToolEx
2628

2729
A reimplementation of Nuke's `Tool` with extended features. All the tool composition features are also available for `ToolEx`.
2830

docs/Manual/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Name comes from Nuka Cola of the Fallout franchise.
1616

1717
Highlighted features:
1818

19-
* Automatically discovered build-plugins
20-
* Declarative folder-to-folder mapping (Folder composition)
21-
* Extensions for the `Tool` delegate
19+
* [Automatically discovered build-plugins](@ref BuildPlugins)
20+
* [Declarative folder-to-folder mapping (Folder composition)](@ref FolderComposition)
21+
* [Extensions for the `Tool` delegate](@ref ToolExtensions)
2222

2323
Use the sidebar to read further details about them.
2424

0 commit comments

Comments
 (0)