Skip to content

Commit

Permalink
Added missing configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Feb 18, 2024
1 parent 6f66577 commit 71bc411
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/TypePal/Configuration/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ The function `createLogicalLoc` gives complete freedom in the way such logical l
When a function is overloaded, measures have to be taken to create unique logical locations for each overloaded version of that function.
:::

#### roleNeedsLogicalLoc
```rascal
/* Configuration field */ set[IdRole] roleNeedsLogicalLoc = {};
```
The set `roleNeedsLogicalLoc` defines the IdRoles for which a logical location will be generated. Typically, these will be roles for names of high-level concepts such as modules, functions, data types and the like.

### Verbosity

The verbosity of TypePal can be controlled with several configurations settings.
Expand Down
Binary file modified doc/TypePal/Configuration/TypePalConfig.graffle
Binary file not shown.
Binary file modified doc/TypePal/Configuration/TypePalConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71bc411

Please sign in to comment.