Changeset cc7302 in git for kernel/old.febase.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
-
kernel/old.febase.h
r320f1c rcc7302 212 212 }; 213 213 214 /*****************************************************************215 *216 * help system (fehelp.cc)217 *218 *****************************************************************/219 // if str != NULL display help for str220 // display general help, otherwise221 void feHelp(char* str = NULL);222 // if browser != NULL or feOpt("browser") != NULL223 // set HelpBrowser to browser224 // otherwise, if browser was already set, leave as is,225 // if not, choose first available browser226 // return string identifying current browser227 // keeps feOpt("browser") up-to-date228 // Optional warn argument is as in feResource229 const char* feHelpBrowser(char* browser = NULL, int warn = -1);230 void feStringAppendBrowsers(int warn = -1);231 214 232 215 /*****************************************************************
Note: See TracChangeset
for help on using the changeset viewer.