Loading

Paste #pr34jzrsi

  1. diff --git a/Doxyfile b/Doxyfile
  2. index 5677118c54..99b5f14a08 100644
  3. --- a/Doxyfile
  4. +++ b/Doxyfile
  5. @@ -117,22 +117,20 @@ WARN_LOGFILE           =
  6.  #---------------------------------------------------------------------------
  7.  # Configuration options related to the input files
  8.  #---------------------------------------------------------------------------
  9. -INPUT                  = ./src/
  10. +INPUT                  = ./src/ doxygenmain.dox
  11.  INPUT_ENCODING         = UTF-8
  12.  FILE_PATTERNS          = *.c \
  13. -                         *.cc \
  14. -                         *.cxx \
  15.                           *.cpp \
  16. -                         *.c++ \
  17.                           *.h \
  18. -                         *.hpp
  19. +                         *.hpp \
  20. +                         *.dox
  21.  RECURSIVE              = YES
  22.  EXCLUDE                =
  23.  EXCLUDE_SYMLINKS       = NO
  24.  EXCLUDE_PATTERNS       = */3rdparty \
  25.                           */script/api
  26.  EXCLUDE_SYMBOLS        =
  27. -EXAMPLE_PATH           =
  28. +EXAMPLE_PATH           = .
  29.  EXAMPLE_PATTERNS       = *
  30.  EXAMPLE_RECURSIVE      = NO
  31.  IMAGE_PATH             = ./docs/
  32. diff --git a/doxygenmain.dox b/doxygenmain.dox
  33. new file mode 100644
  34. index 0000000000..d0ebaef78b
  35. --- /dev/null
  36. +++ b/doxygenmain.dox
  37. @@ -0,0 +1,9 @@
  38. +/** @mainpage
  39. +
  40. +@ref landscape_grid
  41. +
  42. +
  43. +@page landscape_grid Map Array Grid
  44. +@htmlinclude docs/landscape_grid.html
  45. +
  46. +*/
  47.  

Comments