doc: remove @page directions
readthedocs build does not include these.
This commit is contained in:
committed by
Andrew Johnson
parent
c52800fd4a
commit
d724461f1c
@@ -6,13 +6,6 @@
|
||||
* in file LICENSE that is included with this distribution.
|
||||
\*************************************************************************/
|
||||
|
||||
/** @file dbUnitTest.h
|
||||
* @brief Helpers for unittests of process database
|
||||
* @author Michael Davidsaver, Ralph Lange
|
||||
*
|
||||
* @see @ref dbunittest
|
||||
*/
|
||||
|
||||
#ifndef EPICSUNITTESTDB_H
|
||||
#define EPICSUNITTESTDB_H
|
||||
|
||||
@@ -204,7 +197,11 @@ DBCORE_API void testGlobalUnlock(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
/** @page dbunittest Unit testing of record processing
|
||||
/** @file dbUnitTest.h
|
||||
* @brief Helpers for unittests of process database
|
||||
* @author Michael Davidsaver, Ralph Lange
|
||||
*
|
||||
* @section dbunittest Unit testing of record processing
|
||||
*
|
||||
* @see @ref epicsUnitTest.h
|
||||
*
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
* in file LICENSE that is included with this distribution.
|
||||
\*************************************************************************/
|
||||
|
||||
/** @page inithooks IOC lifecycle callback hooks.
|
||||
/** @file initHooks.h
|
||||
*
|
||||
* @section inithooks IOC lifecycle callback hooks.
|
||||
*
|
||||
* initHookRegister() allows external code to be called at certains points (initHookState)
|
||||
* during IOC startup and shutdown.
|
||||
|
||||
Reference in New Issue
Block a user