Commit Graph
23 Commits
Author SHA1 Message Date
boercher 0e9018250f gcc-2.X won't accept option -Wno-unused-function
added a note for that
2005-10-26 22:57:51 +00:00
boercher 7674db0eb5 avoid Doxygen warnings 2005-10-25 22:38:19 +00:00
boercher 1bec72f1ef new target: dox 2005-10-25 22:34:41 +00:00
boercher 23279175b5 new targets: dox and doc-dist 2005-10-25 22:34:17 +00:00
boercher bba4631370 eliminated compiler warnings 2005-10-25 22:34:07 +00:00
boercher 305c5856cd new: BB_ENABLE_DOXYGEN (copied from cppunit)
define AM_CONDITIONAL DOX if Doxygen is available
2005-10-25 22:33:53 +00:00
boercher d68b7903d6 enabled Doxygen functionality:
- add -Wno-unused-function to CFLAGS to avoid 'not used' warnings with
  unused static functions (for GCC only)
- check if Doxygen is available
- new options
 --enable-doxygen enable documentation generation with doxygen (auto)
 --enable-dot use 'dot' to generate graphs in doxygen (default auto)
 --enable-html-dox enable HTML generation with doxygen (default yes)
 --enable-latex-dox enable LaTeX generation with doxygen (default no)
2005-10-25 22:33:39 +00:00
boercher 99b0501337 Doxygen configuration and input files 2005-10-25 22:33:24 +00:00
boercher 4611730dcf print warning if the verification of an ip address fails 2005-10-14 20:36:10 +00:00
boercher 78a4e731db fixed memory-lead (sizeof(LCDd.conf)) 2005-08-19 23:14:57 +00:00
boercher 8c3f36f890 fixed valgrind-warnings:
- added missing initialization of buffile->buf
- corrected malloc-call
2005-08-19 23:13:05 +00:00
boercher d0b137d5a5 - new option -prev, corrections for option -next
- clients gets more information if an error occurs
- use sock_printf() and sock_printf_error() if necessary
2005-07-17 16:14:22 +00:00
boercher 93f162ff48 - new socket function sock_send_error() and
sock_printf_error(): factored out the 'huh?-stuff, added error report
 log)
- use sock_printf() and sock_printf_error() if necessary (no need to
  use sprintf())
2005-07-17 16:14:07 +00:00
boercher 164f4fbed0 - new option -prev, corrections for option -next
- adherence of LCDPROC_PERMISSIVE_MENU_GOTO corrected
2005-07-17 16:13:46 +00:00
boercher 6a212dd77c new option -prev, corrections for option -next 2005-07-17 16:13:24 +00:00
boercher 763207a64e - description of new options -next and -prev
- divided the command reference into 4 subsections
- added a complete menu example for wizzards
2005-07-17 16:13:08 +00:00
boercher 9c62bac058 corrected help message for permissive-menu-goto 2005-06-01 22:46:28 +00:00
boercher 759e607737 - documented new feature -next
- option -parent is marked as for menus only
- doumented special value _main_ for menu_set_main
2005-06-01 22:46:03 +00:00
boercher 3a6244a9d0 bugfix: ignore hidden menus also when a menuitem is
selected from a menu via key Enter
2005-06-01 22:45:43 +00:00
boercher 902088872f new MenuItem attribute char* successor_id 2005-06-01 22:45:24 +00:00
boercher f1d5e0fa82 implemented -next option
- refactored menu result code into separate functions (Volker
Boerchers)
2005-06-01 22:44:56 +00:00
boercher 24fa24b86d - new option -next
- option -parent is marked as for menus only
2005-06-01 22:44:39 +00:00
boercher a5ff8a4f98 ignore generated files 2005-06-01 22:42:58 +00:00