Changeset cc86dd0 in git
- Timestamp:
- Jun 5, 2014, 6:58:59 PM (9 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 7e66d9f27a6aaca2a6aa50d429918ff75563c038
- Parents:
- be127e8573d50b2e989ea01124c123a1aac031b2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
dox/Doxyfile.in
rbe127e rcc86dd0 27 27 # to put quotes around the project name if it contains spaces. 28 28 29 PROJECT_NAME = @PACKAGE_NAME@29 PROJECT_NAME = 30 30 31 31 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 33 33 # if some version control system is used. 34 34 35 PROJECT_NUMBER = @PACKAGE_VERSION@35 PROJECT_NUMBER = 36 36 37 37 # Using the PROJECT_BRIEF tag one can provide an optional one line description … … 39 39 # a quick idea about the purpose of the project. Keep the description short. 40 40 41 PROJECT_BRIEF = CAS Singular41 PROJECT_BRIEF = 42 42 43 43 # With the PROJECT_LOGO tag one can specify an logo or icon that is … … 53 53 # where doxygen was started. If left blank the current directory will be used. 54 54 55 OUTPUT_DIRECTORY = @abs_builddir@55 OUTPUT_DIRECTORY = 56 56 57 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create … … 329 329 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 330 330 331 EXTRACT_ALL = NO331 EXTRACT_ALL = YES 332 332 333 333 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 334 334 # will be included in the documentation. 335 335 336 EXTRACT_PRIVATE = NO336 EXTRACT_PRIVATE = YES 337 337 338 338 # If the EXTRACT_STATIC tag is set to YES all static members of a file 339 339 # will be included in the documentation. 340 340 341 EXTRACT_STATIC = NO341 EXTRACT_STATIC = YES 342 342 343 343 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) … … 352 352 # If set to NO (the default) only methods in the interface are included. 353 353 354 EXTRACT_LOCAL_METHODS = NO354 EXTRACT_LOCAL_METHODS = YES 355 355 356 356 # If this flag is set to YES, the members of anonymous namespaces will be … … 396 396 # Set it to YES to include the internal documentation. 397 397 398 INTERNAL_DOCS = NO398 INTERNAL_DOCS = YES 399 399 400 400 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate … … 410 410 # documentation. If set to YES the scope will be hidden. 411 411 412 HIDE_SCOPE_NAMES = NO412 HIDE_SCOPE_NAMES = YES 413 413 414 414 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen … … 589 589 # automatically be disabled. 590 590 591 WARN_IF_UNDOCUMENTED = YES591 WARN_IF_UNDOCUMENTED = NO 592 592 593 593 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for … … 619 619 # to stderr. 620 620 621 WARN_LOGFILE = 621 WARN_LOGFILE = html_dox.log 622 622 623 623 #--------------------------------------------------------------------------- … … 633 633 @abs_top_srcdir@/resources/ \ 634 634 @abs_top_srcdir@/factory/ \ 635 @abs_top_srcdir@/factory/templates/ \636 @abs_top_srcdir@/factory/include/factory/ \637 @abs_top_srcdir@/factory/include/factory/templates/ \638 635 @abs_top_srcdir@/kernel/ \ 639 @abs_top_srcdir@/kernel/numeric/ \ 640 @abs_top_srcdir@/libpolys/misc/ \ 641 @abs_top_srcdir@/libpolys/reporter/ \ 642 @abs_top_srcdir@/libpolys/coeffs/ \ 643 @abs_top_srcdir@/libpolys/polys/ \ 644 @abs_top_srcdir@/libpolys/polys/ext_fields/ \ 645 @abs_top_srcdir@/libpolys/polys/monomials/ \ 646 @abs_top_srcdir@/libpolys/polys/nc/ \ 647 @abs_top_srcdir@/libpolys/polys/operations/ \ 648 @abs_top_srcdir@/libpolys/polys/templates/ \ 649 @abs_top_srcdir@/libpolys/tests/ \ 650 @abs_top_srcdir@/libpolys/tests/cxxtest/ \ 651 @abs_top_srcdir@/Singular/dyn_modules/bigintm/ \ 652 @abs_top_srcdir@/Singular/dyn_modules/syzextra/ \ 636 @abs_top_srcdir@/libpolys/ \ 653 637 @abs_top_srcdir@/Singular/ \ 654 @abs_top_srcdir@/Singular/links/ \ 655 @abs_top_srcdir@/IntegerProgramming/ \ 656 @abs_top_srcdir@/gfanlib/ \ 657 @abs_top_srcdir@/Singular/dyn_modules/callgfanlib/ \ 658 @abs_top_srcdir@/Singular/dyn_modules/callpolymake/ 659 638 @abs_top_srcdir@/main.dox 660 639 661 640 … … 676 655 # *.f90 *.f *.for *.vhd *.vhdl 677 656 678 FILE_PATTERNS = *.h *.cc *.c *.cpp *.cxx *. inc *.l *.ll *.y *.yy *.dox657 FILE_PATTERNS = *.h *.cc *.c *.cpp *.cxx *.dox 679 658 680 659 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 682 661 # If left blank NO is used. 683 662 684 RECURSIVE = NO663 RECURSIVE = YES 685 664 686 665 # The EXCLUDE tag can be used to specify files and/or directories that should … … 689 668 # Note that relative paths are relative to directory from which doxygen is run. 690 669 691 EXCLUDE = 670 EXCLUDE = \ 671 @abs_top_srcdir@/factory/examples \ 672 @abs_top_srcdir@/kernel/old \ 673 @abs_top_srcdir@/omalloc/Misc 674 675 692 676 693 677 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 695 679 # from the input. 696 680 697 EXCLUDE_SYMLINKS = NO681 EXCLUDE_SYMLINKS = YES 698 682 699 683 # If the value of the INPUT tag contains directories, you can use the … … 703 687 # for example use the pattern */test/* 704 688 705 EXCLUDE_PATTERNS = 689 EXCLUDE_PATTERNS = */test.cc 706 690 707 691 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names … … 731 715 # Possible values are YES and NO. If left blank NO is used. 732 716 733 EXAMPLE_RECURSIVE = YES717 EXAMPLE_RECURSIVE = NO 734 718 735 719 # The IMAGE_PATH tag can be used to specify one or more files or … … 784 768 # VERBATIM_HEADERS is set to NO. 785 769 786 SOURCE_BROWSER = NO770 SOURCE_BROWSER = YES 787 771 788 772 # Setting the INLINE_SOURCES tag to YES will include the body 789 773 # of functions and classes directly in the documentation. 790 774 791 INLINE_SOURCES = NO775 INLINE_SOURCES = YES 792 776 793 777 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct … … 795 779 # fragments. Normal C and C++ comments will always remain visible. 796 780 797 STRIP_CODE_COMMENTS = YES781 STRIP_CODE_COMMENTS = NO 798 782 799 783 # If the REFERENCED_BY_RELATION tag is set to YES … … 823 807 # will need version 4.8.6 or higher. 824 808 825 USE_HTAGS = NO809 USE_HTAGS = YES 826 810 827 811 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen … … 1129 1113 # Windows users are probably better off using the HTML help feature. 1130 1114 1131 GENERATE_TREEVIEW = NO1115 GENERATE_TREEVIEW = YES 1132 1116 1133 1117 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, 1134 1118 # and Class Hierarchy pages using a tree view instead of an ordered list. 1135 1119 1136 USE_INLINE_TREES = NO1120 USE_INLINE_TREES = YES 1137 1121 1138 1122 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be … … 1485 1469 # pointed to by INCLUDE_PATH will be searched when a #include is found. 1486 1470 1487 SEARCH_INCLUDES = YES1471 SEARCH_INCLUDES = NO 1488 1472 1489 1473 # The INCLUDE_PATH tag can be used to specify one or more directories that … … 1491 1475 # the preprocessor. 1492 1476 1493 INCLUDE_PATH = 1477 INCLUDE_PATH = \ 1478 @abs_top_builddir@/ @abs_top_builddir@/factory @abs_top_builddir@/libpolys 1494 1479 1495 1480 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard … … 1508 1493 # instead of the = operator. 1509 1494 1510 PREDEFINED = 1495 PREDEFINED = SINGULAR_DOXYGEN 1511 1496 1512 1497 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then … … 1523 1508 # semicolon, because these will confuse the parser if not removed. 1524 1509 1525 SKIP_FUNCTION_MACROS = YES1510 SKIP_FUNCTION_MACROS = NO 1526 1511 1527 1512 #--------------------------------------------------------------------------- … … 1551 1536 # a tag file that is based on the input files it reads. 1552 1537 1553 GENERATE_TAGFILE = 1538 GENERATE_TAGFILE = tags 1554 1539 1555 1540 # If the ALLEXTERNALS tag is set to YES all external classes will be listed … … 1602 1587 # have no effect if this option is set to NO (the default) 1603 1588 1604 HAVE_DOT = NO1589 HAVE_DOT = YES 1605 1590 1606 1591 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is … … 1637 1622 # the CLASS_DIAGRAMS tag to NO. 1638 1623 1639 CLASS_GRAPH = YES1624 CLASS_GRAPH = NO 1640 1625 1641 1626 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen … … 1644 1629 # class references variables) of the class with other documented classes. 1645 1630 1646 COLLABORATION_GRAPH = YES1631 COLLABORATION_GRAPH = NO 1647 1632 1648 1633 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 1649 1634 # will generate a graph for groups, showing the direct groups dependencies 1650 1635 1651 GROUP_GRAPHS = YES1636 GROUP_GRAPHS = NO 1652 1637 1653 1638 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and … … 1667 1652 # other documented files. 1668 1653 1669 INCLUDE_GRAPH = YES1654 INCLUDE_GRAPH = NO 1670 1655 1671 1656 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and … … 1674 1659 # indirectly include this file. 1675 1660 1676 INCLUDED_BY_GRAPH = YES1661 INCLUDED_BY_GRAPH = NO 1677 1662 1678 1663 # If the CALL_GRAPH and HAVE_DOT options are set to YES then … … 1695 1680 # will generate a graphical hierarchy of all classes instead of a textual one. 1696 1681 1697 GRAPHICAL_HIERARCHY = YES1682 GRAPHICAL_HIERARCHY = NO 1698 1683 1699 1684 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES … … 1730 1715 # \dotfile command). 1731 1716 1732 DOTFILE_DIRS = 1717 DOTFILE_DIRS = @abs_top_srcdir@ 1718 1733 1719 1734 1720 # The MSCFILE_DIRS tag can be used to specify one or more directories that … … 1756 1742 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. 1757 1743 1758 MAX_DOT_GRAPH_DEPTH = 01744 MAX_DOT_GRAPH_DEPTH = 3 1759 1745 1760 1746 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent … … 1771 1757 # support this, this feature is disabled by default. 1772 1758 1773 DOT_MULTI_TARGETS = NO1759 DOT_MULTI_TARGETS = YES 1774 1760 1775 1761 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will … … 1777 1763 # arrows in the dot generated graphs. 1778 1764 1779 GENERATE_LEGEND = YES1765 GENERATE_LEGEND = NO 1780 1766 1781 1767 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will -
factory/factory.dox
rbe127e rcc86dd0 1 /*! \page factory_page Univariate polynomial factorization (factory)1 /*! \page factory_page Multivariate polynomial factorization (factory) 2 2 * 3 3 * Factory is a C++ class library that implements a recursive representation -
main.dox
rbe127e rcc86dd0 1 /*! \mainpage Singular dev.manual1 /*! \mainpage Singular kernel developers manual 2 2 3 <A HREF="http://www.singular.uni-kl.de">CAS Singular</A> 4 5 Main source repository is on github. 3 This is a developers manual for the internals of <A 4 HREF="http://www.singular.uni-kl.de">Compute Algebra System 5 Singular</A>, with main <A 6 HREF="https://github.com/Singular/Sources/">source repository</A>. 6 7 For more manuals see <A HREF="https://github.com/Singular/Sources/wiki/">WIKI</A>. 7 8 8 Singular package diagram with dependencies is as follows: 9 \dotfile Includes.dot Package diagram 10 11 Introductory description of separate packages follows: 9 Separate top-level packages are as follows (also see the diagram below): 12 10 - \subpage omalloc_page 13 11 - \subpage resources_page … … 17 15 - \subpage singular_page 18 16 17 Dependencies between Singular packages are as follows: 18 \dotfile Includes.dot Package dependency diagram 19 19 20 */
Note: See TracChangeset
for help on using the changeset viewer.