X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Frtd%2Fdeveloper-guide.xfm;fp=doc%2Fsrc%2Frtd%2Fdeveloper-guide.xfm;h=ebde32a8b77358ead316754c9a4bf0469de1d424;hb=b7a4b52f73d51db6077d2c0b56be262c36f472f7;hp=3cf3bb89c5a5feaf05640aa7af6c199ea62dd7aa;hpb=392168d467d7949f391602f53f9fd62d2a64d12b;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/rtd/developer-guide.xfm b/doc/src/rtd/developer-guide.xfm index 3cf3bb8..ebde32a 100644 --- a/doc/src/rtd/developer-guide.xfm +++ b/doc/src/rtd/developer-guide.xfm @@ -78,7 +78,7 @@ module (e.g. rmr_nng.c) will directly include other RMR modules, rather than depending on referencing the internal functions during linking. While this is an infrequently used approach, it does mean that there are very few functions visible for the user application to reference, all of them having -the prefix &cw(rmr_,) while allowing internal functions to have shorter names +the prefix &cw(rmr&{esc}_,) while allowing internal functions to have shorter names while still being meaningful. &h2(Coding Style)