Skip to content

Commit

Permalink
fix documentation bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Rian Quinn <“[email protected]”>
  • Loading branch information
Rian Quinn committed Apr 29, 2017
1 parent 60707de commit 33731d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions include/mainpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
///
/// @ref memory_manager_x64 <br>
/// @ref mem_pool
/// @ref unique_map_ptr_x64
/// @ref bfn::unique_map_ptr_x64
/// @ref page_table_entry_x64
/// @ref page_table_x64
/// @ref root_page_table_x64
Expand Down Expand Up @@ -268,12 +268,6 @@
///
/// @subsection Debugging
///
/// @ref bfinfo <br>
/// @ref bfdebug <br>
/// @ref bfwarning <br>
/// @ref bferror <br>
/// @ref bffatal <br>
/// @ref bfendl <br>
/// @ref debug_ring <br>
/// @ref serial_port_intel_x64 <br>
///
Expand Down
2 changes: 1 addition & 1 deletion tools/doxygen/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ WARN_LOGFILE = doxygen_warnings.txt
# spaces.
# Note: If this tag is empty the current directory is searched.

INPUT = ../bfcrt ../bfdrivers ../bfelf_loader ../bfm ../bfunwind ../bfvmm ../common ../include ../extended_apis ../hyperkernel
INPUT = ../bfdrivers ../bfelf_loader ../bfm ../bfunwind ../bfvmm ../common ../include

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

0 comments on commit 33731d4

Please sign in to comment.