1- # Doxyfile 1.9.1
1+ # Doxyfile 1.8.20
22
33# This file describes the settings to be used by the documentation system
44# doxygen (www.doxygen.org) for a project.
@@ -38,20 +38,20 @@ PROJECT_NAME = "Ring Buffer module"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = V1 .0.1
41+ PROJECT_NUMBER = V2 .0.0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
4545# quick idea about the purpose of the project. Keep the description short.
4646
47- PROJECT_BRIEF = "General Embedded C Libraries "
47+ PROJECT_BRIEF = "General C libraries for embedded platform "
4848
4949# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050# in the documentation. The maximum height of the logo should not exceed 55
5151# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
5252# the logo to the output directory.
5353
54- PROJECT_LOGO =
54+ PROJECT_LOGO = C:/Users/zigam/Desktop/logo.png
5555
5656# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
5757# into which the generated documentation will be written. If a relative path is
@@ -323,10 +323,7 @@ OPTIMIZE_OUTPUT_SLICE = NO
323323# Note: For files without extension you can use no_extension as a placeholder.
324324#
325325# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
326- # the files are not read by doxygen. When specifying no_extension you should add
327- # * to the FILE_PATTERNS.
328- #
329- # Note see also the list of default file extension mappings.
326+ # the files are not read by doxygen.
330327
331328EXTENSION_MAPPING =
332329
@@ -536,13 +533,6 @@ EXTRACT_LOCAL_METHODS = NO
536533
537534EXTRACT_ANON_NSPACES = NO
538535
539- # If this flag is set to YES, the name of an unnamed parameter in a declaration
540- # will be determined by the corresponding definition. By default unnamed
541- # parameters remain unnamed in the output.
542- # The default value is: YES.
543-
544- RESOLVE_UNNAMED_PARAMS = YES
545-
546536# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
547537# undocumented members inside documented classes or files. If set to NO these
548538# members will be included in the various overviews, but no documentation
@@ -580,18 +570,11 @@ HIDE_IN_BODY_DOCS = NO
580570
581571INTERNAL_DOCS = NO
582572
583- # With the correct setting of option CASE_SENSE_NAMES doxygen will better be
584- # able to match the capabilities of the underlying filesystem. In case the
585- # filesystem is case sensitive (i.e. it supports files in the same directory
586- # whose names only differ in casing), the option must be set to YES to properly
587- # deal with such files in case they appear in the input. For filesystems that
588- # are not case sensitive the option should be be set to NO to properly deal with
589- # output files written for symbols that only differ in casing, such as for two
590- # classes, one named CLASS and the other named Class, and to also support
591- # references to files without having to specify the exact matching casing. On
592- # Windows (including Cygwin) and MacOS, users should typically set this option
593- # to NO, whereas on Linux or other Unix flavors it should typically be set to
594- # YES.
573+ # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
574+ # names in lower-case letters. If set to YES, upper-case letters are also
575+ # allowed. This is useful if you have classes or files whose names only differ
576+ # in case and if your file system supports case sensitive file names. Windows
577+ # (including Cygwin) and Mac users are advised to set this option to NO.
595578# The default value is: system dependent.
596579
597580CASE_SENSE_NAMES = NO
@@ -830,10 +813,7 @@ WARN_IF_DOC_ERROR = YES
830813WARN_NO_PARAMDOC = NO
831814
832815# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
833- # a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
834- # then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
835- # at the end of the doxygen process doxygen will return with a non-zero status.
836- # Possible values are: NO, YES and FAIL_ON_WARNINGS.
816+ # a warning is encountered.
837817# The default value is: NO.
838818
839819WARN_AS_ERROR = NO
@@ -869,8 +849,8 @@ INPUT = .
869849# This tag can be used to specify the character encoding of the source files
870850# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
871851# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
872- # documentation (see:
873- # https://www.gnu.org/software/libiconv/) for the list of possible encodings.
852+ # documentation (see: https://www.gnu.org/software/libiconv/) for the list of
853+ # possible encodings.
874854# The default value is: UTF-8.
875855
876856INPUT_ENCODING = UTF-8
@@ -883,15 +863,13 @@ INPUT_ENCODING = UTF-8
883863# need to set EXTENSION_MAPPING for the extension otherwise the files are not
884864# read by doxygen.
885865#
886- # Note the list of default checked file patterns might differ from the list of
887- # default file extension mappings.
888- #
889866# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
890867# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
891868# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
892869# *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment),
893- # *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd, *.vhdl,
894- # *.ucf, *.qsf and *.ice.
870+ # *.doc (to be provided as doxygen C comment), *.txt (to be provided as doxygen
871+ # C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd,
872+ # *.vhdl, *.ucf, *.qsf and *.ice.
895873
896874FILE_PATTERNS = *.c \
897875 *.h
@@ -1107,22 +1085,16 @@ USE_HTAGS = NO
11071085VERBATIM_HEADERS = YES
11081086
11091087# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1110- # clang parser (see:
1111- # http://clang.llvm.org/) for more accurate parsing at the cost of reduced
1112- # performance. This can be particularly helpful with template rich C++ code for
1113- # which doxygen's built-in parser lacks the necessary type information.
1088+ # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
1089+ # cost of reduced performance. This can be particularly helpful with template
1090+ # rich C++ code for which doxygen's built-in parser lacks the necessary type
1091+ # information.
11141092# Note: The availability of this option depends on whether or not doxygen was
11151093# generated with the -Duse_libclang=ON option for CMake.
11161094# The default value is: NO.
11171095
11181096CLANG_ASSISTED_PARSING = YES
11191097
1120- # If clang assisted parsing is enabled and the CLANG_ADD_INC_PATHS tag is set to
1121- # YES then doxygen will add the directory of each input to the include path.
1122- # The default value is: YES.
1123-
1124- CLANG_ADD_INC_PATHS = YES
1125-
11261098# If clang assisted parsing is enabled you can provide the compiler with command
11271099# line options that you would normally use when invoking the compiler. Note that
11281100# the include paths will already be set by doxygen for the files and directories
@@ -1136,7 +1108,7 @@ CLANG_OPTIONS =
11361108# file is the compilation database (see:
11371109# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
11381110# options used when the source files were built. This is equivalent to
1139- # specifying the -p option to a clang tool, such as clang-check. These options
1111+ # specifying the "-p" option to a clang tool, such as clang-check. These options
11401112# will then be passed to the parser. Any options specified with CLANG_OPTIONS
11411113# will be added as well.
11421114# Note: The availability of this option depends on whether or not doxygen was
@@ -1155,6 +1127,13 @@ CLANG_DATABASE_PATH =
11551127
11561128ALPHABETICAL_INDEX = NO
11571129
1130+ # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1131+ # which the alphabetical index list will be split.
1132+ # Minimum value: 1, maximum value: 20, default value: 5.
1133+ # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1134+
1135+ COLS_IN_ALPHA_INDEX = 5
1136+
11581137# In case all classes in a project start with a common prefix, all classes will
11591138# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
11601139# can be used to specify a prefix (or a list of prefixes) that should be ignored
@@ -1325,11 +1304,10 @@ HTML_INDEX_NUM_ENTRIES = 100
13251304
13261305# If the GENERATE_DOCSET tag is set to YES, additional index files will be
13271306# generated that can be used as input for Apple's Xcode 3 integrated development
1328- # environment (see:
1329- # https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To
1330- # create a documentation set, doxygen will generate a Makefile in the HTML
1331- # output directory. Running make will produce the docset in that directory and
1332- # running make install will install the docset in
1307+ # environment (see: https://developer.apple.com/xcode/), introduced with OSX
1308+ # 10.5 (Leopard). To create a documentation set, doxygen will generate a
1309+ # Makefile in the HTML output directory. Running make will produce the docset in
1310+ # that directory and running make install will install the docset in
13331311# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
13341312# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy
13351313# genXcode/_index.html for more information.
@@ -1371,8 +1349,8 @@ DOCSET_PUBLISHER_NAME = Publisher
13711349# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
13721350# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
13731351# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1374- # (see:
1375- # https://www.microsoft.com/en-us/download/details.aspx?id=21138) on Windows.
1352+ # (see: https://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1353+ # Windows.
13761354#
13771355# The HTML Help Workshop contains a compiler that can convert all HTML output
13781356# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
@@ -1447,34 +1425,33 @@ QCH_FILE =
14471425
14481426# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
14491427# Project output. For more information please see Qt Help Project / Namespace
1450- # (see:
1451- # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1428+ # (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
14521429# The default value is: org.doxygen.Project.
14531430# This tag requires that the tag GENERATE_QHP is set to YES.
14541431
14551432QHP_NAMESPACE = org.doxygen.Project
14561433
14571434# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
14581435# Help Project output. For more information please see Qt Help Project / Virtual
1459- # Folders (see:
1460- # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual- folders).
1436+ # Folders (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-
1437+ # folders).
14611438# The default value is: doc.
14621439# This tag requires that the tag GENERATE_QHP is set to YES.
14631440
14641441QHP_VIRTUAL_FOLDER = doc
14651442
14661443# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
14671444# filter to add. For more information please see Qt Help Project / Custom
1468- # Filters (see:
1469- # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- filters).
1445+ # Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
1446+ # filters).
14701447# This tag requires that the tag GENERATE_QHP is set to YES.
14711448
14721449QHP_CUST_FILTER_NAME =
14731450
14741451# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
14751452# custom filter to add. For more information please see Qt Help Project / Custom
1476- # Filters (see:
1477- # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom- filters).
1453+ # Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
1454+ # filters).
14781455# This tag requires that the tag GENERATE_QHP is set to YES.
14791456
14801457QHP_CUST_FILTER_ATTRS =
@@ -1486,9 +1463,9 @@ QHP_CUST_FILTER_ATTRS =
14861463
14871464QHP_SECT_FILTER_ATTRS =
14881465
1489- # The QHG_LOCATION tag can be used to specify the location (absolute path
1490- # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1491- # run qhelpgenerator on the generated .qhp file.
1466+ # The QHG_LOCATION tag can be used to specify the location of Qt's
1467+ # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1468+ # generated .qhp file.
14921469# This tag requires that the tag GENERATE_QHP is set to YES.
14931470
14941471QHG_LOCATION =
@@ -1615,7 +1592,7 @@ USE_MATHJAX = NO
16151592
16161593# When MathJax is enabled you can set the default output format to be used for
16171594# the MathJax output. See the MathJax site (see:
1618- # http://docs.mathjax.org/en/v2.7- latest/output.html) for more details.
1595+ # http://docs.mathjax.org/en/latest/output.html) for more details.
16191596# Possible values are: HTML-CSS (which is slower, but has the best
16201597# compatibility), NativeMML (i.e. MathML) and SVG.
16211598# The default value is: HTML-CSS.
@@ -1645,8 +1622,7 @@ MATHJAX_EXTENSIONS =
16451622
16461623# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
16471624# of code that will be used on startup of the MathJax code. See the MathJax site
1648- # (see:
1649- # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1625+ # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
16501626# example see the documentation.
16511627# This tag requires that the tag USE_MATHJAX is set to YES.
16521628
@@ -1693,8 +1669,7 @@ SERVER_BASED_SEARCH = NO
16931669#
16941670# Doxygen ships with an example indexer (doxyindexer) and search engine
16951671# (doxysearch.cgi) which are based on the open source search engine library
1696- # Xapian (see:
1697- # https://xapian.org/).
1672+ # Xapian (see: https://xapian.org/).
16981673#
16991674# See the section "External Indexing and Searching" for details.
17001675# The default value is: NO.
@@ -1707,9 +1682,8 @@ EXTERNAL_SEARCH = NO
17071682#
17081683# Doxygen ships with an example indexer (doxyindexer) and search engine
17091684# (doxysearch.cgi) which are based on the open source search engine library
1710- # Xapian (see:
1711- # https://xapian.org/). See the section "External Indexing and Searching" for
1712- # details.
1685+ # Xapian (see: https://xapian.org/). See the section "External Indexing and
1686+ # Searching" for details.
17131687# This tag requires that the tag SEARCHENGINE is set to YES.
17141688
17151689SEARCHENGINE_URL =
@@ -2392,31 +2366,9 @@ UML_LOOK = NO
23922366# but if the number exceeds 15, the total amount of fields shown is limited to
23932367# 10.
23942368# Minimum value: 0, maximum value: 100, default value: 10.
2395- # This tag requires that the tag UML_LOOK is set to YES.
2396-
2397- UML_LIMIT_NUM_FIELDS = 10
2398-
2399- # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
2400- # methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS
2401- # tag is set to YES, doxygen will add type and arguments for attributes and
2402- # methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen
2403- # will not generate fields with class member information in the UML graphs. The
2404- # class diagrams will look similar to the default class diagrams but using UML
2405- # notation for the relationships.
2406- # Possible values are: NO, YES and NONE.
2407- # The default value is: NO.
2408- # This tag requires that the tag UML_LOOK is set to YES.
2409-
2410- DOT_UML_DETAILS = NO
2411-
2412- # The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters
2413- # to display on a single line. If the actual line length exceeds this threshold
2414- # significantly it will wrapped across multiple lines. Some heuristics are apply
2415- # to avoid ugly line breaks.
2416- # Minimum value: 0, maximum value: 1000, default value: 17.
24172369# This tag requires that the tag HAVE_DOT is set to YES.
24182370
2419- DOT_WRAP_THRESHOLD = 17
2371+ UML_LIMIT_NUM_FIELDS = 10
24202372
24212373# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
24222374# collaboration graphs will show the relations between templates and their
@@ -2607,11 +2559,9 @@ DOT_MULTI_TARGETS = NO
26072559
26082560GENERATE_LEGEND = YES
26092561
2610- # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate
2562+ # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
26112563# files that are used to generate the various graphs.
2612- #
2613- # Note: This setting is not only used for dot files but also for msc and
2614- # plantuml temporary files.
26152564# The default value is: YES.
2565+ # This tag requires that the tag HAVE_DOT is set to YES.
26162566
26172567DOT_CLEANUP = YES
0 commit comments