libyang REFACTOR printer -> in, parser -> out
diff --git a/src/libyang.h b/src/libyang.h
index a5570e6..6cc4a15 100644
--- a/src/libyang.h
+++ b/src/libyang.h
@@ -24,11 +24,11 @@
 #include "context.h"
 #include "dict.h"
 #include "log.h"
-#include "parser.h"
+#include "in.h"
 #include "parser_data.h"
 #include "parser_schema.h"
 #include "plugins_types.h"
-#include "printer.h"
+#include "out.h"
 #include "printer_data.h"
 #include "printer_schema.h"
 #include "set.h"
@@ -91,8 +91,8 @@
  * - @subpage howtoLogger
  * - @subpage howtoThreads
  * - @subpage howtoContext
- * - @subpage howtoParsers
- * - @subpage howtoPrinters
+ * - @subpage howtoInput
+ * - @subpage howtoOutput
  * - @subpage howtoSchema
  * - @subpage howtoData
  * - @subpage howtoXPath