Skip to content

Commit 33731d4

Browse files
author
Rian Quinn
committed
fix documentation bugs
Signed-off-by: Rian Quinn <“[email protected]”>
1 parent 60707de commit 33731d4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

include/mainpage.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
///
240240
/// @ref memory_manager_x64 <br>
241241
/// @ref mem_pool
242-
/// @ref unique_map_ptr_x64
242+
/// @ref bfn::unique_map_ptr_x64
243243
/// @ref page_table_entry_x64
244244
/// @ref page_table_x64
245245
/// @ref root_page_table_x64
@@ -268,12 +268,6 @@
268268
///
269269
/// @subsection Debugging
270270
///
271-
/// @ref bfinfo <br>
272-
/// @ref bfdebug <br>
273-
/// @ref bfwarning <br>
274-
/// @ref bferror <br>
275-
/// @ref bffatal <br>
276-
/// @ref bfendl <br>
277271
/// @ref debug_ring <br>
278272
/// @ref serial_port_intel_x64 <br>
279273
///

tools/doxygen/config.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ WARN_LOGFILE = doxygen_warnings.txt
733733
# spaces.
734734
# Note: If this tag is empty the current directory is searched.
735735

736-
INPUT = ../bfcrt ../bfdrivers ../bfelf_loader ../bfm ../bfunwind ../bfvmm ../common ../include ../extended_apis ../hyperkernel
736+
INPUT = ../bfdrivers ../bfelf_loader ../bfm ../bfunwind ../bfvmm ../common ../include
737737

738738
# This tag can be used to specify the character encoding of the source files
739739
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)