Dayvison

Results 4 issues of Dayvison

```c new idx, tests, checks, fails; Testing_Player(0, idx, tests, checks, fails); ``` ```c YSI_Core/y_testing/y_testing_entry.inc:629 (warning) symbol is never used: "p" YSI_Core/y_testing/y_testing_entry.inc:629 (warning) symbol is never used: "lastfail" YSI_Core/y_testing/y_testing_entry.inc:629 (warning) symbol...

- [x] Add `location` tag `` - [x] Fix `transition` tag - [ ] Escape special characters in documentation - [x] Fix enumerators documentation - [x] Fix constant documentation -...

state: stale

### Issue description: ### Minimal complete verifiable example (MCVE): ``` main() { // This work f(#AA); // This give the error, unknown directive f( #AA ); } f(const a[]) {}...

area: pre-processor
state: discuss

Its possible add params to trace functions? If yes is a good enchantment -Sorry bad english, if you not understand a example should be like this: ``` [trace] native IsPlayerConnected...