compiler icon indicating copy to clipboard operation
compiler copied to clipboard

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

Open Y-Less opened this issue 3 years ago • 1 comments

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:

Y-Less avatar May 08 '21 10:05 Y-Less

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

stale[bot] avatar Jan 09 '22 03:01 stale[bot]