Changeset cc7302 in git for kernel/old.febase.h


Ignore:
Timestamp:
Aug 11, 2011, 3:21:35 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
2bc4f5a0399eb703dcb16b05ba2872985f7cafc6
Parents:
320f1c493166188f02c725a08142ac1ff60c6d6b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-11 15:21:35+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:16+01:00
Message:
ADD: expose feStringAppendBrowsers (moved to Singular/fehelp.*)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/old.febase.h

    r320f1c rcc7302  
    212212};
    213213
    214 /*****************************************************************
    215  *
    216  * help system (fehelp.cc)
    217  *
    218  *****************************************************************/
    219 // if str != NULL display help for str
    220 // display general help, otherwise
    221 void feHelp(char* str = NULL);
    222 // if browser != NULL or feOpt("browser") != NULL
    223 //    set HelpBrowser to browser
    224 // otherwise, if browser was already set, leave as is,
    225 //            if not, choose first available browser
    226 // return string identifying current browser
    227 // keeps feOpt("browser") up-to-date
    228 // Optional warn argument is as in feResource
    229 const char* feHelpBrowser(char* browser = NULL, int warn = -1);
    230 void feStringAppendBrowsers(int warn = -1);
    231214
    232215/*****************************************************************
Note: See TracChangeset for help on using the changeset viewer.