compiler
compiler copied to clipboard
`#pragma option -r` doesn't work.
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:
- Compiler version:
- Command line arguments provided (or sampctl version):
- Operating System:
This issue has been automatically marked as stale because it has not had recent activity.