summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-07-12 01:20:41 +0200
committerAndrey Andreev <narf@devilix.net>2014-07-12 01:20:41 +0200
commit45cf68c43f782e33173f8ad2e932dc929a0cd340 (patch)
tree80d8297adc08b870aeacf216bd4d90ce9b3d99a2 /user_guide_src/source/general
parented86ee14f3a36de1034b8fa19ff6d41aeb428a93 (diff)
[ci skip] Add a note about CI_Driver (issue #3140)
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/creating_drivers.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/user_guide_src/source/general/creating_drivers.rst b/user_guide_src/source/general/creating_drivers.rst
index cf4ea5d7f..63ac83902 100644
--- a/user_guide_src/source/general/creating_drivers.rst
+++ b/user_guide_src/source/general/creating_drivers.rst
@@ -18,4 +18,8 @@ Sample driver directory and file structure layout:
.. note:: In order to maintain compatibility on case-sensitive
file systems, the Driver_name directory must be
- named in the format returned by ``ucfirst()``. \ No newline at end of file
+ named in the format returned by ``ucfirst()``.
+
+.. note:: The Driver library's architecture is such that
+ the subclasses don't extend and therefore don't inherit
+ properties or methods of the main driver. \ No newline at end of file