Changeset 175eb21 in git


Ignore:
Timestamp:
Jun 2, 2014, 8:11:45 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
ee121df974c1705dca6d334a16b69f52ee5fc0d4f2f858ca222de40e7ba6575dfb35d4c07798b475
Parents:
9dfd5ce1f10c58069c2cbf71a531c2ab399447dd
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 20:11:45+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 20:13:17+02:00
Message:
All of necessary doxygen desc. stubs
Files:
12 added
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/singular.dox

    r9dfd5c r175eb21  
    1 /*! \page singular_page Interpreter(Singular)
     1/*! \page singular_page Singular Interpreter and related functionality
    22 *
    33 * Iterpreter and wrappers over kernel (\ref kernel_page)
    44 *
     5 * Singular can be easily extended by means of dynamic modules:
    56 * \subpage dynmodules_page
     7 *
     8 * TODO: The sub-package structure is not yet defined for Singular package...
    69 */
  • kernel/combinatorics/combinatorics.dox

    r9dfd5c r175eb21  
    1 /*! \page kernel_sample_page Sample Kernel Sub-Package
     1/*! \page kernel_combinatorics_page "Combinatorical algorithms"
    22 *
    3  * Serves as an example/template for separation of further sub-packages from within kerrnel (\ref kernel_page)
     3 * This sub-package of kernel (\ref kernel_page) contains
     4 * combinatorical algorithms.
     5 *
     6 * TODO: list those algorithms... and corresponding interpreter functions...?
    47 *
    5  * <A HREF="https://github.com/Singular/Sources/wiki/Todo">TODOs</A>
    68 */
     9
  • kernel/kernel.dox

    r9dfd5c r175eb21  
    44 *
    55 * The files in kernel/ directory are combined into a internal library
    6  * kernelCommon, which contains the functions and data that are shared
    7 among the following sub-packages:
     6 * kernelCommon, which contains the functions (e.g. \ref rChangeCurrRing)
     7 * and data members (e.g. \ref currRing)
     8 * that can be shared among the following sub-packages:
    89 *
    910 * \subpage kernel_numeric_page
  • kernel/numeric/numeric.dox

    r9dfd5c r175eb21  
    1 /*! \page kernel_numeric_page "Numeric Kernel Sub-Package"
     1/*! \page kernel_numeric_page "Numeric algorithms"
    22 *
    3  * Sub-package of kernel (\ref kernel_page) with numerical algorithms
     3 * This sub-package of kernel (\ref kernel_page) contains
     4 * numerical algorithms.
     5 *
     6 * TODO: list those algorithms... and corresponding interpreter functions...?
    47 *
    5  * <A HREF="https://github.com/Singular/Sources/wiki/Todo">TODOs</A>
    68 */
Note: See TracChangeset for help on using the changeset viewer.