diff --git a/doc/templates.md b/doc/templates.md index 19def09fb..d7c91e745 100644 --- a/doc/templates.md +++ b/doc/templates.md @@ -30,7 +30,7 @@ They are broadly split along the classes that are generated for each datatype or | `[Mutable]Object.{h,cc}.jinja2` | The user facing interfaces for each datatype (living in the user layer) | `[/][Mutable].h`, `src/[Mutable].cc` | | `Collection.{h,cc}.jinja2` | The user facing collection interface (living in the user layer) | `[/]Collection.h`, `src/Collection.cc` | | `CollectionData.{h,cc}.jinja2` | The classes managing the collection storage (not user facing!) | `[/]CollectionData.h`, `src/CollectionData.cc` | -| `DictLinkDef.h.jinja2` | The `LinkDef.h` file that is necessary for generating a root dictionary for the generated datamodel | `[/]LinkDef.h` | +| `DictLinkDef.h.jinja2` | The `LinkDef.h` file that is necessary for generating a root dictionary for the generated datamodel | `src/LinkDef.h` | | `SIOBlock.{h,cc}.jinja2` | The SIO blocks that are necessary for the SIO backend | `[/]SIOBlock.h`, `src/SIOBlock.cc` | The presence of a `[]` subdirectory for the header files is controlled by the `includeSubfolder` option in the yaml definition file.