mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 07:28:16 +08:00
Improve the documentation.
This commit is contained in:

committed by
Arthur Sonzogni

parent
5c4cd1add1
commit
9820832fea
@@ -240,12 +240,6 @@ TAB_SIZE = 2
|
||||
|
||||
ALIASES =
|
||||
|
||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
||||
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
||||
# will allow you to use the command class in the itcl::class meaning.
|
||||
|
||||
TCL_SUBST =
|
||||
|
||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
||||
# only. Doxygen will then generate output that is more tailored for C. For
|
||||
# instance, some of the names that are used will be different. The list of all
|
||||
@@ -789,7 +783,6 @@ WARN_LOGFILE =
|
||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/../tutorial/
|
||||
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/../include/
|
||||
INPUT += @CMAKE_CURRENT_SOURCE_DIR@/../src/
|
||||
INPUT += @CMAKE_CURRENT_SOURCE_DIR@
|
||||
@@ -2175,12 +2168,6 @@ EXTERNAL_GROUPS = YES
|
||||
|
||||
EXTERNAL_PAGES = YES
|
||||
|
||||
# The PERL_PATH should be the absolute path and name of the perl script
|
||||
# interpreter (i.e. the result of 'which perl').
|
||||
# The default file (with absolute path) is: /usr/bin/perl.
|
||||
|
||||
PERL_PATH = /usr/bin/perl
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
#---------------------------------------------------------------------------
|
||||
@@ -2194,15 +2181,6 @@ PERL_PATH = /usr/bin/perl
|
||||
|
||||
CLASS_DIAGRAMS = YES
|
||||
|
||||
# You can define message sequence charts within doxygen comments using the \msc
|
||||
# command. Doxygen will then run the mscgen tool (see:
|
||||
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
|
||||
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
|
||||
# the mscgen tool resides. If left empty the tool is assumed to be found in the
|
||||
# default search path.
|
||||
|
||||
MSCGEN_PATH =
|
||||
|
||||
# You can include diagrams made with dia in doxygen documentation. Doxygen will
|
||||
# then run dia to produce the diagram and insert it in the documentation. The
|
||||
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
||||
|
@@ -1,43 +0,0 @@
|
||||
/// @example ./examples/util/print_key_press.cpp
|
||||
/// @example ./examples/dom/color_truecolor_HSV.cpp
|
||||
/// @example ./examples/dom/dbox.cpp
|
||||
/// @example ./examples/dom/separator.cpp
|
||||
/// @example ./examples/dom/style_color.cpp
|
||||
/// @example ./examples/dom/color_info_palette256.cpp
|
||||
/// @example ./examples/dom/color_truecolor_RGB.cpp
|
||||
/// @example ./examples/dom/paragraph.cpp
|
||||
/// @example ./examples/dom/style_blink.cpp
|
||||
/// @example ./examples/dom/style_dim.cpp
|
||||
/// @example ./examples/dom/style_inverted.cpp
|
||||
/// @example ./examples/dom/graph.cpp
|
||||
/// @example ./examples/dom/package_manager.cpp
|
||||
/// @example ./examples/dom/window.cpp
|
||||
/// @example ./examples/dom/html_like.cpp
|
||||
/// @example ./examples/dom/border.cpp
|
||||
/// @example ./examples/dom/style_underlined.cpp
|
||||
/// @example ./examples/dom/color_gallery.cpp
|
||||
/// @example ./examples/dom/gauge.cpp
|
||||
/// @example ./examples/dom/style_bold.cpp
|
||||
/// @example ./examples/dom/spinner.cpp
|
||||
/// @example ./examples/dom/style_gallery.cpp
|
||||
/// @example ./examples/dom/vbox_hbox.cpp
|
||||
/// @example ./examples/dom/size.cpp
|
||||
/// @example ./examples/dom/hflow.cpp
|
||||
/// @example ./examples/component/tab_vertical.cpp
|
||||
/// @example ./examples/component/gallery.cpp
|
||||
/// @example ./examples/component/checkbox.cpp
|
||||
/// @example ./examples/component/checkbox_in_frame.cpp
|
||||
/// @example ./examples/component/menu2.cpp
|
||||
/// @example ./examples/component/tab_horizontal.cpp
|
||||
/// @example ./examples/component/slider.cpp
|
||||
/// @example ./examples/component/slider_rgb.cpp
|
||||
/// @example ./examples/component/input.cpp
|
||||
/// @example ./examples/component/homescreen.cpp
|
||||
/// @example ./examples/component/radiobox.cpp
|
||||
/// @example ./examples/component/resizable_split.cpp
|
||||
/// @example ./examples/component/menu.cpp
|
||||
/// @example ./examples/component/menu_style.cpp
|
||||
/// @example ./examples/component/radiobox_in_frame.cpp
|
||||
/// @example ./examples/component/button.cpp
|
||||
/// @example ./examples/component/toggle.cpp
|
||||
/// @example ./examples/component/modal_dialog.cpp
|
Reference in New Issue
Block a user