Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/tcf/services/registers.py')
-rw-r--r--python/src/tcf/services/registers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/src/tcf/services/registers.py b/python/src/tcf/services/registers.py
index 4fabba5e0..99ab27c35 100644
--- a/python/src/tcf/services/registers.py
+++ b/python/src/tcf/services/registers.py
@@ -1,5 +1,5 @@
# *****************************************************************************
-# * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others.
+# * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others.
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
@@ -111,6 +111,8 @@ See |RegistersContext|
| | | overwritten - every write counts. |
+---------------------+--------------+----------------------------------------+
+.. _Tcf-Register-Role-Properties:
+
Register Role Properties
^^^^^^^^^^^^^^^^^^^^^^^^
All register roles are of type |basestring|.

Back to the top