diff --git a/ProjectOut.cmake b/ProjectOut.cmake
index c70523a..4278c12 100644
--- a/ProjectOut.cmake
+++ b/ProjectOut.cmake
@@ -5,6 +5,11 @@
 # of this license document, but changing it is not allowed.
 #
 
+#
+# This module configure pathes of the targets.
+# If you include this method befor adding targets then tahen all targets of subproject reconfigured for root project when this vile has been invoked.
+#
+
 if(DEFINED PROJECT_OUT_SUPPORT)
   return()
 else()
diff --git a/QuasarAppCITargets.cmake b/QuasarAppCITargets.cmake
index a6141a9..dfd2ee6 100644
--- a/QuasarAppCITargets.cmake
+++ b/QuasarAppCITargets.cmake
@@ -8,6 +8,9 @@
 
 # This module implementation next cmake cunctions :
 #
+# This library contains 2 methods type it is Addd methods and Init Methods
+# All inits method must be invoked befor adds methods. If you change order then some add method will be ignored.
+
 #
 # ***Testing***
 # addTestsArg( name testExec arg ) // name target for test utiliry of your application