<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>When we encounter comments saying refer @ref where is the reference at ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26368/when-we-encounter-comments-saying-refer-ref-where-is-the-reference-at</link><description>For example: /**&amp;lt; Value location, see @ref BLE_GATTS_VLOCS.*/ 
 And for the love of GOD I cannot find these references anywhere !! Help Please.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Oct 2017 11:13:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26368/when-we-encounter-comments-saying-refer-ref-where-is-the-reference-at" /><item><title>RE: When we encounter comments saying refer @ref where is the reference at ?</title><link>https://devzone.nordicsemi.com/thread/103764?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2017 11:13:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b25efdd5-615f-44ac-8672-459d08d100f3</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Those particular references are located in ble_gatts.h. A hint is found in the name (BLE_GATTS_), but it is not a given that it is like this in all cases. The way I typically look up references like this is to do a project vide search in all files for whatever the reference is. I suppose it can be confusing that BLE_GATTS_VLOCS seems to be written in plural while the actual define is singular BLE_GATTS_VLOC_something&lt;/p&gt;
&lt;p&gt;This is how it looks in Keil:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ref.PNG" alt="ref" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>