@b4n commented on this pull request.


In HACKING:

> @@ -658,7 +658,7 @@ https://github.com/universal-ctags/ctags
 
 Method
 ``````
-* Add foo.c to SRCS in Makefile.am and meson.build.
+* Add foo.c to SRCS in ctags/Makefile.am and meson.build.

It's in parsers inside ctags/Makefile.am

⬇️ Suggested change
-* Add foo.c to SRCS in ctags/Makefile.am and meson.build.
+* Add ctags/parsers/foo.c to ``parsers`` in ctags/Makefile.am and to the
+  ``ctags`` library in meson.build.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3641/review/1691481628@github.com>