Commit e0099a36 authored by Pavel Vainerman's avatar Pavel Vainerman

minor fixes in docs

parent 7fedff44
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Name: libuniset Name: libuniset
Version: 0.97 Version: 0.97
Release: eter50 Release: eter51
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
License: GPL License: GPL
Group: Development/C++ Group: Development/C++
......
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
, : , :
\code \code
if (unideb.debugging(Debug::INFO)) { if (unideb.debugging(Debug::INFO)) {
unideb << "...debug output...\n"; unideb << "...debug output..." << endl;
} }
\endcode \endcode
......
/*! \page ObjectsMapPage /* OBSOLETE DOC!!!
\page ObjectsMapPage
- \ref OMAP_secCommon - \ref OMAP_secCommon
- \ref OMAP_secStatic - \ref OMAP_secStatic
...@@ -230,7 +231,7 @@ const UniSetTypes::ObjectInfo ObjectsMap[MAX_NUMOBJECTS] = ...@@ -230,7 +231,7 @@ const UniSetTypes::ObjectInfo ObjectsMap[MAX_NUMOBJECTS] =
: :
\code \code
\#include "ObjectysMap.h" \#include "ObjectsMap.h"
... ...
// testControlProcess // testControlProcess
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment