@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
32
32
# title of most generated pages and in a few other places.
33
33
# The default value is: My Project.
34
34
35
- PROJECT_NAME = "My Project "
35
+ PROJECT_NAME = "iText 7 7.1.8 API "
36
36
37
37
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
38
# could be handy for archiving the generated documentation or if some version
@@ -58,7 +58,7 @@ PROJECT_LOGO =
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY =
61
+ OUTPUT_DIRECTORY = ../doxydocs_itextcore
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
@@ -546,7 +546,7 @@ HIDE_FRIEND_COMPOUNDS = NO
546
546
# blocks will be appended to the function's detailed documentation block.
547
547
# The default value is: NO.
548
548
549
- HIDE_IN_BODY_DOCS = NO
549
+ HIDE_IN_BODY_DOCS = YES
550
550
551
551
# The INTERNAL_DOCS tag determines if documentation that is typed after a
552
552
# \internal command is included. If the tag is set to NO then the documentation
@@ -628,7 +628,7 @@ SORT_BRIEF_DOCS = NO
628
628
# detailed member documentation.
629
629
# The default value is: NO.
630
630
631
- SORT_MEMBERS_CTORS_1ST = NO
631
+ SORT_MEMBERS_CTORS_1ST = YES
632
632
633
633
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
634
634
# of group names into alphabetical order. If set to NO the group names will
@@ -661,26 +661,26 @@ STRICT_PROTO_MATCHING = NO
661
661
# list. This list is created by putting \todo commands in the documentation.
662
662
# The default value is: YES.
663
663
664
- GENERATE_TODOLIST = YES
664
+ GENERATE_TODOLIST = NO
665
665
666
666
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
667
667
# list. This list is created by putting \test commands in the documentation.
668
668
# The default value is: YES.
669
669
670
- GENERATE_TESTLIST = YES
670
+ GENERATE_TESTLIST = NO
671
671
672
672
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
673
673
# list. This list is created by putting \bug commands in the documentation.
674
674
# The default value is: YES.
675
675
676
- GENERATE_BUGLIST = YES
676
+ GENERATE_BUGLIST = NO
677
677
678
678
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
679
679
# the deprecated list. This list is created by putting \deprecated commands in
680
680
# the documentation.
681
681
# The default value is: YES.
682
682
683
- GENERATE_DEPRECATEDLIST= YES
683
+ GENERATE_DEPRECATEDLIST= NO
684
684
685
685
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
686
686
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
@@ -704,7 +704,7 @@ MAX_INITIALIZER_LINES = 30
704
704
# list will mention the files that were used to generate the documentation.
705
705
# The default value is: YES.
706
706
707
- SHOW_USED_FILES = YES
707
+ SHOW_USED_FILES = NO
708
708
709
709
# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
710
710
# will remove the Files entry from the Quick Index and from the Folder Tree View
@@ -829,7 +829,7 @@ WARN_LOGFILE =
829
829
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
830
830
# Note: If this tag is empty the current directory is searched.
831
831
832
- INPUT =
832
+ INPUT =
833
833
834
834
# This tag can be used to specify the character encoding of the source files
835
835
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -854,57 +854,13 @@ INPUT_ENCODING = UTF-8
854
854
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
855
855
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
856
856
857
- FILE_PATTERNS = *.c \
858
- *.cc \
859
- *.cxx \
860
- *.cpp \
861
- *.c++ \
862
- *.java \
863
- *.ii \
864
- *.ixx \
865
- *.ipp \
866
- *.i++ \
867
- *.inl \
868
- *.idl \
869
- *.ddl \
870
- *.odl \
871
- *.h \
872
- *.hh \
873
- *.hxx \
874
- *.hpp \
875
- *.h++ \
876
- *.cs \
877
- *.d \
878
- *.php \
879
- *.php4 \
880
- *.php5 \
881
- *.phtml \
882
- *.inc \
883
- *.m \
884
- *.markdown \
885
- *.md \
886
- *.mm \
887
- *.dox \
888
- *.py \
889
- *.pyw \
890
- *.f90 \
891
- *.f95 \
892
- *.f03 \
893
- *.f08 \
894
- *.f \
895
- *.for \
896
- *.tcl \
897
- *.vhd \
898
- *.vhdl \
899
- *.ucf \
900
- *.qsf \
901
- *.ice
857
+ FILE_PATTERNS = *.cs
902
858
903
859
# The RECURSIVE tag can be used to specify whether or not subdirectories should
904
860
# be searched for input files as well.
905
861
# The default value is: NO.
906
862
907
- RECURSIVE = NO
863
+ RECURSIVE = YES
908
864
909
865
# The EXCLUDE tag can be used to specify files and/or directories that should be
910
866
# excluded from the INPUT source files. This way you can easily exclude a
@@ -929,7 +885,16 @@ EXCLUDE_SYMLINKS = NO
929
885
# Note that the wildcards are matched against the file with absolute path, so to
930
886
# exclude all test directories for example use the pattern */test/*
931
887
932
- EXCLUDE_PATTERNS =
888
+ EXCLUDE_PATTERNS = */.git/* \
889
+ */bin/* \
890
+ */obj/* \
891
+ */itext.tests/* \
892
+ */itext.pdftest/* \
893
+ */bouncycastle/* \
894
+ */itext/itext.io/itext/io/util/zlib/* \
895
+ */KeyVersionAttribute.cs \
896
+ */TypographyVersionAttribute.cs \
897
+ */LayoutRect.cs
933
898
934
899
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
935
900
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -1539,7 +1504,7 @@ DISABLE_INDEX = NO
1539
1504
# The default value is: NO.
1540
1505
# This tag requires that the tag GENERATE_HTML is set to YES.
1541
1506
1542
- GENERATE_TREEVIEW = NO
1507
+ GENERATE_TREEVIEW = YES
1543
1508
1544
1509
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1545
1510
# doxygen will group on one line in the generated HTML documentation.
@@ -1727,7 +1692,7 @@ EXTRA_SEARCH_MAPPINGS =
1727
1692
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1728
1693
# The default value is: YES.
1729
1694
1730
- GENERATE_LATEX = YES
1695
+ GENERATE_LATEX = NO
1731
1696
1732
1697
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1733
1698
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
0 commit comments