From d724461f1cba7b0a4c28647061496182e9a8841c Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 8 Jan 2026 14:49:33 -0800 Subject: [PATCH] doc: remove @page directions readthedocs build does not include these. --- modules/database/src/ioc/db/dbUnitTest.h | 13 +++++-------- modules/libcom/src/iocsh/initHooks.h | 4 +++- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/modules/database/src/ioc/db/dbUnitTest.h b/modules/database/src/ioc/db/dbUnitTest.h index 9f5fdae21..c1e4fcd89 100644 --- a/modules/database/src/ioc/db/dbUnitTest.h +++ b/modules/database/src/ioc/db/dbUnitTest.h @@ -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 * diff --git a/modules/libcom/src/iocsh/initHooks.h b/modules/libcom/src/iocsh/initHooks.h index 1373ca771..2febc0331 100644 --- a/modules/libcom/src/iocsh/initHooks.h +++ b/modules/libcom/src/iocsh/initHooks.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.