pawn-lang / compiler

Pawn compiler for SA-MP with bug fixes and new features - runs on Windows, Linux, macOS
Other
303 stars 70 forks source link

`#pragma option -r` doesn't work. #651

Open Y-Less opened 3 years ago

Y-Less commented 3 years ago

Issue description:

Trying to generate documentation from inside the script doesn't seem to work. -r can only be given on the command line.

Minimal complete verifiable example (MCVE):

#pragma option -r
#include <a_samp>

main()
{
    printf("hi");
}

Workspace Information:

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity.