From b282f9cdda91144c2b6663c2ce661f0aad4bbb0f Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Wed, 9 Jun 2021 09:37:17 -0400 Subject: [PATCH] Fix #1069, add detail design template This file indicates which input dirs to use for the cFE detail design document. It should be controlled with OSAL, as this knows the detail of the directory tree. --- doc/osal-detaildesign.doxyfile.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/osal-detaildesign.doxyfile.in diff --git a/doc/osal-detaildesign.doxyfile.in b/doc/osal-detaildesign.doxyfile.in new file mode 100644 index 000000000..5eaf80d47 --- /dev/null +++ b/doc/osal-detaildesign.doxyfile.in @@ -0,0 +1,7 @@ +# All of the OSAL FSW code relevant for a detail design document is under +# src/os and src/bsp, everything else is test and examples/support +# Note this will include ALL OS/BSP layers, it does not currently filter +# based on which OS/BSP is actually in use. +INPUT += @osal_MISSION_DIR@/src/os +INPUT += @osal_MISSION_DIR@/src/bsp +