diff --git a/sys/include/net/ng_rpl/structs.h b/sys/include/net/ng_rpl/structs.h
index 4e601c3359..134bfcb0a6 100644
--- a/sys/include/net/ng_rpl/structs.h
+++ b/sys/include/net/ng_rpl/structs.h
@@ -33,7 +33,7 @@ extern "C" {
/**
* @brief RPL-Option Generic Format
* @see
- * RPL Control Message Option Generic Format
+ * RFC6550, section 6.7.1, RPL Control Message Option Generic Format
*
*/
typedef struct __attribute__((packed)) {
@@ -44,7 +44,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief DIO Base Object
* @see
- * Format of the DIO Base Object
+ * RFC6550, section 6.3.1, Format of the DIO Base Object
*
*/
typedef struct __attribute__((packed)) {
@@ -61,7 +61,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief DODAG Configuration Option
* @see
- * DODAG Configuration
+ * RFC6550, section 6.7.6, DODAG Configuration
*
*/
typedef struct __attribute__((packed)) {
@@ -82,7 +82,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief DODAG Information Solicitation
* @see
- * DODAG Information Solicitation
+ * RFC6550, section 6.2, DODAG Information Solicitation
*
*/
typedef struct __attribute__((packed)) {
@@ -93,7 +93,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief Destination Advertisement Object
* @see
- * Destination Advertisement Object
+ * RFC6550, section 6.4, Destination Advertisement Object
*
*/
typedef struct __attribute__((packed)) {
@@ -107,7 +107,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief Destination Advertisement Object Acknowledgement
* @see
- * Destination Advertisement Object Acknowledgement
+ * RFC6550, section 6.5, Destination Advertisement Object Acknowledgement
*
*/
typedef struct __attribute__((packed)) {
@@ -121,7 +121,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief Target Option
* @see
- * RPL Target
+ * RFC6550, section 6.7.7, RPL Target
*
*/
typedef struct __attribute__((packed)) {
@@ -135,7 +135,7 @@ typedef struct __attribute__((packed)) {
/**
* @brief Transit Option
* @see
- * Transit Information
+ * RFC6550, section 6.7.8, Transit Information
*
*/
typedef struct __attribute__((packed)) {