diff options
author | 2005-10-18 11:48:51 +0000 | |
---|---|---|
committer | 2005-10-18 11:48:51 +0000 | |
commit | ffa361b65880ebf0527d002f6f45695132c5c65d (patch) | |
tree | 8d558540b2f4959813945abef1c424ae5e06ba5a /doc | |
parent | Dont assume rst2html is installed as rst2html.py. Added configure check for ... (diff) | |
download | eselect-ffa361b65880ebf0527d002f6f45695132c5c65d.tar.gz eselect-ffa361b65880ebf0527d002f6f45695132c5c65d.tar.bz2 eselect-ffa361b65880ebf0527d002f6f45695132c5c65d.zip |
Added write_warning_msg function.
svn path=/trunk/; revision=227
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guide.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 97cde59..cdde20f 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -233,6 +233,12 @@ The ``write_error_msg`` Function The ``write_error_msg`` function displays an error message in the standard format. It is similar to ``eerror``. +The ``write_warning_msg`` Function +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, + +The ``write_warning_msg`` function displays a warning message in the standard +format. It is similar to ``ewarn``. + The ``write_list_`` Functions ,,,,,,,,,,,,,,,,,,,,,,,,,,,,, |