Skip to content

Commit

Permalink
move dox file from src/xtd/include/doxygen folder into docs/doxygen/d…
Browse files Browse the repository at this point in the history
…oxygen
  • Loading branch information
gammasoft71 committed Aug 25, 2023
1 parent f9c1c9e commit 968256e
Show file tree
Hide file tree
Showing 30 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .codedocs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ IMAGE_PATH = docs/pictures
# INLINE_INHERITED_MEMB =
# INLINE_SIMPLE_STRUCTS =
# INLINE_SOURCES =
INPUT = src/xtd/include/doxygen \
INPUT = docs/doxygen/doxygen \
src/xtd/include/xtd \
src/xtd.core/include \
src/xtd.drawing/include \
Expand Down
2 changes: 1 addition & 1 deletion .doxygen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/docs/doxygen/doxygen-awesome-
HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/docs/doxygen/html_footer.html
HTML_HEADER = @CMAKE_CURRENT_SOURCE_DIR@/docs/doxygen/html_header.html
IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/docs/pictures
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/xtd/include/doxygen \
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/docs/doxygen/doxygen \
@CMAKE_CURRENT_SOURCE_DIR@/src/xtd/include/xtd \
@CMAKE_CURRENT_SOURCE_DIR@/src/xtd.core/include \
@CMAKE_CURRENT_SOURCE_DIR@/src/xtd.drawing/include \
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ HTML_EXTRA_STYLESHEET = ./docs/doxygen/doxygen-awesome-css/doxygen-awesome.css .
HTML_FOOTER = ./docs/doxygen/html_footer.html
HTML_HEADER = ./docs/doxygen/html_header.html
IMAGE_PATH = ./docs/pictures
INPUT = ./src/xtd/include/doxygen \
INPUT = ./docs/doxygen/doxygen \
./src/xtd/include/xtd \
./src/xtd.core/include \
./src/xtd.drawing/include \
Expand Down
21 changes: 21 additions & 0 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ include(../scripts/cmake/xtd_commands.cmake)
include(../scripts/cmake/xtd_version.cmake)

add_sources(
doxygen/doxygen/cmake_build_options_page.dox
doxygen/doxygen/cmake_commands_page.dox
doxygen/doxygen/colors_page.dox
doxygen/doxygen/containers_appearances_page.dox
doxygen/doxygen/controls_appearances_page.dox
doxygen/doxygen/countries_appearances_page.dox
doxygen/doxygen/cursors_appearances_page.dox
doxygen/doxygen/dialogs_appearances_page.dox
doxygen/doxygen/format_page.dox
doxygen/doxygen/forms_appearances_page.dox
doxygen/doxygen/groups.dox
doxygen/doxygen/images_appearances_page.dox
doxygen/doxygen/license_page.dox
doxygen/doxygen/main_page.dox
doxygen/doxygen/menus_ans_toolbars_appearances_page.dox
doxygen/doxygen/system_colors_page.dox
doxygen/doxygen/xtd_cmake_examples.dox
doxygen/doxygen/xtd_core_examples.dox
doxygen/doxygen/xtd_drawing_examples.dox
doxygen/doxygen/xtd_forms_examples.dox
doxygen/doxygen/xtd_tunit_examples.dox
README.md
abstract_class_design.md
abstract_factory.md
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/doxygen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ WARN_LOGFILE = ../../build/doxygen_warnings.txt
# Configuration options related to the input files
#---------------------------------------------------------------------------

INPUT = ../../src/xtd/include/doxygen \
INPUT = ../../docs/doxygen/doxygen \
../../src/xtd/include/xtd \
../../src/xtd.core/include \
../../src/xtd.drawing/include \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/doxygen/doxygen_developer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Specific developer guide configuration options
#---------------------------------------------------------------------------

INPUT = ../../src/xtd/include/doxygen_developer \
INPUT = ../../docs/doxygen/doxygen_developer \
../../src/xtd/include \
../../src/xtd.core.native/include \
../../src/xtd.core/include \
Expand Down
File renamed without changes.
21 changes: 0 additions & 21 deletions src/xtd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,6 @@ if (XTD_BUILD_LIBRARIES_XTD_FORMS AND XTD_BUILD_LIBRARIES_XTD_DRAWING AND XTD_BU
endif ()

add_sources(
include/doxygen/cmake_build_options_page.dox
include/doxygen/cmake_commands_page.dox
include/doxygen/colors_page.dox
include/doxygen/containers_appearances_page.dox
include/doxygen/controls_appearances_page.dox
include/doxygen/countries_appearances_page.dox
include/doxygen/cursors_appearances_page.dox
include/doxygen/dialogs_appearances_page.dox
include/doxygen/format_page.dox
include/doxygen/forms_appearances_page.dox
include/doxygen/groups.dox
include/doxygen/images_appearances_page.dox
include/doxygen/license_page.dox
include/doxygen/main_page.dox
include/doxygen/menus_ans_toolbars_appearances_page.dox
include/doxygen/system_colors_page.dox
include/doxygen/xtd_cmake_examples.dox
include/doxygen/xtd_core_examples.dox
include/doxygen/xtd_drawing_examples.dox
include/doxygen/xtd_forms_examples.dox
include/doxygen/xtd_tunit_examples.dox
include/xtd/xtd
include/xtd/xtd
include/xtd/xtd.h
Expand Down

0 comments on commit 968256e

Please sign in to comment.