From 4cfc9e15083368629d9075d2e6e7634afca6931d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Mon, 22 Jan 2024 16:20:02 +0100 Subject: [PATCH] refactor: add read-only comments for RStudio IDE --- R/aaa-auto.R | 1 + src/rinterface.c | 1 + tools/stimulus/aaa-auto.R.in | 1 + tools/stimulus/rinterface.c.in | 1 + 4 files changed, 4 insertions(+) diff --git a/R/aaa-auto.R b/R/aaa-auto.R index 0a7e09bd21..e6c01f42d0 100644 --- a/R/aaa-auto.R +++ b/R/aaa-auto.R @@ -1,3 +1,4 @@ +# Generated by make -f Makefile-cigraph, do not edit by hand # styler: off copy_impl <- function(from) { diff --git a/src/rinterface.c b/src/rinterface.c index 9e710563ca..de81ab6a47 100644 --- a/src/rinterface.c +++ b/src/rinterface.c @@ -1,3 +1,4 @@ +/* Generated by make -f Makefile-cigraph, do not edit by hand */ /* -*- mode: C -*- */ /* IGraph library R interface. diff --git a/tools/stimulus/aaa-auto.R.in b/tools/stimulus/aaa-auto.R.in index 9dc5057cbe..54078b2cee 100644 --- a/tools/stimulus/aaa-auto.R.in +++ b/tools/stimulus/aaa-auto.R.in @@ -1,2 +1,3 @@ +# Generated by make -f Makefile-cigraph, do not edit by hand # styler: off diff --git a/tools/stimulus/rinterface.c.in b/tools/stimulus/rinterface.c.in index 23b95e3480..10ef58c334 100644 --- a/tools/stimulus/rinterface.c.in +++ b/tools/stimulus/rinterface.c.in @@ -1,3 +1,4 @@ +/* Generated by make -f Makefile-cigraph, do not edit by hand */ /* -*- mode: C -*- */ /* IGraph library R interface.