From 2e2a756eda7ac7e9f22df96060ae2b493ddb3e16 Mon Sep 17 00:00:00 2001
From: Nadeem <nadeem.shehzad@desy.de>
Date: Tue, 3 Mar 2020 12:17:33 +0100
Subject: [PATCH] removed explanation for NDRegister.

---
 doc/exceptionHandlingDesign.dox | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/exceptionHandlingDesign.dox b/doc/exceptionHandlingDesign.dox
index 6e2e8e52..d35a47e1 100644
--- a/doc/exceptionHandlingDesign.dox
+++ b/doc/exceptionHandlingDesign.dox
@@ -23,10 +23,10 @@ Once in error state, set the DataValidity flag for that module to faulty and pro
 - i. Write should not block in case of an exception for of ThreadedFanOut / TriggerFanOut.
 - j. Application Module should provide a writeDespiteError function so that even in case of exception write should return. [TBD: name]
 
-<b> Definitions </b>
-- ChimeraTK::NDRegisterAccessor is used to access the device variables inside class Application.
-- writeAfterOpen is a list of TransferElements used for initial value propogation.
-- writeAfterRecovery is a list of TransferElements used after recovery.
+<b>1.1. Definitions </b>
+- a. writeAfterOpen is a list of TransferElements used for initial value propogation.
+- b. writeAfterRecovery is a list of TransferElements used after recovery.
+
 
 <b>2. The Flow</b>
 
-- 
GitLab