Changeset cc7302 in git for Singular/fehelp.h
- Timestamp:
- Aug 11, 2011, 3:21:35 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fehelp.h
r320f1c rcc7302 2 2 #define FEHELP_H 3 3 4 5 /***************************************************************** 6 * 7 * help system (fehelp.cc) 8 * 9 *****************************************************************/ 10 // if str != NULL display help for str 11 // display general help, otherwise 4 12 void feHelp(char* str = NULL); 5 const char* feHelpBrowser(char* which=NULL, int warn=-1); 13 // if browser != NULL or feOpt("browser") != NULL 14 // set HelpBrowser to browser 15 // otherwise, if browser was already set, leave as is, 16 // if not, choose first available browser 17 // return string identifying current browser 18 // keeps feOpt("browser") up-to-date 19 // Optional warn argument is as in feResource 20 const char* feHelpBrowser(char* browser = NULL, int warn = -1); 21 22 void feStringAppendBrowsers(int warn = -1); 6 23 7 24 #endif /* FEHELP_H */
Note: See TracChangeset
for help on using the changeset viewer.