doc: remove @page directions

readthedocs build does not include these.
This commit is contained in:
Michael Davidsaver
2026-01-08 14:49:33 -08:00
committed by Andrew Johnson
parent c52800fd4a
commit d724461f1c
2 changed files with 8 additions and 9 deletions

View File

@@ -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
*

View File

@@ -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.